/*
Theme Name: PokaTheme Child
Template: pokatheme
Theme URI: https://pokatheme.com
Description: Premium Affiliate WordPress Theme
Author: PokaTheme
Author URI: https://pokatheme.com
Version: 1.0.0
License: Licensed theme
Tags: black, blue, white, two-columns
Text Domain:  poka
*/

/*
    Add your custom styles here
*/

.wysiwyg-part p {
    margin: 1.50rem 0;
}

.wp-block-table table[style*="border-top-style:none"] td,
.wp-block-table table[style*="border-top-style:none"] th {
    border-top: none;
    border-bottom-color: inherit;
    padding: 12px 8px;
}

.wp-block-table table[style*="border-right-style:none"] td,
.wp-block-table table[style*="border-right-style:none"] th {
    border-right: none;
    border-bottom-color: inherit;
    padding: 12px 8px;
}

.wp-block-table table[style*="border-left-style:none"] td,
.wp-block-table table[style*="border-left-style:none"] th {
    border-left: none;
    border-bottom-color: inherit;
    padding: 12px 8px;
}

.wp-block-table table[style*="border-bottom-style:none"] td,
.wp-block-table table[style*="border-bottom-style:none"] th {
    border-bottom: none;
    border-bottom-color: inherit;
    padding: 12px 8px;
}

.wp-block-table table td,
.wp-block-table table th {
    padding: 12px 8px;
}

.wp-block-table table td,
.wp-block-table table th {
    padding: 12px 8px;
}

.wp-block-table table td,
.wp-block-table table th {
    padding: 12px 8px;
}

.wp-block-table table td,
.wp-block-table table th {
    padding: 12px 8px;
}

.wp-block-table table,
.wp-block-table table thead {
    border: none!important;
    border-bottom-color: inherit;
}

.wp-block-table table tr:last-child td {
    border-bottom: 0!important;
}

.wp-block-table table tr,
.wp-block-table table tbody,
.wp-block-table table thead {
    border: none !important;
}

th {
    color: rgba(85, 85, 85, 1);
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
    letter-spacing: 10%;
    align-content: center;
}

.wp-block-table table td > a {
    color: var(--primary-button-color);
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    gap: 0px;
}

.wp-block-table table td > a:hover {
    gap: 12px;
}

/*p {
    display: flex;
    align-items: center;
    gap: 24px;
}*/

.wp-block-columns ul.wp-block-list {
    margin-top: 8px!important;
}

.wp-block-columns ul li {
    position: relative!important;
    margin-bottom: 6px!important;
    color: inherit!important;
}

.wp-block-columns ul li:last-child {
    margin-bottom: 0;
}

.wysiwyg-part ul li {
    position: relative;
    margin-bottom: 8px;
}

.wp-block-columns ul > li::before,
.wp-block-group ul > li::before {
    content: ""!important;
    position: absolute;
    left: -20px!important;
    top: 7px!important;
    font-family: pokatheme !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    text-transform: none !important;
    height: 6px;
    width: 6px;
    background: #222222;
    border-radius: 200px;
}

.poka-facebook:before {
    content: url(./assets/images/icons/icon-fb.svg);
}

.poka-twitter:before {
    content: url(./assets/images/icons/icon-twitter.svg);
}

.poka-linkedin:before {
    content: url(./assets/images/icons/icon-linkedin.svg);
}

.newsletter-wrapper {
    padding: 48px;
    border-radius: 16px !important;
    overflow: hidden;
    color: #fff;
    margin-bottom: 12px;
    margin-top: 80px;
    width: 100%;
    max-width: 100%!important;
}

.newsletter-wrapper .row {
    align-items: center;
}

.newsletter-wrapper .newsletter-title {
    margin: 0;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0%;
    line-height: 1.2;
}

.newsletter-wrapper p {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0%;
    margin-bottom: 16px;
    margin-left: 48px;
}

.newsletter-wrapper .newsletter-form {
    display: flex;
    align-items: center;
}

.newsletter-wrapper .newsletter-form label {
    display: inline-flex;
    background: #fff;
    border-radius: var(--button-border-radius);
    overflow: hidden;
    margin-left: 48px;
    margin-right: 16px;
}

.newsletter-wrapper .newsletter-form label img{
    background: rgba(237, 235, 228, 1);
    padding: 12px;
}

.newsletter-wrapper .newsletter-form label input{
    border: none;
    padding: 8px 16px;
    outline: none;
}

