/*
Theme Name: PokaTheme Child
Template: pokatheme
Description: Premium Affiliate WordPress Theme
Author: PokaTheme
Version: 1.0.0
License: Licensed theme
Text Domain:  poka
*/
:root {
    --main-color: #1f1e3d;
}

body {
    word-break: keep-all;
    overflow-wrap: normal;
    hyphens: none;
}

.header-top {
    padding: 20px 0;
}

.header-top, .site-header, footer {
    background-color: var(--main-color);
}

.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;
}


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

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

.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;
}

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: #9e97b1;
}


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: #9e97b1;
}

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