/*
Theme Name: kazikin Child
Template: kazikin
Description: kazikin Theme
Author: kazikin
Version: 1.0.0
License: Licensed theme
Text Domain: kazikin
*/

:root {
    --h1-margin: 1.2rem;
}

body {
    word-break: keep-all;
    overflow-wrap: normal;
    hyphens: none;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    height: auto;
}

main {
    flex: 1 0 auto;
}

.wp-site-blocks {
    padding: 60px var(--container-pad);
}

.site-header {
    box-shadow: 0 1px 0 0 rgba(12, 14, 28, .12), 0 2px .75rem rgba(12, 14, 28, .08);
}

.header-top {
    padding: 0;
}

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

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

.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: 56px;
    height: 30px;
    width: auto;
}

.breadcrumbs-wrapper {
    background-color: #fff;
    border-bottom: 1px solid #b1b3bd;
}

.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: var(--border-radius);
    padding: 0 14px;
    background-color: #fff;
}

.faq-wrapper .faq-list .faq-item .faq-item-question {
    font-weight: 600;
}

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

.wp-block-poka-faq {
    margin-block-start: 2rem;
}

@media screen and (max-width: 992px) {
    .header-top-flex-part.header-top-flex-part--center {
        flex: 1 0 200px;
    }
    .header-top {
        padding: 0.6rem 0;
    }

    .custom-logo-link img {
        height: 18px;
    }

    .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(--footer-background);
    transform: none;
}

.reviews-table--style1 .review-box {
    background-color: #fff;
    border-radius: var(--border-radius);
    padding: 12px;
    border: 1px solid #929497;
}

@media (min-width: 992px) {
    .reviews-table--style1 .review-box-actions {
        padding: 24px 30px;
    }  
}

.review-extra-links-item a {
    text-decoration: none;
}

.reviews-table--style1.reviews-table .review-box-thumb--counter:after {
    top: 16px;
    left: 18px;
}

.reviews-table--style1 .review-rating>span {
    margin-right: 10px;
    letter-spacing: 3px;
}

.reviews-table--style1 .rating {
    display: flex;
    align-items: center;
}

.reviews-table--style1 h3.review-box-name {
    display: none;
}

.reviews-table--style1 .rating .icon {
    color: #ffa500;
    font-size: 1.1rem;
    margin: 0 2px;
}

.reviews-table--style1 .review-pros-cons ul li {
    color: #2e3840;
}

.reviews-table--style1 .review-bonus {
    font-size: 22px;
    font-weight: 600;
    color: #2e3840;
}

.reviews-table--style1 .review-bonus strong {
    color: #2a334b;
    font-weight: 600;
}

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

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

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

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

.faq-wrapper .faq-list .faq-item {
    border: 1px solid #929497;
}

.faq-wrapper .faq-list .faq-item.open  .faq-item-question{
    border-color: #929497;
}

.wp-block-post-author,
.author-card {
    border-radius: var(--border-radius);
    margin-top: 2rem;
    padding: 1rem;
    border: 1px solid #929497;
    background: #f2f5f9;
}

.wp-block-post-author__avatar img {
    border-radius: 50%;
}

.wp-block-post-author__content {
    padding: 1rem;
}

.wp-block-post-author__name a {
    text-decoration: none !important;
    color: var(--text-color) !important;
    font-size: 1.5rem;
    font-weight: 600;
}

.wp-block-post-author__name a:hover {
    color: var(--main-color) !important;
}

p.wp-block-post-author__bio {
    border-top: 1px solid #929497;
    margin: 0;
    padding: 1rem 0;
}

.home_author {
    display: grid;
    grid-template-columns: 55px 150px;
    font-size: 14px;
    width: 100%;
    margin-bottom: 2rem;
}

.home_author_img {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3;
    border-radius: 50%;
    margin: 0;
}

.home_author_name {
    height: 20px;
    font-weight: 600;
    line-height: 100%;
    display: flex;
    align-items: flex-end;
}

.home_author_status {
    display: flex;
    gap: 5px;
    align-items: center;
    margin-top: -5px;
    line-height: 110%;
    height: 23px;
}

.news-author .author-card.author-card--top {
    margin-top: 0;
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .wp-block-post-author {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

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

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

footer {
    color: white;
}

.footer-widgets>div:first-child {
    min-width: 50%;
}

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

@media (max-width: 640px) {
    .footer-widgets>div:first-child {
        min-width: 100%;
    }
}
/*** scroll table start ***/

.responsive-table.wp-block-table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
    margin: 16px 0;
}

.responsive-table.wp-block-table table td,
.responsive-table.wp-block-table table th {
    border: 1px solid var(--text-color);
    word-break: normal;
    padding: 10px;
}

.responsive-table.wp-block-table table td > *,
.responsive-table.wp-block-table table th > * {
    word-break: normal;
}

.responsive-table.wp-block-table table {
    height: auto;
}

.responsive-table.wp-block-table table tbody:target {
    animation-play-state: running;
    opacity: 1;
}

.responsive-table.wp-block-table.aligncenter, 
.responsive-table.wp-block-table.alignright {
    width: 100%;
}

.responsive-table.wp-block-table.aligncenter, 
.responsive-table.wp-block-table.alignleft, 
.responsive-table.wp-block-table.alignright {
    display: inline-flex;
}

.responsive-table.wp-block-table.aligncenter table {
    margin-left: auto;
    margin-right: auto;
}

.responsive-table.wp-block-table.alignright table {
    margin-left: auto;
}

@media screen and (max-width: 768px) {
    .responsive-table.wp-block-table table {
        width: auto;
        max-width: 100%;
        display: inline-block;
        min-width: 100%;
        width: auto;
        overflow-x: auto;
        display: block;
    }


    .responsive-table.wp-block-table.aligncenter, 
    .responsive-table.wp-block-table.alignright {
        width: auto;
    }

    .responsive-table.wp-block-table.aligncenter, 
    .responsive-table.wp-block-table.alignleft, 
    .responsive-table.wp-block-table.alignright {
        display: inline-block;
    }

    .responsive-table.wp-block-table table td,
    .responsive-table.wp-block-table table th,
    .responsive-table.wp-block-table table strong {
        padding: 10px 14px;
        word-break: normal;
    }
    
    .responsive-table.wp-block-table tbody::after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        background: linear-gradient(90deg,transparent 10%,var(--text-color));
        border-radius: 0;
        z-index: 1;
        background-size: 300% 300%;
        width: 12px;
        border-right: 1px solid var(--text-color);
    }
}

/*** scroll table end ***/