.newsletter-wrapper .newsletter-form button {
    background-color: var(--primary-button-color);
    color: var(--primary-button-text-color);
    border-radius: var(--button-border-radius);
    font-weight: 500;
    text-align: center;
    padding: 6px 24px;
    margin: 0;
    position: relative;
    font-size: 16px;
    border: 2px solid var(--primary-button-color);
    gap: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.newsletter-wrapper .newsletter-form button:hover {
    background: transparent;
    color: var(--primary-button-color);
}

.awareness-logos-flex {
    display: flex;
    gap: 38px;
}

.awareness-logos-flex .awareness-logos.awareness-logos--extra {
    gap: 12px !important;
    margin-left: auto;
    align-items: center;
    text-align: right;
    justify-content: right !important;
}

@media screen and (max-width: 992px) {
    p {
        padding: 0!important;
    }

    .footer-widgets .widget:first-child {
        flex-basis: 100%;
        min-width: 100%;
    }

    .newsletter-wrapper {
        background-position-x: left!important;
    }

    .newsletter-wrapper p {
        margin-left: 0px;
    }

    .newsletter-wrapper .newsletter-form label {
        margin-left: 0px;
    }
}

@media screen and (max-width: 768px) {
    .newsletter-wrapper {
        padding: 24px 16px;
    }

    .newsletter-wrapper .newsletter-title {
        font-size: 28px;
    }

    .newsletter-wrapper p {
        font-size: 14px;
        line-height: 23px;
    }

    .newsletter-wrapper .newsletter-form label {
        margin-right: 4px;
    }

    .newsletter-wrapper .newsletter-form label input {
        font-size: 14px;
    }

    .newsletter-wrapper .newsletter-form button {
        padding: 6px 16px;
        font-size: 14px;
    }
    .awareness-logos-flex {
        flex-direction: column;
        gap: 32px;
    }


    .awareness-logos-flex .awareness-logos.awareness-logos--extra {
        gap: 12px !important;
        margin-left: 0;
        align-items: center;
        text-align: left;
        justify-content: left !important;
    }

    .awareness-logos-flex .awareness-logos.awareness-logos--extra img {
        max-width: 42px;
    }
}

@media screen and (max-width: 500px) {
    .newsletter-wrapper {
        background-position-x: 20%!important;
        margin: 36px 0 0;
    }
    .newsletter-wrapper p {
        margin-left: 0px;
        max-width: 210px;
    }
}

@media screen and (max-width: 992px) {
    .section-newsletter-flex-part--left {
        margin-bottom: 0px;
    }

    .awareness-logos {
        gap: 12px 35px!important;
        justify-content: left!important;
    }

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

@media screen and (max-width: 500px) {
    .awareness-logos img {
        margin: 0;
        flex: 26%;
        max-width: 26%;
    }
    .footer-widgets .widget.widget_nav_menu {
        margin-bottom: 6px;
    }


    .footer-widgets .widget.widget_nav_menu h3:after {
        content: url('./assets/images/icons/arrow-down-short.svg');
        height: 25px;
        width: 28px;
        display: inline-block;
    }

    .footer-widgets .widget.widget_nav_menu > h3 {
        display: flex;
        justify-content: space-between;
        align-items: end;
    }

    .footer-widgets .widget ul.menu:not(.review-pros, .faq-list) {
        overflow: hidden;
        transition: max-height 300ms ease;
        height: 100%;
        max-height: 0px;
        /* max-height: 100%; */
    }

    .footer-widgets .widget ul.menu.open {
        max-height: 100%;
    }
}

/* 1. Tablet: Από 782px έως 992px θέλουμε 2 στήλες (50%) */
@media screen and (min-width: 782px) and (max-width: 992px) {
    .wp-block-columns.stack-on-tablet:not(.is-not-stacked-on-mobile),
    .wp-block-columns.stacked-on-mobile:not(.is-not-stacked-on-mobile) {
        flex-wrap: wrap !important; /* Επιτρέπει την αλλαγή γραμμής */
    }

    .wp-block-columns.stack-on-tablet:not(.is-not-stacked-on-mobile) > .wp-block-column {
        /* Υπολογίζουμε το 50% μείον το μισό gap για να χωράνε δίπλα-δίπλα */
        flex-basis: calc(50% - (var(--wp--style--block-gap, 2em) / 2)) !important;
        flex-grow: 0 !important;
        margin-block-start: 0 !important;
        margin-block-end: 0 !important;
    }
}

/* 2. Desktop: Πάνω από 992px επανέρχονται σε πλήρη ανάπτυξη */
@media screen and (min-width: 993px) {
    .wp-block-columns.stack-on-tablet > .wp-block-column {
        flex-basis: 0 !important;
        flex-grow: 1 !important;
    }
}

/* 3. Mobile: Κάτω από 781px γίνονται 100% (stack) */
@media screen and (max-width: 781px) {
    .wp-block-columns.stack-on-tablet:not(.is-not-stacked-on-mobile) > .wp-block-column {
        flex-basis: 100% !important;
    }
}

/* Καθαρισμός του margin μόνο εκεί που χρειάζεται */
.is-layout-flex.wp-block-columns.stack-on-tablet {
    gap: var(--wp--style--block-gap, 2em);
}

.mb-24 {
    display: inline-flex;
    margin-bottom: 24px!important;
}

@media screen and (max-width: 992px) {
    .mb-24 {
        margin-bottom: 16px!important;
    }
}

@media screen and (max-width: 500px) {
    .mb-24 {
        margin-bottom: 8px!important;
    }
    .smaller-on-mobile {
        max-width: 74px!important;
    }

    [style="height:80px"] {
        height: 36px !important;
    }

    .wysiwyg-part h2,
    h2 {
        font-size: 24px !important;
        line-height: 32px !important;
    }

    br {
        display: none!important;
    }

    .wysiwyg-part p,
    .wysiwyg-part ul li {
        font-size: 14px!important;
        line-height: 23px!important;
    }

    .wp-block-button__link {
        font-size: 14px !important;
        line-height: 23px!important;
    }
}

.post-element--s1 {
    height: 100%;
    background-color: var(--white);
}

.post-element--s1 .post-element-inner-wrapper {
    border-radius: 0;
    background-color: var(--white);
}



@media screen and (max-width: 992px) {

    .wp-block-table th,
    .wp-block-table td {
        width: 144px !important;
    }

    .wp-block-table th:first-child,
    .wp-block-table td:first-child {
        width: 144px !important;
        z-index: 1 !important;
        position: sticky!important;
        left: -1px!important;
        background: #fff!important;
    }

    .wp-block-table th:first-child:after,
    .wp-block-table td:first-child:after {
        content: ""!important;
        border: 1px solid rgba(0, 0, 0, 0.1)!important;
        position: absolute!important;
        top: 0!important;
        bottom: 0!important;
        right: 0!important;
        box-shadow: 1px -1px 1px 1px hsl(0deg 0% 0% / 3%)!important;
    }

    .wp-block-table td:nth-child(2),
    .wp-block-table th:nth-child(2) {
        padding-left: 24px !important;
        padding-right: 12px !important;
    }
}

.is-style-regular--not thead,
.is-style-regular--not thead tr,
.is-style-regular--not thead tr th {
    height: 0px !important;
    max-height: 0px !important;
    padding: 0px !important;
    width: 100%!important;
}

.is-style-regular--not tr {
    display: flex;
    width: 100%!important;
}

.is-style-regular--not tr td {
    display: inline-flex!important;
    width: calc(100% - 100px)!important;
    align-items: center!important;
    gap: 10px;
}

.is-style-regular--not tr td:nth-child(2) {
    width: 100px !important;
    max-width: 100px !important;
    min-width: 100px !important;
    word-break: break-all;
    overflow: hidden;
    display: inline-flex!important;
    margin-left: auto;
    gap: 10px;
    align-items: center!important;
    justify-content: end;
}

@media screen and (max-width: 992px) {
    .wp-block-table th:first-child, .wp-block-table td:first-child {
        width: 144px !important;
        z-index: 1 !important;
        position: sticky !important;
        left: -1px !important;
        background: #fff !important;
    }

    .is-style-regular--not tr td,
    .wp-block-table.is-style-regular--not th:first-child,
    .wp-block-table.is-style-regular--not td:first-child {
        display: inline-flex!important;
        width: calc(100% - 100px)!important;
        align-items: center!important;
        gap: 10px;
        position: relative !important;
        left: unset !important;
        background: transparent !important;
    }

    .wp-block-table.is-style-regular--not th:first-child:after,
    .wp-block-table.is-style-regular--not td:first-child:after {
        content: none!important;
    }

    .wp-block-table.is-style-regular--not td:nth-child(2),
    .wp-block-table.is-style-regular--not th:nth-child(2) {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
}

.post-element--s1 {
    height: 100%;
    background-color: var(--white);
    box-shadow: unset !important;
}

.post-element--s1 .post-element-inner-wrapper {
    padding: 24px !important;
}

.post-element--s1 .post-element-category-list {
    display: none;
}

.post-element--s1 .post-element-text a {
    font-size: 20px !important;
    min-height: 48px;
    max-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 0!important;
}

.post-element--s1 .post-element-text h3 {
    max-width: 50px !important;
    min-width: 50px !important;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 12px !important;
    gap: 12px;
}

.post-element--s1 .post-element-big-p {
    font-size: 14px !important;
    line-height: 23px !important;
    margin-bottom: 12px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 46px;
    max-height: 46px;
}

.post-element--s1 img.size-post-wide,
.post-element--s1 img.size-post-thumb,
.post-element--s1 .link-on-img {
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 200px;
    min-height: 200px;
    height: 100%;
    width: 100%;
    background: #f5f5f5;
}

.post-element-bottom-wrapper, .wysiwyg-part .post-element-bottom-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
    min-height: 38px;
    padding: 4px;
    background: rgba(245, 245, 245, 1);
    border-radius: 200px;
}

.post-element-author span,
.wysiwyg-part .post-element-author span,
.post-element-author a,
.wysiwyg-part .post-element-author a {
    display: inline-flex;
    flex-direction: column;
    margin-left: 8px;
    color: rgba(241, 110, 0, 1);
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
}

.wysiwyg-part .post-element-author a:after {
    content: "";
    position: absolute;
    width: auto;
    height: 2px;
    background: rgba(241, 110, 0, 1);
    bottom: -11px;
    left: 0;
    right: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.post-element-author a:hover:after,
.wysiwyg-part .post-element-author a:hover:after {
    opacity: 1!important;
}

.reading-time {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0 16px;
}

.reading-time span {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    color: rgba(217, 207, 192, 1);
}

/* Blog Page */

.blog-hero h1 {
    text-align: center;
}

.blog-updated {
    font-size: 12px;
    color: rgba(85, 85, 85, 1);
    margin-bottom: 44px;
    text-align: center;
}

.blog-intro.collapsed {
    max-height: 54px;
    overflow: hidden;
}

.blog-intro p {
    padding-right: 100px;
    padding-left: 100px;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
}

.blog-intro-toggle,
.btn-show-more {
    background: none;
    border: none;
    cursor: pointer;
    color: rgba(51, 51, 51, 1);
    font-size: 14px;
    font-weight: 500;
    margin: 40px auto 48px;
    display: flex;
    gap: 6px;
    align-items: center;
    transition: gap 0.3s ease;
}

.btn-show-more {
    margin: 12px auto 0;
}

.blog-intro-toggle:hover,
.btn-show-more:hover {
    gap: 18px;
}

.blog-intro-toggle .icon,
.btn-show-more .icon {
    font-size: 20px;
    font-weight: 400;
}

/* Filter tabs */
.blog-filters {
    display: flex;
    justify-content: center;
    margin: 32px 0 40px;
}

.filter-tabs {
    display: flex;
    gap: clamp(4px, 1.25vw, 24px);
    background: rgba(17, 17, 17, 1);
    border-radius: 50px;
    padding: 14px;
    width: 100%;
    justify-content: center;
}

@media (max-width: 900px) {
    .filter-tabs {
        display: flex;
        gap: 4px;
        background: rgba(17, 17, 17, 1);
        border-radius: 50px;
        padding: 14px;
        width: 100%;
        justify-content: left;
        overflow: hidden;
        white-space: nowrap;
        overflow-x: scroll;
    }
}

.filter-tab {
        background: transparent;
    border: none;
    color: rgba(153, 153, 153, 1);
    border-radius: 50px;
    padding: 6px 8px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    transition: background 0.2s;
    border: 2px solid rgba(153, 153, 153, 1);
}

.filter-tab.active {
    background: #fff;
    border-color: #fff;
    color: rgba(51, 51, 51, 1);
    font-weight: 600;
}

/* Grid */
.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

@media (max-width: 900px) {
    .blog-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
    .blog-grid { grid-template-columns: 1fr; }
}

/* Show More */
.blog-load-more {
    text-align: center!important;
    padding: 40px 0;
}

.affiliates-load-more {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 40px;
}

.showing-count {
    font-size: 12px!important;
    color: #888!important;
    letter-spacing: 1px!important;
    margin-bottom: 12px!important;
}

.affiliates-load-more .showing-count {
    margin: 0 !important;
}

.affiliates-load-more .btn-show-more {
    margin: 10px auto 0 !important;
}

.gap-24, .gap-24-y {
    margin-top: -24px;
}
.gap-24, .gap-24-x {
    margin-left: -24px;
}

.gap-24 > *, .gap-24-y > * {
    padding-top: 24px;
}
.gap-24 > *, .gap-24-x > * {
    padding-left: 24px;
}

@media screen and (max-width: 768px) {

    .gap-md-24, .gap-md-24-y {
        margin-top: -24px!important;
    }
    .gap-md-24, .gap-md-24-x {
        margin-left: -24px!important;
    }

    .gap-md-24 > *, .gap-md-24-y > * {
        padding-top: 24px!important;
    }
    .gap-md-24 > *, .gap-md-24-x > * {
        padding-left: 24px!important;
    }

}

.gap-40, .gap-40-y {
    margin-top: -40px;
}
.gap-40, .gap-40-x {
    margin-left: -40px;
}

.gap-40 > *, .gap-40-y > * {
    padding-top: 40px;
}
.gap-40 > *, .gap-40-x > * {
    padding-left: 40px;
}

/* Breadcrumbs */
.breadcrumb-trail {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #b0a99f; /* το γκρι της εικόνας */
}

.breadcrumb-trail a,
.breadcrumb-trail .bread-current,
.breadcrumb-trail span {
    color: inherit;
    text-decoration: none;
}

.breadcrumb-trail a:hover {
    color: #333;
}

.breadcrumb-separator {
    color: #b0a99f;
}

/* Home icon */
.item-home .bread-home {
    font-size: 0;
    display: inline-flex;
    align-items: center;
}

.item-home .bread-home::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url('./assets/images/icons/icon-home.svg');
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}

.breadcrumbs-wrapper {
    background-color: var(--body-background);
    padding: 8px 0;
}

.breadcrumbs-wrapper span {
    font-size: 12px;
    line-height: 20px;
    padding: 12px 0;
}

.breadcrumbs-wrapper span.breadcrumb-separator {
    padding: 12px 0 13px;
}

.breadcrumbs-wrapper span.item-home {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin-bottom: 2px;
}

/* Author box */

.wp-block-poka-custom-author-card {
    max-width: 1080px;
    margin: 0 auto;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center -52px !important;
}

.wp-block-poka-custom-author-card .author-card-header {
    display: flex;
    gap: 16px;
    position: relative;
    margin-bottom: 16px;
}

.wp-block-poka-custom-author-card .author-card-main.is-style-2 .author-card-header {
    margin-bottom: 0px;
}

.wp-block-poka-custom-author-card .author-job {
    font-size: 16px;
    line-height: 28px;
    margin: 0 !important;
    font-weight: 400;
    color: #fff;
}

.wp-block-poka-custom-author-card .author-tags-row {
    display: flex;
    gap: 8px;
}

.wp-block-poka-custom-author-card .tag-badge {
    background: rgba(217, 207, 192, 1);
    color: rgba(150, 81, 40, 1);
    padding: 7px 12px;
    border-radius: 20px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    letter-spacing: -4%;
    margin-top: 24px;
}

.wp-block-poka-custom-author-card .author-card-main.is-style-2 .tag-badge {
    margin-bottom: 24px;
}

.wp-block-poka-custom-author-card .author-social-links {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    gap: 10px;
}

.wp-block-poka-custom-author-card .social-icon {
    color: #fff;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.wp-block-poka-custom-author-card .social-icon:hover {
    opacity: 0.8;
}

.wp-block-poka-custom-author-card .author-more-btn {
    color: rgba(215, 116, 57, 1);
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 23px;
    transition: gap 0.3s ease;
    gap: 6px;
    display: inline-flex;
    align-items: center;
    margin-top: 24px;
}

.wp-block-poka-custom-author-card .author-more-btn:hover {
    gap: 18px;
}

.wp-block-poka-custom-author-card .author-name,
.wp-block-poka-custom-author-card .author-name a {
    font-size: 16px;
    line-height: 28px;
    margin: 0 !important;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 500!important;
}

.wp-block-poka-custom-author-card .author-avatar-box {
    min-width: 115px;
    min-height: 115px;
    display: flex;
    justify-content: center;
    align-items: center;
    object-fit: cover;
    overflow: hidden;
    border-radius: 16px;
    width: 115px;
    height: 115px;
}

.wp-block-poka-custom-author-card .author-card-main.is-style-2 .author-avatar-box {
    min-width: 200px;
    min-height: 200px;
    width: 200px;
    height: 200px;
}

.wp-block-poka-custom-author-card .author-avatar-box img {
    width: 100%!important;
    height: 100%!important;
    object-fit: cover;
}

.wp-block-poka-custom-author-card .author-bio-p {
    font-size: 14px!important;
    line-height: 23px!important;
    color: #fff!important;
    margin: 0!important;
}

/* Single Post */

.single-post-wrapper .wp-block-poka-custom-author-card {
    margin: 32px auto;
}

.single-post-wrapper h1 {
    text-align: center;
    font-size: 40px;
    color: rgba(34, 34, 34, 1);
    margin: 20px auto;
}

.post-element-info {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    gap: 8px;
}

.single-post-wrapper .single-post-excerpt {
    max-width: 1080px;
    margin: 40px auto 80px;
    text-align: center;
    font-size: 16px;
    color: rgba(85, 85, 85, 1);
}

.single-post-wrapper .single-post-excerpt * {
    font-size: 16px;
    line-height: 26px;
}

.wp-block-buttons {
    box-sizing: border-box;
}

:root :where(.is-layout-flex) {
    gap: 24px;
}

.is-layout-flex {
    flex-wrap: wrap;
    align-items: center;
}

.wp-container-core-buttons-is-layout-a89b3969 {
    justify-content: center;
}

body .is-layout-flex {
    display: flex;
}

.wp-block-buttons.is-content-justification-center {
    justify-content: center;
}

.wysiwyg-part {
    font-size: var(--main-font-size);
}

:where(.wp-block-button__link) {
    border-radius: 9999px;
    box-shadow: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    text-decoration: none;
}

a {
    background-color: transparent;
}

a {
    text-decoration: none;
    color: inherit;
}

a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.wp-element-button {
    cursor: pointer;
}

.has-text-align-center {
    text-align: center;
}

.wp-block-button__link {
    align-content: center;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    height: 100%;
    text-align: center;
    word-break: break-word;
}

.wp-block-button__link {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 13px 24px !important;
    border: 2px solid var(--secondary-button-color) !important;
    background: var(--secondary-button-color) !important;
    color: var(--secondary-button-text-color) !important;
    transition: all 0.3s ease;
}

:root :where(.wp-element-button, .wp-block-button__link) {
    background-color: #32373c;
    border-width: 0;
    color: #fff;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    padding-top: calc(0.667em + 2px);
    padding-right: calc(1.333em + 2px);
    padding-bottom: calc(0.667em + 2px);
    padding-left: calc(1.333em + 2px);
    text-decoration: none;
    text-transform: inherit;
}

.wp-block-buttons .wp-block-button__link {
    width: 100%;
}

.post-element-info .post-element-info__authors a {
    color: rgba(241, 110, 0, 1);
    text-transform: capitalize;
    font-size: 12px;
}

.post-element-info .post-element-info__authors a:hover {
    text-decoration: underline;
}

.post-element-bottom-wrapper .post-element-author a {
    font-weight: 600;
}

.post-element-bottom-wrapper .post-element-author a:after {
    content: "";
    position: absolute;
    width: auto;
    height: 2px;
    background: rgba(241, 110, 0, 1);
    bottom: -11px;
    left: 0;
    right: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.post-element-bottom-wrapper .post-element-author a:hover:after {
    opacity: 1!important;
}

.poka-affiliate-card,
.wp-block-poka-affiliate-card {
    background: var(--boxes-background-color);
    border-radius: var(--border-radius);
    padding: 24px;
}

.poka-affiliate-card__sub {
    display: flex;
    justify-content: center;
    align-items: center;
    /*gap: 6px;*/
}

.poka-affiliate-card__sub img {
    margin-top: -1px;
}

.poka-affiliate-card__casino-info {
    display: flex;
    align-items: center;
    gap: 24px;
    flex: 400px;
    max-width: 400px;
}

.poka-affiliate-card__casino-actions {
    flex: 250px;
    max-width: 250px;
}

.poka-affiliate-card__casino-name {
    font-size: 20px;
    font-weight: 600;
}

.poka-affiliate-card__casino-logo {
    max-height: 50px;
}

.poka-affiliate-card__affiliate-row {
    margin-bottom: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: space-between;
    align-items: baseline;
    cursor: pointer;
}

.poka-affiliate-card__casino-actions .btn.btn-primary,
.btn.btn-primary,
.review-form__footer .btn.btn-primary {
    min-width: 250px;
    font-size: 16px;
    line-height: 28px;
    padding: 9px 24px;
    background-color: var(--primary-button-color);
    border: 2px solid var(--primary-button-color);
    transition: all 0.3s ease;
}

.btn.btn-primary:hover {
    transform: none !important;
    border-color: var(--primary-button-color);
    color: var(--primary-button-color);
    background-color: transparent;
}

.btn:hover:after {
    opacity: 0!important;
}

.poka-affiliate-card__casino-actions .btn.btn-primary {
    margin-bottom: 12px;
}

.review-box-actions .btn {
    margin-bottom: 12px;
}

.review-box--style2 .review-extra-links-item a {
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: gap 0.3s ease;
    color: var(--boxes-secondary-text-color);
}

.review-extra-links-item a:hover {
    gap: 18px;
}

.review-box--style2 .review-box-name {
    color: var(--boxes-secondary-text-color)!important;
}

@media screen and (max-width: 768px) {
    .poka-affiliate-card__affiliate-row {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .poka-affiliate-card__casino-info {
        display: flex;
        align-items: center;
        gap: 8px;
        flex: 100%;
        max-width: 100%;
        justify-content: space-between;
        width: 100%;
    }

    .poka-affiliate-card__casino-actions {
        flex: 100%;
        max-width: 100%;
        width: 100%;
    }

    .poka-affiliate-card .is-layout-flex,
    .wp-block-poka-affiliate-card .is-layout-flex {
        flex-direction: column;
        gap: 8px;
    }
}

/* ----------------------------------------------------------
 * poka/report-form — Frontend Styles
 * Uses CSS custom properties injected by the block:
 *   --poka-rf-bg              (wrapper background)
 *   --poka-rf-text            (text color)
 *   --poka-rf-field-bg        (fields background)
 *   --poka-rf-field-secondary (file row / secondary elements)
 * ---------------------------------------------------------- */

.poka-report-form {
    --poka-rf-radius-card : var(--border-radius);
    --poka-rf-radius-field: var(--border-radius);
    --poka-rf-error-color : #c0392b;
    font-family: inherit;
}

/* ----------------------------------------------------------
 * Title
 * ---------------------------------------------------------- */
.poka-report-form__title {
    text-align : center;
    font-size  : 28px!important;
    font-weight: 600!important;
    margin     : 0 0 24px!important;
    color      : var(--poka-rf-text);
}

/* ----------------------------------------------------------
 * Body — vertical stack of fields
 * ---------------------------------------------------------- */
.poka-report-form__body,
.review-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
    background: var(--poka-rf-bg);
    color: var(--poka-rf-text);
    border-radius: var(--poka-rf-radius-card);
    padding: 32px;
    max-width: 1080px;
    margin: 0 auto;
    padding: clamp(20px, 2.1vw, 40px) clamp(20px, 5.8vw, 110px) clamp(20px, 1.25vw, 24px);
}

.review-form {
    background: rgba(217, 207, 192, 1);
    color: rgba(34, 34, 34, 1);
    border-radius: var(--border-radius);
}

/* ----------------------------------------------------------
 * Field wrapper
 * ---------------------------------------------------------- */
.poka-report-form__field,
.review-form__field {
    display       : flex;
    flex-direction: column;
    gap           : 4px;
}

/* ----------------------------------------------------------
 * Labels
 * ---------------------------------------------------------- */
.poka-report-form__label,
.review-form__label {
    display: block;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--poka-rf-text);
}

.poka-report-form__required,
.review-form__required {
    color      : #e05c5c;
    margin-left: 2px;
}

/* ----------------------------------------------------------
 * Select
 * ---------------------------------------------------------- */
.poka-report-form__select,
.review-form__select {
    width: 100%;
    background: var(--poka-rf-field-bg);
    border: none;
    border-radius: var(--button-border-radius);
    padding: 8px 40px 8px 16px;
    font-size: 16px;
    color: var(--poka-rf-text);
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='9' height='12' viewBox='0 0 9 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.146894 7.14689C0.193339 7.10033 0.248515 7.06339 0.30926 7.03818C0.370005 7.01298 0.435127 7 0.500894 7C0.566661 7 0.631782 7.01298 0.692528 7.03818C0.753273 7.06339 0.808448 7.10033 0.854894 7.14689L4.50089 10.7939L8.14689 7.14689C8.24078 7.05301 8.36812 7.00026 8.50089 7.00026C8.63367 7.00026 8.76101 7.05301 8.85489 7.14689C8.94878 7.24078 9.00152 7.36812 9.00152 7.50089C9.00152 7.63367 8.94878 7.76101 8.85489 7.85489L4.85489 11.8549C4.80845 11.9015 4.75327 11.9384 4.69253 11.9636C4.63178 11.9888 4.56666 12.0018 4.50089 12.0018C4.43513 12.0018 4.37001 11.9888 4.30926 11.9636C4.24852 11.9384 4.19334 11.9015 4.14689 11.8549L0.146894 7.85489C0.10033 7.80845 0.0633878 7.75327 0.0381813 7.69253C0.0129749 7.63178 0 7.56666 0 7.50089C0 7.43513 0.0129749 7.37001 0.0381813 7.30926C0.0633878 7.24852 0.10033 7.19334 0.146894 7.14689V7.14689ZM0.146894 4.85489C0.193339 4.90146 0.248515 4.9384 0.30926 4.96361C0.370005 4.98881 0.435127 5.00179 0.500894 5.00179C0.566661 5.00179 0.631782 4.98881 0.692528 4.96361C0.753273 4.9384 0.808448 4.90146 0.854894 4.85489L4.50089 1.20789L8.14689 4.85489C8.24078 4.94878 8.36812 5.00153 8.50089 5.00153C8.63367 5.00153 8.76101 4.94878 8.85489 4.85489C8.94878 4.76101 9.00152 4.63367 9.00152 4.50089C9.00152 4.36812 8.94878 4.24078 8.85489 4.14689L4.85489 0.146894C4.80845 0.100331 4.75327 0.0633878 4.69253 0.0381813C4.63178 0.0129749 4.56666 0 4.50089 0C4.43513 0 4.37001 0.0129749 4.30926 0.0381813C4.24852 0.0633878 4.19334 0.100331 4.14689 0.146894L0.146894 4.14689C0.10033 4.19334 0.0633878 4.24852 0.0381813 4.30926C0.0129749 4.37001 0 4.43513 0 4.50089C0 4.56666 0.0129749 4.63178 0.0381813 4.69253C0.0633878 4.75327 0.10033 4.80845 0.146894 4.85489V4.85489Z' fill='%23965128'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 18px center;
    cursor: pointer;
    font-family: inherit;
    box-sizing: border-box;
}

.review-form__select {
    background: rgba(255, 255, 255, 1);
    color: rgba(85, 85, 85, 1);
}

.poka-report-form__select:focus,
.review-form__select:focus {
    outline: 2px solid rgba(34, 34, 34, 0.25);
    outline-offset: 0;
}

/* ----------------------------------------------------------
 * Textarea
 * ---------------------------------------------------------- */
.poka-report-form__textarea,
.review-form__textarea {
    width: 100%;
    background: var(--poka-rf-field-bg);
    border: none;
    border-radius: var(--poka-rf-radius-field);
    padding: 8px 16px;
    font-size: 16px;
    color: var(--poka-rf-text);
    resize: vertical;
    min-height: 200px;
    font-family: inherit;
    box-sizing: border-box;
}

.review-form__textarea {
    background: rgba(255, 255, 255, 1);
    color: rgba(85, 85, 85, 1);
    min-height: 138px;
    border-radius: 16px;
}

.poka-report-form__textarea:focus,
.review-form__textarea:focus {
    outline: 2px solid rgba(34, 34, 34, 0.25);
    outline-offset: 0;
}

/* ----------------------------------------------------------
 * File row
 * ---------------------------------------------------------- */
.poka-report-form__file-row,
.review-form__file-row {
    display: flex;
    align-items: center;
    gap: 16px;
    background: var(--poka-rf-field-bg);
    border-radius: var(--button-border-radius);
    padding: 0;
    overflow: hidden;
    position: relative;
}

.review-form__file-row {
    background: rgba(255, 255, 255, 1);
}

/* Hide the actual file input — JS triggers it via the + button */
.poka-report-form__file-input,
.review-form__file-input {
    display: none;
}

.poka-report-form__file-icon,
.review-form__file-icon {
    opacity: 0.7;
    font-size: 16px;
    color: var(--poka-rf-text);
    flex-shrink: 0;
    line-height: 1;
    height: 100%;
    min-height: 40px;
    min-width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--poka-rf-field-secondary);
}

.poka-report-form__file-name,
.review-form__file-name {
    flex         : 1;
    font-size    : 14px;
    color        : var(--poka-rf-text);
    opacity      : 0.5;
    white-space  : nowrap;
    overflow     : hidden;
    text-overflow: ellipsis;
}

.poka-report-form__file-btn,
.review-form__file-btn {
    background: var(--poka-rf-field-bg);
    border: none;
    border-radius: var(--button-border-radius);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    color: var(--poka-rf-text);
    flex-shrink: 0;
    transition: opacity 0.15s;
}

.poka-report-form__file-btn:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    right: 0;
    left: 0;
}

