/*
Theme Name: gambl Child
Template: gambl
Description: gambl Theme
Author: gambl
Version: 1.0.0
License: Licensed theme
Text Domain: gambl
*/
body {
    word-break: keep-all;
    overflow-wrap: normal;
    hyphens: none;
}

.header-top {
    padding: 1rem 0;
}

.header-top-flex {
    gap: 0 10px;
}

.header-top-flex-part.header-top-flex-part--center {
    order: -1;
}

.header-top-flex-part {
    order: 2;
}

.header-top-flex-part--left,
.header-top-flex-part--right {
    flex: 0;
}

.header-logo {
    text-align: left;
}

.custom-logo-link img {
    height: 26px;
    width: auto;
}

.header-menu>li.current-menu-item a,
.header-menu li a {
    color: rgba(255,255,255,0.9);
}

.header-menu>li a:hover {
    color: var(--secondary-color);
}

.wp-block-table table {
    width: auto;
}

.wysiwyg-part ul>li::before {
    content: "v";
}

.icon-btn {
    border-radius: 5px;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
}

.icon-btn:hover {
    opacity: 1;
    background-color: var(--secondary-color);
    color: #fff;
}

.faq-wrapper .faq-list .faq-item {
    border: 1px solid #cbcbcb;
    margin-top: 14px;
    border-radius: 14px;
    padding: 0 14px;
    background-color: var(--boxes-background-color);
}

.faq-wrapper .faq-list .faq-item .faq-item-answer  {
    background: none;
}

.faq-wrapper .faq-list .faq-item .faq-item-answer .faq-item-answer-inner {
    padding: 1.25rem 0;
}

@media screen and (max-width: 992px) {
    .header-top-flex-part.header-top-flex-part--center {
        flex: 1 0 200px;
    }
    .custom-logo-link img {
        height: 24px;
    }

    .section-review-hero.section-review-hero--style-3 .review-cta-wrapper {
        padding: 0 15px 15px 15px;
    }
}

@media screen and (max-width: 768px) {
    .header-top-flex-part.header-top-flex-part--center {
        flex: 1 0 180px;
    }
}

@media screen and (max-width: 380px) {
    .header-top-flex-part.header-top-flex-part--center {
        flex: 1 0 126px;
    }
}

.btn-primary:hover {
    color: #fff;
    background-color: var(--header-background);
    transform: none;
}

.single-affiliate--highlighted {
    border-color: var(--header-background);
}

.wysiwyg-part h1 {
    font-size: 1.8rem;
}

.wysiwyg-part h2, .wysiwyg-part h2.wp-block-heading {
    font-size: 1.6rem;
}

.wysiwyg-part h3, .wysiwyg-part h3.wp-block-heading {
    font-size: 1.4rem;
}

.wysiwyg-part h4, .wysiwyg-part h4.wp-block-heading {
    font-size: 1.2rem;
}

.schema-faq-question {
    font-size: 20px;
    display: block;
    margin-bottom: 8px;
}

.author-card .author-title {
    color: #44545F;
}

.wp-block-poka-box-text {
    margin: 20px 0;
}

.review-logo--rounded {
    width: 100%;
}

.review-logo>img {
    min-width: 96px;
    width: 96px;
}

.group-category .review-logo {
    padding: 0 6px;
}

footer {
    color: white;
}

.footer-widgets .widget>h3 {
    color: white;
}

footer .widget ul:not(.review-pros,.faq-list) li::before {
    content: none;
}

footer .widget ul:not(.review-pros,.faq-list) a {
    color: #d8cdf6;
}


footer .widget ul:not(.review-pros,.faq-list) a:hover {
    color: #8a81a3;
}

.footer-widgets .widget_text .textwidget, .footer-widgets .widget_text .wp-block-group__inner-container {
    color: white;
}

footer .widget ul:not(.review-pros,.faq-list) li {
    padding-left: 0;
}

.footer-copyright {
    text-align: center;
    padding-bottom: 30px;
    color: #d8cdf6;
}

.footer-widgets .widget {
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
}