/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

hr.line {margin:30px 0; border-top:1px solid #666 !important; height:1px;}
.wp-block-separator {border:0;}

.wp-block-quote, .resources, .quote {margin: 20px 0;
    border-left: 4px solid #ccc!important;
    padding: 20px 20px 30px 30px!important;
	background-color: #e5e5e5;}
.wp-block-quote ul, .resources ul, .quote ul {list-style-type:none; font-size:110%;}

.wide {overflow:auto;}
.wide img {border:1px solid #ddd;}

.comment-form .comment-form-url {display:none !important;}

ol.elementor-toc__list-wrapper .elementor-toc__list-item:last-child {display:none;}

/* Vote buttons */
.aizen-vote-wrap .aizen-vote-btn {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.4) !important;
    background: none;
}

.aizen-vote-wrap .aizen-vote-btn:hover {
    border-color: rgba(255, 255, 255, 0.8) !important;
}

.aizen-vote-wrap .aizen-vote-msg {
    color: #ffffff;
}


/*  Arrows to navigate through each post */

/* Prompt category navigation */
.aizen-prompt-nav {
    display: flex !important;
    justify-content: center !important;
    gap: 24px !important;
    margin-top: 32px;
    margin-bottom: 16px;
}

.aizen-nav-btn {
    display: inline-block;
    padding: 9px 22px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}

a.aizen-nav-btn {
    background: #6c47ff;
    color: #fff;
}

a.aizen-nav-btn:hover {
    background: #8a6bff;
    color: #fff;
}

.aizen-nav-disabled {
    background: #eee;
    color: #aaa;
    cursor: default;
}