.poka-report-form__file-btn svg,
.review-form__file-btn svg {
    width: 22px;
    height: 22px;
}

.poka-report-form__file-btn:hover,
.review-form__file-btn:hover {
    opacity: 0.75;
}

/* ----------------------------------------------------------
 * Name + Email row
 * ---------------------------------------------------------- */
.poka-report-form__row,
.review-form__row {
    display              : grid;
    grid-template-columns: 1fr 1fr;
    gap                  : 10px;
}

/* ----------------------------------------------------------
 * Text inputs
 * ---------------------------------------------------------- */
.poka-report-form__input,
.review-form__input {
    width: 100%;
    background: var(--poka-rf-field-bg);
    border: none;
    border-radius: var(--button-border-radius);
    padding: 8px 20px 8px 16px;
    font-size: 16px;
    color: var(--poka-rf-text);
    font-family: inherit;
    box-sizing: border-box;
}

.review-form__input {
    background: rgba(255, 255, 255, 1);
    color: rgba(85, 85, 85, 1);
}

.poka-report-form__input:focus,
.review-form__input:focus {
    outline: 2px solid rgba(34, 34, 34, 0.25);
    outline-offset: 0;
}

/* ----------------------------------------------------------
 * Email wrapper (@ icon + input)
 * ---------------------------------------------------------- */
.poka-report-form__email-wrap,
.review-form__email-wrap,
.review-form__input-icon-wrap {
    display: flex;
    align-items: center;
    background: var(--poka-rf-field-bg);
    border-radius: var(--button-border-radius);
    padding: 0;
    gap: 0px;
    position: relative;
}

.review-form__email-wrap {
    background: rgba(255, 255, 255, 1);
}

.poka-report-form__email-icon,
.review-form__email-icon,
.review-form__input-icon {
    font-size: 16px;
    color: var(--poka-rf-text);
    flex-shrink: 0;
    line-height: 1;
    height: 100%;
    min-height: 40px;
    min-width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 2px;
    background: var(--poka-rf-field-secondary);
    position: absolute;
    border-top-left-radius: var(--button-border-radius);
    border-bottom-left-radius: var(--button-border-radius);
}

.review-form__email-icon,
.review-form__input-icon {
    background: rgba(237, 235, 228, 1);
    color: rgba(85, 85, 85, 1);
}

.poka-report-form__input--email,
.review-form__input--email,
#review-email {
    background  : transparent;
    padding-left: 56px;
    padding-right: 20px;
}

#review-email {
    background: rgba(255, 255, 255, 1);
}

.poka-report-form__input--email:focus,
.review-form__input--email:focus {
    outline: none;
}

.poka-report-form__email-wrap:focus-within,
.review-form__email-wrap:focus-within {
    outline       : 2px solid rgba(34, 34, 34, 0.25);
    outline-offset: 0;
    border-radius : var(--button-border-radius);
}

/* ----------------------------------------------------------
 * Error state
 * ---------------------------------------------------------- */
.poka-report-form__input--error,
.review-form__input--error {
    outline: 2px solid var(--poka-rf-error-color) !important;
}

/* ----------------------------------------------------------
 * Placeholders
 * ---------------------------------------------------------- */
.poka-report-form__select option[value=""],
.review-form__select option[value=""] {
    color: rgba(34, 34, 34, 0.45);
}

.poka-report-form__textarea::placeholder,
.poka-report-form__input::placeholder,
.review-form__textarea::placeholder,
.review-form__input::placeholder {
    color  : var(--poka-rf-text);
    opacity: 0.45;
}

/* ----------------------------------------------------------
 * Actions + Button
 * ---------------------------------------------------------- */
.poka-report-form__actions,
.review-form__actions {
    display        : flex;
    justify-content: flex-end;
    margin-top     : 4px;
}

.poka-report-form__btn,
.review-form__btn {
    font-size: 16px;
    line-height: 28px;
    background-color: var(--primary-button-color);
    padding: 9px 24px;
    border: 2px solid var(--primary-button-color);
    color: var(--primary-button-text-color);
    transition: 0.3s;

    display: inline-block;
    text-align: center;
    text-transform: var(--buttons-text-transform);
    font-weight: var(--button-font-weight);
    position: relative;
    text-decoration: none;
    border-radius: var(--button-border-radius);

    cursor: pointer;
}

.poka-report-form__btn:hover:not(:disabled),
.review-form__btn:hover:not(:disabled) {
    background-color: transparent;
    border: 2px solid var(--primary-button-color);
    color: var(--primary-button-color);
}

.poka-report-form__btn:disabled,
.review-form__btn:disabled {
    opacity: 0.5;
    cursor : not-allowed;
}

/* ----------------------------------------------------------
 * Success / Error messages
 * ---------------------------------------------------------- */
.poka-report-form__message,
.review-form__message,
.review-form__notice {
    font-size    : 14px;
    font-weight: 600;
    border-radius: var(--button-border-radius);
    text-align   : center;
}

.poka-report-form__message--success,
.review-form__message--success {
    color     : #2d7a2d;
    background: #edfaed;
    padding   : 10px 16px;
}

.poka-report-form__message--error,
.review-form__message--error,
.review-form__notice.is-error  {
    color     : var(--poka-rf-error-color);
    background: #fdecea;
    padding   : 10px 16px;
}

.review-form__notice {
    margin-bottom: 24px;
}

/* ----------------------------------------------------------
 * Mobile
 * ---------------------------------------------------------- */
@media ( max-width: 600px ) {
    .poka-report-form__wrapper,
    .review-form__wrapper {
        padding: 20px 16px;
    }

    .poka-report-form__row,
    .review-form__row {
        grid-template-columns: 1fr;
    }
}

/* REVIEWS STYLES */

.review-box--style2 {
    background-color: var(--boxes-secondary-background-color);
    border-radius: var(--border-radius);
    overflow: unset;
    position: relative;
    padding-bottom: 32px;
}

.review-box-name,
.wysiwyg-part .review-box-name,
.editor-styles-wrapper .review-box-name,
.wp-block-cover .review-box-name,
.wp-block-cover .review-box-name:not(.has-text-color) {
    margin-right: 24px;
    font-size: 24px;
    color: var(--boxes-text-color);
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
}

.review-box--style2 .review-box-info {
    flex-direction: column;
    justify-content: left;
    align-items: baseline;
}

.review-box--style2 .review-box-thumb {
    background-color: transparent;
    border-radius: 0;
    flex: 100%;
    max-width: 100%;
    width: 100%;
    justify-content: start;
    align-items: center;
    gap: 8px;
    padding: 38px 12px 12px;
}

.review-box--style2 .review-box-thumb--counter {
    padding: 0;
    display: flex;
    justify-content: left;
    align-items: center;
    font-size: 24px;
    font-weight: 600;
    color: var(--primary-button-color);
}

.review-box--style2 .review-box-thumb--counter:before {
    content: "#";
    color: var(--primary-button-color);
}

.review-box--style2 .review-box-thumb--counter:after {
    position: relative;
    top: unset;
    left: unset;
    background-color: transparent;
    color: var(--primary-button-color);
    width: auto;
    height: auto;
    text-align: center;
    line-height: inherit;
    border-radius: unset;
    font-size: 24px;
    font-weight: 600;
}

.review-box--style2 .review-box-actions {
    padding: 12px;
    flex: auto;
    max-width: max-content;
    width: auto;
}

.review-box--style2 .review-badge,
.review-box--style2 .review-box-name {
    margin: 0;
}

.review-box--style2 .review-logo:not(.review-logo--rounded) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    min-height: 140px;
    min-height: 20px;
    width: auto;
    margin: 0;
    margin-left: clamp(0px, 1vw, 16px);
}

.review-box--style2 .review-box-disclaimer {
    border-radius: 0;
    padding: 12px;
    color: rgba(153, 153, 153, 1);
}

.review-box--style2 .review-logo > img, .review-logo > picture > img {
    display: block;
    height: auto!important;
    min-width: auto!important;
    width: auto!important;
    -o-object-fit: contain;
    object-fit: contain;
}

.review-badge-wrap {
    position: absolute;
    top: -5px;
    left: 30px;
}

.review-box3__expanded {
    padding: 12px;
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.review-box3__info-box {
    background: rgba(245, 245, 245, 1);
    padding: 0 16px 16px;
    border-radius: 16px;
    flex: 20%;
    max-width: 25%;
    width: 100%;
}

.review-box3__info-box-body {
    max-height: none;
    opacity: 1;
    overflow: hidden;
    transition: max-height 0.3s ease, opacity 0.3s ease;
}

.review-box3__games-list,
.review-box3__feature-list,
.review-box3__overview-list {
    list-style: none !important;
    padding: 0 !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 0 8px !important;
}

.wp-block-columns ul > li::before, .wp-block-group ul > li::before {
    content: unset;
    display: none;
}

.review-box3__game-item,
.review-box3__feature-item,
.review-box3__overview-list-item {
    flex: calc(50% - 4px);
    max-width: 50%;
    width: 100%;
    margin: 0 !important;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 3px 0;
    font-size: 14px;
}

.review-box3__game-item--inactive {
    opacity: 0.5;
}

.review-box3__feature-item,
.review-box3__overview-list-item {
    flex: 100%;
    max-width: 100%;
}

.review-box3__overview-list-item {
    justify-content: space-between;
}

.review-box3__overview-list-item-value {
    font-weight: 600;
    text-align: right;
}

.review-box3__info-box-header {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 8px 0;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 600;
}

.review-box3__info-box-icon {
    cursor: pointer;
}

.review-box--style2 .review-bonus {
    font-size: 20px;
    font-weight: 600;
    display: flex;
    gap: 8px 16px;
    margin-bottom: 20px;
    text-align: left;
}

.review-box--style2 .review-bonus .info {
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: baseline;
    text-align: left;
    color: var(--boxes-secondary-text-color)!important;
}

.review-box--style2 .review-bonus .info .desc {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
}

.review-box--style2 .review-bonus .icon {
    margin-top: 2px;
}

.review-box3__payments {
    display: flex;
    gap: 4px;
}

.review-box3__payments .review-box3__payment-icon {
    padding: 7px 10px;
    background: rgba(51, 51, 51, 1);
    border-radius: 4px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.review-box3__payment-icon.review-box3__payment-icon--text {
    padding: 2px 10px;
}

.review-box3__payments .review-box3__payment-more {
    font-size: 14px;
    font-weight: 600;
    line-height: 23px;
    color: var(--main-color);
    background: rgba(51, 51, 51, 1);
    border-radius: 4px;
    padding: 2px 6px;
    cursor: pointer;
    border: 0;
}

.review-box3__payment-badge {
    background: rgba(51, 51, 51, 1);
    color: var(--main-color);
    font-weight: 500;
    border: 0;
    padding: 2px 6px;
    border-radius: 4px;
    cursor: pointer;
}

.review-box3__payments .review-box3__payment-more > svg {
    width: 0px;
    height: 0px;
}

.review-box--style2 .review-badge,
.review-box--style2 .review-box-name {
    margin-right: 16px!important;
}

.review-box--style2 .review-logo {
    margin-left: 0!important;
}

.pokageo-flag-circle {
    position: absolute!important;
    top: unset!important;
    right: -32px!important;
}

.review-box3__info-box-icon {
    cursor: pointer;
}
.review-box3__info-box-icon svg {
    transition: transform 0.3s;
}
.review-box3__info-box--collapsed .review-box3__info-box-icon svg {
    transform: rotate(180deg);
}

.review-box3__expanded {
    overflow: hidden;
    transition: max-height 0.3s ease, opacity 0.3s ease, padding 0.3s ease, margin 0.3s ease;
}

.review-box3__toggle-btn svg {
    transition: transform 0.3s ease;
}

.review-box3--collapsed .review-box3__toggle-btn svg {
    transform: rotate(180deg);
}

.review-box3--collapsed .review-box3__expanded {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    margin: 0;
    padding: 0 12px;
}

.review-box3__payments {
    position: relative;
}

.review-box3__payments-panel-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    font-weight: 600;
}

.review-box3__payments-panel-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 4px;
}

.review-box3__ratings {
    display: flex;
    gap: 8px;
    padding: 0 12px;
    min-width: 304px;
}

.safety-index-widget,
.expert-rating-widget {
    padding: 28px 18px;
    background: rgba(51, 51, 51, 1);
    border-radius: 12px;
    color: rgba(153, 153, 153, 1);
    font-size: 10px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    min-width: 148px;
    position: relative;
    height: fit-content;
    min-height: 100px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    max-height: 100px;
}

.safety-index-widget button,
.expert-rating-widget button {
    position: absolute;
    top: 8px;
    right: 8px;
    padding: 0;
    display: flex;
    border-radius: 200px;
    background: transparent;
    border: 0;
    outline: none;
    width: 12px;
    height: 12px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.expert-rating-popup,
.safety-index-popup,
.ad-disclosure-popup__inner {
    background: rgba(245, 245, 245, 1);
    position: absolute;
    max-width: 344px;
    border-radius: 16px;
    left: 12px;
    top: 150px;
    z-index: 1;
    padding: 16px;
    text-align: left;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.5);
}

.ad-disclosure-popup__inner {
    position: relative;
    z-index: 1;
    max-width: 800px;
    width: 100%;
    margin: 0 20px;
    top: unset;
    left: unset;
}

.ad-disclosure-popup__header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding-top: 2px;
    font-weight: 600;
}

.ad-disclosure-popup__content p:last-child {
    margin-bottom: 0;
}

.ad-disclosure-widget__info-btn {
    background: transparent;
    border: 0;
    cursor: pointer;
}

.expert-rating-popup__title,
.safety-index-popup__title {
    display: flex;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 23px;
    color: #000;
    font-weight: 600;
    text-transform: initial;
    margin-top: 4px;
}

.expert-rating-popup__content, .safety-index-popup__content, .expert-rating-popup__content *, .safety-index-popup__content * {
    font-size: 14px !important;
    line-height: 23px !important;
    color: rgba(0, 0, 0, 1);
    text-transform: initial;
}

.expert-rating-popup__content p:last-child,
.safety-index-popup__content p:last-child {
    margin-bottom: 0;
}

.expert-rating-popup__close,
.safety-index-popup__close {

    position: absolute;
    padding: 0;
    display: flex;
    border-radius: 200px;
    background: transparent;
    border: 0;
    outline: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;

    min-width: 18px;
    min-height: 18px;
    top: 19px !important;
    right: 19px !important;
    font-weight: 600;
}

.review-box--style2 .review-box-info {
    padding: 0 24px;
}

.expert-rating-widget__number {
    font-size: 16px;
    font-weight: 300;
}

.safety-index-widget__label-text,
.expert-rating-widget__number strong {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    text-transform: initial;
}

.expert-rating-widget__icon,
.safety-index-widget__icon {
    width: 21px;
    height: 13px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 7.5px 4px 7.5px 0;
}

.safety-index-widget__icon {
    width: 12px;
    height: 16px;
}

.safety-index-widget__score {
    display: flex;
    align-items: center;
    justify-content: center;
}

.review-box3__toggle-btn {
    background: transparent;
    outline: none;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 6px 24px;
    color: rgba(241, 110, 0, 1);
    font-weight: 600;
    border-radius: 200px;
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translate(-50%, 0px);
    z-index: 1;
    background: #111111;
    cursor: pointer;
    transition: all 0.3s ease;
}

.review-box3__toggle-btn svg path {
    transition: all 0.3s ease;
}

.review-box3__toggle-btn:hover {
    background: rgba(237, 235, 228, 1);
    color: #000;
}

.review-box3__toggle-btn:hover svg path {
    fill: #000;
}

.review-box--style2 + .review-box--style2 {
    margin-top: 48px;
}

.review-box3__bonus-card {
    background: rgba(237, 235, 228, 1);
    padding: 8px;
    border-radius: 8px;
    font-size: 12px;
    line-height: 16px;
}

.review-box3__info-box-body {
    display: flex!important;
    flex-direction: column!important;
    gap: 4px!important;
}

.review-box3__bonus-card-type {
    font-size: 12px!important;
    line-height: 16px!important;
    margin: 0 !important;
    color: rgba(85, 85, 85, 1)!important;
}

.review-box3__bonus-card-title {
    font-size: 14px!important;
    line-height: 16px!important;
    font-weight: 600!important;
    letter-spacing: -4%!important;
    margin: 0 0 9px!important;
}

.review-box3__bonus-card-row {
    display: flex!important;
    justify-content: space-between;
    margin-top: 3px!important;
    align-items: center;
}

.review-box3__bonus-code {
    color: rgba(241, 110, 0, 1);
    font-weight: 600;
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 0;
    transition: gap 0.3s ease;
}

.review-box3__bonus-code:hover {
    gap: 16px;
}

.review-box3__payment-text {
    color: #999999;
}

/* Collapsed state — extra icons hidden */
.review-box3__payments[data-collapsed="true"] {
    overflow: hidden;
}
.review-box3__payments[data-collapsed="true"] .review-box3__payment-icon--extra {
    display: none;
}
.review-box3__payments[data-collapsed="true"] .review-box3__payments-header {
    display: none;
}
.review-box3__payments[data-collapsed="false"] .review-box3__payment-badge {
    display: none;
}



.review-box3__payments-wrap {
    position: relative;
}

.review-box3__payments {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

/* Absolute panel — opens upward over content above */
.review-box3__payments-panel {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 10;
    background: rgba(245, 245, 245, 1);
    border-radius: 16px;
    padding: 24px;
    transform-origin: center;
    transform: scaleY(0);
    opacity: 0;
    top: 50%;
    transform: translateY(-50%) scaleY(0);
    transition: transform 0.3s ease, opacity 0.25s ease;
    height: fit-content;
    overflow: auto;
}

.review-box3__payments-panel--open {
    transform: translateY(-50%) scaleY(1);
    opacity: 1;
}

.review-box3__payments-panel-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    margin-bottom: 16px;
    min-height: 35px;
}

.review-box3__payments-panel-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 4px;
    align-items: center;
}

.review-box3__payment-arrow {
    width: 24px;
    height: 24px;
}

.review-box3__payments-panel-grid .review-box3__payment-icon {
    padding: 7px 10px;
    background: rgba(249, 251, 254, 1);
    border-radius: 4px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(232, 238, 242, 1);
}

.review-box3__payments-panel-grid .review-box3__payment-icon.review-box3__payment-icon--text {
    padding: 2px 10px;
}

.review-box3__payments-panel-grid .review-box3__payment-text {
    color: #323232;
}

.review-box3__payments-panel .review-box3__payment-badge {
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    transition: gap 0.3s ease;
}

.review-box3__payments-panel .review-box3__payment-badge:hover {
    gap: 12px;
}

.ad-disclosure-popup { display: flex; position: fixed; inset: 0; z-index: 9999; align-items: center; justify-content: center; }
.ad-disclosure-popup__close { position: absolute; top: 1rem; right: 1rem; background: none; border: none; cursor: pointer; color: currentColor; }

.table-header__filter-btn {
    display: flex;
    align-items: center;
    gap: 0px;
    transition: gap 0.3s ease;
    color: var(--main-color);
    font-weight: 500;
    cursor: pointer;
    background: transparent;
    border: 0;
    gap: 12px;
}

.table-header__filter-btn:hover {
    gap: 20px;
}

.table-header__left {
    font-weight: 500;
}

.affiliates-table__empty {
    padding: 2rem;
    text-align: center;
    opacity: 0.6;
}

.table-header__right.table-header__right--filter {
    position: relative;
}

.deposit-filter-dropdown {
    background: rgba(217, 207, 192, 1);
    border-radius: 16px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: baseline;
    min-width: 328px;
    position: absolute;
    z-index: 1;
    right: 0;
    top: calc(100% + 6px);
}

.deposit-filter-dropdown__header {
    font-size: 14px;
    line-height: 23px;
    font-weight: 600;
    width: 100%;
    max-width: 100%;
}

.deposit-filter-dropdown hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid rgba(153, 153, 153, 1);
    margin: 12px 0 0;
    padding: 0;
}

.deposit-filter-dropdown .btn {
    min-width: unset;
    width: auto;
    font-size: 16px;
    line-height: 28px;
    padding: 8px 16px;
    background-color: var(--primary-button-color);
    border: 2px solid var(--primary-button-color);
    transition: all 0.3s ease;
    color: var(--primary-button-text-color);
    cursor: pointer;
}

.deposit-filter-dropdown .btn:hover {
    transform: none !important;
    border-color: var(--primary-button-color);
    color: var(--primary-button-color);
    background-color: transparent;
}

.deposit-filter-dropdown__list {
    padding: 0!important;
    width: 100%!important;
    max-width: 100%!important;
}

.deposit-filter-dropdown__item {
    font-size: 14px;
    line-height: 23px;
    display: flex;
    gap: 8px;
    justify-content: space-between;
}

.deposit-filter-dropdown__item label {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    cursor: pointer;
}

.visual-checkbox {
    width: 24px;
    height: 24px;
    background: rgba(237, 235, 228, 1);
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 3px;
}

.visual-checkbox.checked {
    background: rgba(241, 110, 0, 1);
}

.deposit-filter-dropdown__item .visual-checkbox.checked ~ label span,
.deposit-filter-dropdown__item label:has(input:checked) span {
    font-weight: 600;
}

.review-box-meta {
    padding: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    flex: 100% !important;
}

.review-box-wrap {
    flex-wrap: wrap!important;
    gap: 20px 0!important;
}

@media screen and (max-width: 992px) {
    .table-header {
        display: flex!important;
    }
    .review-box3__ratings {
        max-width: 100%;
        flex: 100%;
    }
    .safety-index-widget,
    .expert-rating-widget {
        max-width: 100%;
        flex: 100%;
    }
    .review-box--style2 .review-box-info {
        padding: 0 12px;
    }
    .review-box3__info-box {
        flex: 48%;
        max-width: 50%;
    }
    .review-logo.review-logo--centered {
        margin-left: auto !important;
    }
    .header-search-hover-wrap {
        display: none!important;
    }
}

@media screen and (max-width: 768px) {
    .review-box-meta {
        justify-content: center!important;
        align-items: center!important;
        text-align: center!important;
        display: flex!important;
        flex-direction: column!important;
    }
    .review-box-actions {
        display: flex !important;
        width: 100% !important;
        max-width: 100% !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        justify-content: center !important;
        align-items: center !important;
    }
    .review-box--style2 {
        padding-bottom: 22px;
    }
    .review-box--style2 + .review-box--style2 {
        margin-top: 32px;
    }
    .review-box3__expanded {
        margin-top: 6px;
    }
    .review-box3__info-box {
        flex: 100%;
        max-width: 100%;
    }
    .review-box-meta {
        margin-bottom: 0 !important;
    }
    .safety-index-widget, .expert-rating-widget {
        padding: 16px 12px;
        min-height: 80px;
    }
    .review-box--style2 .review-badge, .review-box--style2 .review-box-name {
        margin-right: 16px !important;
        font-size: 14px;
        line-height: 23px;
    }
    .review-box--style2 .review-box-thumb--counter,
    .review-box--style2 .review-box-thumb--counter:after {
        font-size: 14px;
    }

    .review-box--style2 .review-logo > img, .review-logo > picture > img {
        max-height: 60px;
    }

    .poka-affiliate-card__casino-logo {
        max-height: 40px;
    }

    .poka-affiliate-card__casino-name {
        font-size: 14px;
        font-weight: 600;
    }
}

@media screen and (max-width: 500px) {
    .footer-widgets .widget.widget_nav_menu h3.is-open:after {
        transform: rotate(180deg);
        transition: transform 0.3s ease;
    }
    .footer-widgets .widget.widget_nav_menu h3:after {
        transition: transform 0.3s ease;
    }
}

.header-toc-wrapper a.toc-link.active {
    color: var(--primary-button-color)!important;
}

/* Remove existing ::after arrow */
.site-header--style2 .header-menu > li.menu-item-has-children > a::after {
    content: none;
}

/* SVG arrow alignment */
.header-menu > li > a,
.header-menu .sub-menu > li > a {
    display: flex;
    align-items: center;
    gap: 6px;
}

.header-menu > li.menu-item-has-children a {
    padding-right: 24px !important;
    gap: 8px;
    display: flex;
    align-items: center;
}

.menu-arrow--down {
    transform: rotate(180deg);
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    margin-bottom: -2px;
    transition: all 0.3s ease;
}

.header-menu > li.menu-item-has-children {
    padding-right: 0 !important;
}

.header-menu > li.menu-item-has-children:hover {
    cursor: pointer;
}

.header-menu > li.menu-item-has-children:hover .menu-arrow {
    transform: rotate(0deg)!important;
    margin-bottom: 0px!important;
    cursor: pointer;
}

.menu-arrow--right {
    flex-shrink: 0;
}

.header-menu .sub-menu a,
.header-menu > li.menu-item-has-children a a {
    padding-right: 0px !important;
}

.header-menu .sub-menu a
svg.menu-arrow.menu-arrow--right {
    width: 12px;
    height: 12px;
    margin-left: auto;
}

.header-menu .sub-menu a
svg.menu-arrow.menu-arrow--right path {
    fill: var(--header-text-color)!important;
    transition: fill 0.3s ease;
}

.header-menu .sub-menu a:hover
svg.menu-arrow.menu-arrow--right path {
    fill: var(--main-color)!important;
}

.header-menu .sub-menu a,
.header-menu > li.menu-item-has-children a a {
    padding-right: 0px !important;
}

.header-menu > li.menu-item-has-children > .sub-menu a {
    padding-right: 0 !important;
}

.header-menu > li.menu-item-has-children > .sub-menu {
    top: calc(100% + 14px);
}

.header-menu > li.menu-item-has-children > .sub-menu .menu-item-has-children .sub-menu {
    left: calc(100% + 24px);
    top: -15px;
}

.header-menu > li.menu-item-has-children > .sub-menu .menu-item-has-children > a::before,
.menu-item.menu-item-has-children > a:after {
    content: none!important;
    display: none!important;
}



/* Wrap που περιέχει icon + pill */
.header-search-hover-wrap {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0.9375rem 0 0.9375rem 0;
    border-radius: 200px;
    transition: all 0.25s ease;
    width: 65px;
    height: 65px;
    cursor: pointer;
}

.header-search-hover-wrap:after {
    content: "";
    position: absolute;
    display: block;
    border-radius: 200px;
    transition: all 0.25s ease;
    width: 65px;
    height: 65px;
    z-index: -1;
    right: 0;
}

.header-search-hover-wrap:hover {
    opacity: 1;
}

.header-search-hover-wrap:hover:after,
.header-search-hover-wrap:focus-within:after {
    background: var(--header-text-color-hover);
    opacity: 1;
    width: 220px;
}

/* Το pill — κρυφό by default */
.header-search-pill {
    position: absolute;
    right: 0;
    top: unset;
    transform: unset;
    width: 0;
    overflow: hidden;
    opacity: 0;
    transition: width 0.25s ease, opacity 0.25s ease;
    margin-right: 0;
    z-index: 0;
}

.site-header--style2 .header-search-form input[type=text] {
    padding: 0.9375rem 0 0.9375rem 0;
    border-bottom: 0;
}

/* Hover: εμφανίζεται το pill */
.header-search-hover-wrap:hover .header-search-pill,
.header-search-hover-wrap:focus-within .header-search-pill {
    width: 220px;
    opacity: 1;
}

.header-search-pill .header-search-form {
    display: flex;
    align-items: center;
    background: transparent;
    border-radius: 999px;
    padding: 8px 24px;
    gap: 8px;
    white-space: nowrap;

}

.header-search-pill input[type="text"] {
    flex: 1;
    border: none;
    background: transparent;
    outline: none;
    font-size: 16px;
    font-weight: 600;
    color: inherit;
    min-width: 0;
    color: #000;
}

.header-search-pill input[type="text"]::placeholder {
    opacity: 0.6;
}

.header-search-pill__icon {
    flex-shrink: 0;
    opacity: 0.6;
    z-index: 1;
}

button.icon-btn.icon-btn--gray.header-search-trigger {
    background: transparent !important;
    border: 0 !important;
    z-index: 1;
}

.header-search-hover-wrap:hover button.icon-btn svg path {
    transition: fill 0.25s ease;
}

.header-search-hover-wrap:hover button.icon-btn svg path,
.header-search-hover-wrap:focus-within button.icon-btn svg path {
    fill:#000;
}

.site-header--style2 .header-search-form {
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}

.posts-archives-wrapper .post-element--s1 {
    border-radius: var(--border-radius)!important;
}

#pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: center;
    align-items: center;
}

#pagination .page-numbers {
    margin: 0!important;
}

.pagination a,
.pagination span {
    padding: 12px 20px;
    border-radius: 12px;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}









/* ── Mobile menu panel ── */
.mobile-menu-panel {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(17, 17, 17, 1);
    z-index: 999;
    max-height: calc(100vh - 100%);
    overflow-y: auto;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
    padding: 24px;
}

.mobile-menu-panel.is-open {
    display: block;
}

/* Overlay */
.mobile-menu-overlay {
    display: none;
    /*position: fixed;
    inset: 0;
    z-index: 998;
    background: rgba(0,0,0,0.5);*/
}

.mobile-menu-overlay.is-open {
    display: block;
}

/* Menu list */
.mobile-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-menu-list li {
    border-bottom: 2px solid rgba(51, 51, 51, 1);
}

.mobile-menu-list li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.mobile-menu-list li a:hover {
    color: var(--primary-button-color);
}

/* Submenus — πάντα ορατά, indent */
.mobile-menu-list .sub-menu {
    /*display: block !important;*/
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 2px solid rgba(255,255,255,0.08);
}

.mobile-menu-list .sub-menu li {
    margin-left: 24px;
}

.mobile-menu-list .sub-menu li:last-child {
    border: none;
}

.mobile-menu-list .sub-menu li a {
    padding-left: 0px;
    font-size: 14px;
    color: rgba(255,255,255,0.7);
}

.mobile-menu-list .sub-menu li a:hover {
    color: var(--primary-button-color);
}


/* Αφαίρεσε το ::after */
.mobile-menu-list li a::after {
    content: none;
}

/* SVG arrow */
.mobile-menu-arrow {
    flex-shrink: 0;
    transition: fill 0.2s ease;
}

.mobile-menu-list li a .mobile-menu-arrow path {
    fill: #fff;
}

.mobile-menu-list li a:hover .mobile-menu-arrow path {
    fill: var(--primary-button-color);
}

.menu-item:not(.menu-item-has-children) > a svg {
    display: none;
}

.menu-item.menu-item-has-children > a:after {
    content: ":";
    margin-right: auto;
    margin-left: 2px;
}

.header-right-btns {
    align-items: center;
    z-index: 1;
}

.header-top-flex-part--right .icon-btn {
    cursor: pointer;
    width: 40px;
    height: 40px;
    background: #fff;
    border: 0;
    margin: 8px 0;
}

.icon-btn:hover {
    opacity: 1;
}

.icon-btn[aria-expanded="true"] {
    background: var(--primary-button-color);
}

.section-review-content {
    padding: 0;
}

.section-review-content .table-header__right {
    display: none!important;
}

/* Reviews/Affiliates Single */

.review-success-popup {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.review-success-popup__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.4);
    cursor: pointer;
}

.review-success-popup__box {
    position: relative;
    z-index: 1;
    background: #fff;
    border-radius: 20px;
    padding: 48px 40px;
    max-width: 480px;
    width: 90%;
    text-align: center;
}

.review-success-popup__icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin-bottom: 20px;
    color: var(--boxes-secondary-background-color, #D9CFC0);
}

.review-success-popup__message {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    color: #222;
}

.review-card {
    background: #fff;
    padding: 24px 16px;
    border-radius: 16px;
}

.review-card__header {
    display: flex;
    gap: 12px;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    flex-wrap: wrap;
}

.review-card__overall {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 12px 24px;
}

.review-card__content {
    font-size: 14px;
    line-height: 23px;
    padding: 8px 0;
    color: rgba(110, 119, 131, 1);
}

.review-card__date {
    color: rgba(163, 163, 163, 1);
    text-transform: uppercase;
    letter-spacing: 10%;
    font-size: 13px;
    margin-bottom: 24px;
    display: block;
}

.review-card__categories {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.review-card__category-row {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;
}

.review-card__proscons {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 24px;
}

.review-card__proscon {
    padding: 8px;
    background: rgba(232, 247, 239, 1);
    border-radius: 200px;
    display: flex;
    align-items: center;
    gap: 24px;
    font-size: 14px;
    line-height: 23px;
    font-weight: 500;
}

.review-card__proscon--pro {
    background: rgba(232, 247, 239, 1);
    color: rgba(51, 51, 51, 1);
}

.review-card__proscon--con {
    background: rgba(237, 235, 228, 1);
    color: rgba(161, 35, 33, 1);
}

.rating {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 1.8px;
}

.rating .icon {
    color: var(--main-color);
    display: inline-flex;
}

.affiliate-reviews__header {
    margin-bottom: 24px;
    text-align: center;
    position: relative;
}

#affiliate-reviews {
    padding: 0;
}

.rating .icon:before {
    font-size: 14px !important;
}

.affiliate-reviews__overall {
    display: flex;
    flex-direction: column;
    justify-content: right;
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
}

.affiliate-reviews__overall-score {
    display: flex;
    text-align: right;
    justify-content: right;
    align-items: baseline;
    font-size: 24px;
    font-weight: 600;
    margin-top: -8px;
}

.affiliate-reviews__stars {
    margin-right: 16px;
    margin-top: 1.8px;
}

.affiliate-reviews__overall-max {
    margin-left: 6px;
    display: inline-flex;
    gap: 6px;
    font-size: 14px;
    font-weight: 400;
}

.affiliate-reviews__overall-label {
    letter-spacing: 10%;
    margin-right: -3px;
}

.affiliate-reviews__title {
    max-width: 75%;
    margin: 0 auto var(--h1-margin);
    font-size: 32px;
}

.review-form-wrap__title {
    text-align: center;
    font-size: 28px;
}

.review-form__ratings {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(24px, 2.4vw, 40px);
    justify-content: space-between;
}

.review-form__ratings-col {
    flex: 40%;
    max-width: 50%;
}

.review-form__rating-row {
    display: inline-flex;
    width: 100%;
    gap: 16px;
    justify-content: space-between;
    font-size: 14px;
}

.poka-star-o:before,
.poka-star:before {
    color: rgba(241, 110, 0, 1);
}

.review-star-input {
    display: flex;
    gap: 8px;
    align-items: center;
}

.review-star-input__star {
    background: transparent;
    border: 0;
    display: flex;
}

.review-form__footer .btn {
    cursor: pointer;
    min-width: unset!important;
    font-size: 16px;
    gap: 8px;
    display: flex;
    align-items: end;
    margin-left: auto;
}

.review-form__footer .btn svg path {
    transition: fill 0.3s ease;
}

.review-form__footer .btn:hover svg path {
    fill: var(--primary-button-color);
}

.review-form__footer {
    margin-top: 12px;
}

@media screen and (max-width: 992px) {
    .affiliate-reviews__overall {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .review-form__ratings-col {
        flex: 100%;
        max-width: 100%;
    }
}

.wp-block-poka-faq {
    max-width: 1080px;
    margin: 0 auto;
}

.review-form__rating-label {
    font-weight: 500;
}

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

.wysiwyg-part ul {
    list-style: disc;
}

.affiliate-general-info {
    padding: 24px;
    background: var(--boxes-background-color, #fff);
    border-radius: 16px;
}

.affiliate-general-info__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 40px;
    max-width: 1080px;
    margin: 0 auto;
}

.affiliate-general-info__row {
    display: flex;
    align-items: baseline;
    gap: 10px;
    padding: 10px 0;
}

.affiliate-general-info__row > span {
    max-width: 250px;
    flex: 250px;
}

.affiliate-general-info__col:last-child .affiliate-general-info__row:last-child,
.affiliate-general-info__col:first-child .affiliate-general-info__row:last-child {
    border-bottom: none;
}

.affiliate-general-info__label {
    flex: 1;
    color: var(--boxes-text-color, #555);
    font-size: 14px;
}

.affiliate-general-info__value {
    font-weight: 700;
    font-size: 14px;
    color: var(--text-color, #222);
}

@media (max-width: 768px) {
    .affiliate-general-info__inner {
        grid-template-columns: 1fr;
    }

    .affiliate-general-info__row {
        justify-content: space-between;
    }

    .affiliate-general-info__row > span {
        max-width: unset;
        flex: unset;
    }
}

.affiliate-score-table tfoot,
.affiliate-score-table tfoot td {
    border-color: #d9cfc0!important;
}

.affiliate-score-table__score {
    display: flex;
    align-items: center;
    gap: 4px;
}

.affiliate-score-table__score svg {
    margin-right: 12px;
    margin-top: 1px;
}

.affiliate-score-badge__wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
}

.affiliate-score-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--boxes-secondary-background-color, #111);
    color: #fff;
    border-radius: 16px;
    padding: 12px 16px 11px;
    font-size: 22px;
    font-weight: 500;
    margin: 0 auto;
}

.affiliate-score-badge__score {
    white-space: nowrap;
    font-size: 12px;
    line-height: 23px;
    letter-spacing: 1px;
}

.single-post-wrapper img:not(.post-element-author img, .review-logo--rounded > img) {
    border-radius: 0;
}

.expert-take {
    background: rgba(217, 207, 192, 1);
    border-radius: 16px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.expert-take__header {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    max-width: 856px;
    margin: 0 auto;
}

.expert-take__header img {
    width: 50px;
    height: 50px;
    border-radius: 200px !important;
    background: #ddd;
    object-fit: cover;
}

.expert-take__avatar {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.expert-take__label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    margin-bottom: 16px;
}

.expert-take__quote {
    margin: 0;
    font-style: italic;
    font-size: 16px;
    line-height: 24px;
    padding-left: 0;
    border: none;
    color: rgba(34, 34, 34, 1);
}

/* Hide SSR header in editor since quote is shown separately */
.expert-take__quote--editor {
    border: 1px dashed rgba(0,0,0,0.15);
    padding: 8px;
    border-radius: 8px;
    margin-top: 4px;
}

@media screen and (max-width: 768px) {
    .expert-take {
        padding: 10px;
        gap: 10px;
    }
    .expert-take__header {
        gap: 10px;
    }
    .expert-take__header img {
        width: 24px;
        height: 24px;
    }
    .expert-take__label {
        font-size: 14px;
        margin-bottom: 4px;
    }
    .expert-take__quote {
        font-size: 13px;
        line-height: 23px;
    }
}

#menu-primary-menu .menu-item.menu-item-has-children > a svg {
    display: block;
}

.faq-wrapper .faq-list .faq-item .faq-item-question::after,
.faq-wrapper .faq-list .faq-item.open .faq-item-question::after {
	content: url('../pokatheme_child/assets/images/icons/arrow-down-short.svg');
    top: 0.8rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* Mobile Panel Style */
.mobile-menu-panel {
    background: #111 !important; /* Μαύρο φόντο */
    padding: 20px !important;
}

.mobile-menu-list li {
    border-bottom: 1px solid #333;
    list-style: none;
}

.mobile-menu-list li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    color: #fff;
    text-decoration: none;
}

/* --- ΤΟ ΣΗΜΑΝΤΙΚΟ: Indent στα παιδιά --- */
.mobile-menu-list .sub-menu {
    display: none; /* Default κλειστά */
    padding-left: 25px !important; /* Σπρώχνει τα sub-menu προς τα μέσα */
    border-top: 1px solid #222;
}

/* Όταν πατιέται το βέλος */
.mobile-menu-list li.is-active > .sub-menu {
    display: block !important;
}

.mobile-menu-list li.is-active > a .menu-arrow {
    transform: rotate(180deg);
}

.menu-arrow {
    transition: transform 0.2s ease;
    pointer-events: all; /* Για να πιάνει το κλικ */
}

/* Desktop Sub-Sub Menus (Στα δεξιά) */
@media (min-width: 992px) {
    .header-menu .sub-menu .menu-item-has-children { position: relative; }
    .header-menu .sub-menu .sub-menu {
        position: absolute;
        top: 0;
        left: 100%;
        display: none;
    }
    .header-menu .sub-menu li:hover > .sub-menu { display: block; }
}

.mobile-submenu-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.25s ease;
}

/* όταν ανοίγει → rotate */
.mobile-menu-list .menu-item-has-children.is-active > a .mobile-submenu-toggle {
	transform: rotate(180deg);
}
