.site-header .header-image {width: 50%;}

.site-header {background-color: #22282c !important;} 

.wp-block-video {padding-bottom: 20px;}

.wp-block-separator:not(.is-style-wide) {
    width: 25%;
	margin-top:20px;
		margin-bottom:20px;
}

ol.wp-block-list.circle {
    list-style: none;
    counter-reset: steps;
    margin: 0 0 5px 5px;
}

ol.wp-block-list.circle li {
    counter-increment: steps;
    margin-bottom: 5px;
}

ol.wp-block-list.circle li::before {
    content: counter(steps);
    margin-right: 0.5rem;
    background: #e40439;
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-grid;
    place-items: center;
    line-height: 10px;
}

ul.wp-block-list.check, ul.wp-block-list.cross, ul.wp-block-list.tip {
    list-style: none !important;
    margin-left: 0;
    padding-left: 0;
}

ul.wp-block-list.check li, ul.wp-block-list.cross li, ul.wp-block-list.tip li {
    margin-left: 5px;
}

ul.wp-block-list.check li::before {
    content: "✓";
    padding-right: 5px;
    color: #006e05 !important;
    font-size: 20px;
}

ul.wp-block-list.tip li::before {
	   font-family: "Font Awesome 5 Free";
   content: "\f0eb";
    padding-right: 5px;
    color: #f8b135 !important;
    font-size: 20px;
}

ul.wp-block-list.cross li::before {
    content: "X";
    padding-right: 5px;
    color: #e50000 !important;
    font-size: 20px;
}

.av-author {
    background-color: #f6f6f6;
    border-radius: 8px;
    padding: 24px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.av-author__info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.av-author__thumbnail {
    color: inherit;
    text-decoration: none;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
}

.av-author__details {
    flex: 1;
    margin-right: 0;
    margin-left: 15px;
    text-align: left !important;
}

.av-author__name {
    font-weight: 500;
    margin: 0;
}

.av-author__position {
    color: #8E97A6;
    margin: 0;
}

.av-author__contact-info {
    flex: 0 0 auto;
    margin-left: auto;
}

.av-author__contact-info a {
    position: relative;
    padding: 12px 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    border-radius: 4px;
    color: #475366 !important;
    text-decoration: none !important;
    border: 1px solid #CFD7E5;
    margin: 20px auto;
    min-width: 160px;
    max-width: fit-content;
}

.av-author__bio p {
    margin-top: 1em;
    margin-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
    .av-author__contact-info {
        flex: 0 0 100%;
    }

    .av-author__contact-info a {
        width: 100%;
        max-width: 100%;
        padding: 12px 24px;
        margin: 20px 0 0 0;
    }
}

.av-footer {
    background-color: #22282c;
    padding: 20px 0;
}

.av-footer__wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: dense;
    grid-gap: 16px;
}

.av-footer__logo {
    display: flex;
    width: 136px;
}

.av-footer__menu {
    display: flex;
    align-items: center;
    justify-self: flex-end;
}

.menu-footer-container {
    width: 100%;
}

.menu {
    display: flex;
    flex-wrap: wrap;
    row-gap: 12px;
    margin: 0;
    list-style: none;
    justify-content: space-evenly;
}

.menu-item {
    position: relative;
    transition: all 0.3s linear;
    margin-left: 0;
}

.menu-item a {
    color: #b2b2be;
}

.menu-item a:hover {
	color: #b2b2be;
    text-decoration: none;
}

.menu-item:not(:last-child) {
    margin-right: 16px;
}

.av-footer__text {
    grid-row: 2;
    color: #fff;
    margin: 0;
}

.av-footer__links {
    display: flex;
    align-items: center;
    justify-self: flex-end;
    margin: 0;
}

.av-footer__links li {
    list-style: none;
    margin-left: 0;
}

.av-footer__links li img {
    display: inline-block;
    width: auto;
    height: 28px;
}

.av-footer__links li:not(:last-child) {
    margin-right: 24px;
}

.av-footer__copyright {
    color: #fff;
    text-align: center;
    grid-column: span 2;
    margin: 0;
}

.av-footer__languages {
    justify-self: center;
    grid-column: span 2;
}

@media screen and (max-width: 1200px) {
    .av-footer {
        padding: 0;
    }

    .av-footer__logo, .av-footer__text, .av-footer__menu, .av-footer__links {
        width: 100%;
        display: flex;
        grid-column: span 2;
        justify-content: center;
    }

    .av-footer__wrap {
        grid-gap: 32px;
    }

    .av-footer__text {
        grid-row: unset;
        text-align: center;
    }
}

.wp-block-rank-math-toc-block nav ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.wp-block-rank-math-toc-block nav ul li {
    width: 50%;
}

@media screen and (max-width: 1200px) {
    .wp-block-rank-math-toc-block nav ul li {
        width: 100%;
    }
}

.av-brand-table {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 1.5em;
}

.av-brand-item {
    background-color: #fff;
    border-radius: 12px;
    display: flex;
    flex-direction: row;
    transition: transform 0.3s ease;
}

.av-brand-item:hover {
    transform: translateY(-5px);
}

.av-brand__visual {
    position: relative;
    flex: 1;
    background-color: #1a243d;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 30px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.av-brand__rating {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 5px 10px;
    border-radius: 8px;
    font-weight: bold;
    font-size: 1.1rem;
}

.av-brand__logo img {
    max-width: 100%;
    height: auto;
    margin: 15px 0;
    max-height: 80px;
}

.av-brand__stars {
    display: flex;
    margin-top: 10px;
}

.av-brand__stars i {
    color: #ffd700;
    margin-right: 3px;
    font-size: 1.2rem;
}

.av-brand__stars .half {
    position: relative;
}

.av-brand__stars .half::after {
    content: "\f089";
    position: absolute;
    left: 0;
    top: 0;
    color: #ffd700;
    font-size: 1.2rem;
}

.av-brand__content {
    flex: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px 20px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

.av-brand__name {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.av-brand__bonus {
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 15px;
    background-color: #f9f9f9;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.av-brand__bonus-title {
    font-size: 0.95rem;
    font-weight: 600;
    color: #666;
    margin-bottom: 5px;
    text-align: left;
}

.av-brand__bonus-text {
    font-size: 1.1rem;
    font-weight: 700;
    color: #28a909;
    text-align: left;
}

.av-brand__btn {
    background-color: #28a909;
    color: #fff;
    text-decoration: none;
    padding: 15px;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.3s ease;
    letter-spacing: 1px;
}

.av-brand__btn:hover {
    background-color: #249a08;
    color: #fff;
}

@media screen and (max-width: 1200px) {
    .av-brand-table {
        grid-template-columns: 1fr;
    }

    .av-brand-item {
        flex-direction: column;
    }

    .av-brand__visual {
        align-items: center;
        justify-content: space-between;
        padding: 20px;
        text-align: left;
        border-bottom-left-radius: 0;
        border-top-right-radius: 12px;
    }

    .av-brand__logo img {
        width: 120px;
        height: auto;
    }

    .av-brand__stars {
        position: absolute;
        bottom: 15px;
    }

    .av-brand__content {
        padding: 20px;
    }
}

.av-pros-cons {
    display: flex;
    gap: 20px;
    margin-bottom: 1em;
}

.av-pros,
.av-cons {
    background-color: #fff !important;
    flex: 1;
}

.av-pros-title,
.av-cons-title {
    font-size: 1.6rem;
    font-weight: bold;
    color: #222222;
    margin-bottom: 15px;
    text-align: center;
}

.av-pros ul,
.av-cons ul {
    margin: 0;
    padding-left: 25px;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
}

.av-pros li,
.av-cons li {
    font-size: 1rem;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.av-pros li::before,
.av-cons li::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
}

.av-pros li::before {
    content: "\f00c";
    font-family: "FontAwesome";
    color: #38AC45;
    background-color: #D2F1D6;
}

.av-cons li::before {
    content: "\f00d";
    font-family: "FontAwesome";
    color: #E44949;
    background-color: #FFEDED;
}

.av-pros li {
    color: #333;
}

.av-cons li {
    color: #333;
}

@media screen and (max-width: 1200px) {
    .av-pros-cons {
        flex-direction: column;
    }

    .av-pros,
    .av-cons {
        flex: none;
    }
}

.wp-block-yoast-faq-block {
    background-color: #fff;
    margin-bottom: 1.5em;
    display: flex;
    flex-direction: column;
    padding: 0;
}

.schema-faq-section {
    display: flex;
    flex-direction: column;
    gap: 1.5em;
}

.schema-faq-section {
    border: 1px solid #eee;
    padding: 15px !important;
    border-radius: 8px;
    margin-bottom: 20px !important;
}

.schema-faq-question {
    font-size: 1.2rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
    cursor: pointer;
    transition: color 0.3s ease;
}

.schema-faq-answer {
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
}

.schema-faq-answer p {
    padding-bottom: 0 !important;
}

@media screen and (max-width: 1200px) {
    .wp-block-yoast-faq-block {
        padding: 0;
    }

    .schema-faq-question {
        font-size: 1.1rem;
    }

    .schema-faq-answer {
        font-size: 0.95rem;
    }
}

.av-step-guide {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 2em;
}

.av-step-guide {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 2em;
}

.av-step {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: flex-start;
    position: relative;
    border-radius: 12px;
    height: auto;
}

.av-step-number {
    width: 40px;
    height: 40px;
    background-color: #38AC45;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
    border-radius: 50%;
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
}

.av-step-content {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: stretch;
    justify-content: center;
    padding-left: 30px;
    width: 100%;
    height: 100%;
}

.av-step-title {
    font-size: 1.2rem;
    font-weight: bold;
    color: #333;
    margin: 0;
}

.av-step-description {
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
}

.av-step-text {
    display: flex;
    flex-direction: column;
    padding: 20px 0;
    gap: 10px;
    width: 100%;
    justify-content: center;
    flex-grow: 1;
}

.av-step-image {
    width: 380px;
    height: auto;
    object-fit: cover;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-left: auto;
}

@media screen and (max-width: 1200px) {
    .av-step-guide {
        padding-top: 20px;
    }

    .av-step {
        flex-direction: column;
    }

    .av-step:not(:last-child) {
        margin-bottom: 30px;
    }

    .av-step-number {
        position: absolute;
        left: 50%;
        top: -20px;
        transform: translateX(-50%);
    }

    .av-step-content {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        max-width: 100%;
        padding: 20px;
    }

    .av-step-text {
        padding: 10px 0 0 0;
        text-align: center;
    }

    .av-step-title {
        font-size: 1.1rem;
    }

    .av-step-description {
        font-size: 0.95rem;
    }

    .av-step-image {
        border-radius: 12px;
        width: 100%;
        height: auto;
    }
}

.av-iframe-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 20px;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    background-color: transparent !important;
}

.av-featured-box {
    background-color: #f9f9f9;
    padding: 25px;
    border-radius: 8px;
    margin-bottom: 20px;
   /* display: inline-block; */
}

.av-featured-box__title {
    font-size: 1.4rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}

.av-featured-box__content {
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
    margin: 0;
}

.av-featured-box__content img {
    border-radius: 8px;
}

.av-featured-box__content img.icon
{
	margin-top:-50px;
}



.av-featured-box__content p {
    margin-bottom: 0;
}

.av-featured-box__content p:not(:last-child) {
    margin-bottom: 1em;
}

@media screen and (max-width: 1200px) {
    .av-featured-box {
        padding: 20px;
    }

    .av-featured-box__title {
        font-size: 1.4rem;
    }

    .av-featured-box__content img {
        margin-bottom: 1em;
    }
}

.av-game-app {
    background-color: #22282c;
    border-radius: 12px;
    padding: 2rem;
    margin-bottom: 1.5em;
}

.av-game-app__inner {
    display: flex;
    background-color: #22282c !important;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: space-between;
}

.av-game-app__cell {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(50% - 1rem);
}

.av-game-app__content {
    text-align: left !important;
    color: #fff;
}

.av-game-app__title {
    font-size: clamp(1.75rem, 5vw, 3.25rem);
    font-weight: 600;
    letter-spacing: -.02em;
    line-height: 1.1;
}

.av-game-app__card-container {
    background: #191717;
    border-radius: 12px;
    padding: 1rem;
    z-index: 0;
    align-items: center;
}

.av-game-app__card {
    width: 100%;
    border-radius: 12px;
    max-width: 100%;
    padding: 1rem clamp(.6rem, 2vw, 1rem);
    position: relative;
    background: linear-gradient(148deg, #1e2126 6.61%, #292c31 143.97%);
}

.av-game-app__card-header {
    border: solid rgba(217, 220, 230, .2);
    border-width: 0 0 1px;
    gap: 1rem;
    padding-bottom: 1rem;
    align-items: center;
    display: flex;
    text-align: left;
}

.av-game-app__logo {
    height: clamp(3.625rem, 10vw, 5.25rem) !important;
    width: clamp(3.625rem, 10vw, 5.25rem) !important;
}

.av-game-app__logo img {
    vertical-align: middle;
}

.av-game-app__card-title {
    flex: 1 1 auto;
}

.av-game-app__name {
    font-size: 21px;
    color: #fff;
    font-weight: 500;
}

.av-game-app__version {
    align-items: center;
    color: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    font-size: clamp(.9rem, 3vw, 1rem);
    gap: .5rem;
    opacity: .2;
}

.av-game-app__qrcode {
    align-self: flex-start;
    background: unset;
    padding: 0;
}

.av-game-app__qrcode img {
    width: 3em;
    height: 3em;
}

.av-game-app__info {
    color: #fff;
    display: flex;
    flex-direction: row;
    padding-top: 2rem;
}

.av-game-app__info-item {
    align-items: center;
    display: flex;
    flex: 1;
    flex-direction: column;
    font-size: clamp(.7rem, 2vw, .9rem);
    justify-content: center;
    padding: .2rem 0;
}

.av-game-app__info-item:not(:first-child) {
    border-left: 1px solid rgba(217, 220, 230, .2);
}

.av-game-app__info-headline {
    font-size: 18px;
    font-weight: 600;
}

.av-game-app__info-headline .fa-star {
    color: #ffc107;
}

.av-game-app__info-bottom {
    opacity: 0.6;
}

.av-game-app__cta {
    margin-top: 2rem;
    width: 100%;
}

.av-game-app__cta-btn {
    text-decoration: none;
    color: #fff;
    align-items: center;
    background: linear-gradient(147.55deg, #38AC45, #2b8537);
    border-radius: 60px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    font-size: 14px;
    font-weight: 600;
    gap: 5px;
    justify-content: center;
    padding: 1rem 1.5rem;
    position: relative;
    text-align: center;
    transition: all .3s ease-in-out;
}

.av-game-app__cta-btn:hover {
    color: #fff;
    background: linear-gradient(147.55deg, #2b8537, #38AC45);
}

@media screen and (max-width: 1200px) {
    .av-game-app__inner {
        flex-direction: column;
    }

    .av-game-app__cell {
        width: 100%;
    }

    .av-game-app__title {
        font-size: 1.8rem;
    }

    .av-game-app__text--hide-mobile {
        display: none;
    }

    .av-game-app__card-container {
        padding: 1rem 1rem;
    }

    .av-game-app__card {
        padding: 0.8rem;
        margin-bottom: 0;
    }

    .av-game-app__logo {
        height: 4rem;
        width: 4rem;
    }

    .av-game-app__info-headline {
        font-size: 12px;
    }

    .av-game-app__info-bottom {
        font-size: 9px;
    }

    .av-game-app__cta {
        margin-top: 0.5rem;
    }

    .av-game-app__cta-btn {
        padding: 0.8rem 1.2rem;
        font-size: 13px;
    }

    .av-game-app__info {
        padding-top: 0;

    }

    .av-game-app__info-item {
        padding: 1rem 0;
    }

    .av-game-app__info-item:not(:first-child) {
        border-left: none;
    }

    .av-game-app__qrcode {
        display: none;
    }
}

.av-app-promo-banner {
    display: flex;
    align-items: center;
    border-radius: 12px;
    background-image: url('../images/download-app-background.jpg');
    background-position: center;
    margin-bottom: 1.5em;
    padding: 2rem;
    gap: 2rem;
}

.av-app-promo-banner__content {
    background-color: transparent !important;
    color: #fff;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(60% - 1rem);

}

.av-app-promo-banner__title {
    margin-bottom: 0;
}

.av-app-promo-banner__subtitle {
    color: #ffd800;
}

.av-app-promo-banner__btns {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.av-app-promo-banner__btn {
    text-decoration: none;
    color: #fff;
    align-items: center;
    border: 2px solid #e3043b;
    background: #e3043b;
    border-radius: 60px;
    cursor: pointer;
    text-transform: uppercase;
    display: flex;
    flex-direction: row;
    font-size: 16px;
    font-weight: 700;
    gap: 5px;
    justify-content: center;
    padding: 0.8rem 2rem;
    position: relative;
    text-align: center;
    transition: all .3s ease-in-out;
}

.av-app-promo-banner__btn:hover {
    background: #fff;
    color: #e3043b;
}

.av-app-promo-banner__btn--white {
    color: #e3043b;
    background: #fff;
    border: 2px solid #fff;
}

.av-app-promo-banner__btn--white:hover {
    background: #e3043b;
    color: #fff;
}

.av-app-promo-banner__title, .av-app-promo-banner__subtitle {
    text-transform: uppercase;
    font-weight: 700;
}

.av-app-promo-banner__image {
    background-color: transparent !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(50% - 1rem);
}

.av-app-promo-banner__image img {
    max-width: 350px;
}

@media (max-width: 768px) {
    .av-app-promo-banner {
        background-position: top;
    }

    .av-app-promo-banner__image {
        display: none;
    }

    .av-app-promo-banner__content {
        background-color: rgba(0, 0, 0, 0.7) !important;
        border-radius: 12px;
        width: 100%;
        text-align: center;
        padding: 1rem;
    }

    .av-app-promo-banner__title {
        font-size: 2rem;
    }

    .av-app-promo-banner__subtitle {
        font-size: 1rem;
    }

    .av-app-promo-banner__btns {
        flex-direction: column;
        justify-content: center;
        gap: 1rem;
    }

    .av-app-promo-banner__btn {
        padding: 0.6rem 2rem;
        text-align: center;
    }

    .av-app-promo-banner__image img {
        max-width: 100%;
    }
}

.av-brand-table-fw {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 1.5rem;
}

.av-brand-table-fw__item {
    display: grid;
    align-items: center;
    border: .5px solid #d9d9d9;
    background: #f2f2f2;
    grid-template-columns: 230px auto 230px;
    grid-template-rows: auto;
    grid-template-areas: "logo main extra";
    gap: 24px;
    border-radius: 12px;
}

.av-brand-table-fw__item--highlighted {
    
}

.av-brand-table-fw__item--highlighted .av-brand-table-fw__item-number {
    background-color: #e40539;
}

.av-brand-table-fw__item--hidden {
    display: none;
}

.av-brand-table-fw__item-number {
    width: 40px;
    height: 40px;
    background-color: #38AC45;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
    border-radius: 50%;
    position: absolute;
    left: 12px;
    top: 20%;
    transform: translateY(-50%);
}

.av-brand-table-fw__item-logo-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    background: #fff;
    height: 100%;
    padding: 24px 30px;
    grid-area: logo;
    gap: 6px;
}

.av-brand-table-fw__item-logo {
    width: 170px;
    height: auto;
    object-fit: contain;
}

.av-brand-table-fw__item-rating-stars i {
    color: #ffd700;
}

.av-brand-table-fw__item-offer {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-area: main;
}

.av-brand-table-fw__item-offer-title {
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    line-height: 22px;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    color: #464646;
}

.av-brand-table-fw__item-offer-title span {
    font-size: 33px;
    font-weight: 700;
    line-height: 40px;
    color: #2b8537 !important;
}

.av-brand-table-fw__item-cta {
    display: flex;
    align-items: center;
    flex-direction: column;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    justify-content: center;
    height: 100%;
    padding: 24px 30px;
    background: #fff;
    gap: 5px;
    grid-area: extra;
}

.av-brand-table-fw__item-coupon-code {
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    line-height: 150%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 32px;
    padding: 0 16px 0 40px;
    cursor: pointer;
    text-transform: uppercase;
    color: #464646;
    border: 1px solid rgba(0, 0, 0, .03);
    border-radius: 2px;
    background: #faf8f8;
    gap: 8px;
}

.av-brand-table-fw__item-coupon-code:before {
    position: absolute;
    top: 8px;
    left: 16px;
    width: 16px;
    height: 16px;
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_3528_1182)'%3E%3Cpath d='M16 3.35235C15.2607 2.29651 13.7908 2.01826 12.7347 2.75757L7.30479 6.5596L5.33032 5.17692C6.06551 3.9076 5.71969 2.26507 4.49563 1.40807C3.20301 0.50326 1.42204 0.81726 0.516849 2.10963C-0.387932 3.40207 -0.0741819 5.18342 1.21847 6.0886C2.10547 6.70967 3.22276 6.75623 4.12876 6.30679L6.54713 8.00007L4.12897 9.69317C3.22297 9.24395 2.10576 9.29051 1.21869 9.91135C-0.0739006 10.8165 -0.387682 12.5977 0.517068 13.8901C1.42226 15.1827 3.20341 15.4967 4.49582 14.5919C5.71972 13.7349 6.06547 12.0924 5.33051 10.823L7.30497 9.44035L12.7347 13.2422C13.7907 13.9817 15.2607 13.7033 16 12.6474L9.36216 8.00004L16 3.35235ZM2.86335 5.2356C2.04544 5.2356 1.38235 4.57251 1.38235 3.7546C1.38235 2.9367 2.04547 2.2736 2.86335 2.2736C3.68144 2.2736 4.34435 2.9367 4.34435 3.7546C4.34435 4.57251 3.68144 5.2356 2.86335 5.2356ZM2.86335 13.7267C2.04544 13.7267 1.38235 13.0636 1.38235 12.2457C1.38235 11.4278 2.04544 10.7647 2.86335 10.7647C3.68144 10.7647 4.34435 11.4278 4.34435 12.2457C4.34435 13.0635 3.68144 13.7267 2.86335 13.7267Z' fill='%23464646'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_3528_1182'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
}

.av-brand-table-fw__item-cta-btn {
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    line-height: 22px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    width: 100%;
    height: 48px;
    padding: 0 48px 0 8px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border-radius: 2px;
    background: #28a909;
    gap: 8px;
}

.av-brand-table-fw__item-cta-btn:after {
    position: absolute;
    top: 12px;
    right: 8px;
    width: 32px;
    height: 24px;
    padding-left: 8px;
    content: '';
    border-left: .5px solid #fff;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 18.5L15 12.5L9 6.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: right center;
}

.av-brand-table-fw__item-cta-btn:hover {
    color: #fff !important;
    background: #239408;
}

.av-brand-table-fw__load-more-btn {
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    line-height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: 38px;
    margin: 16px auto 0;
    padding: 0 8px;
    text-align: center;
    text-transform: capitalize;
    color: #239408;
    border: 2px solid #239408;
    border-radius: 2px;
    background: #fff;
}

.av-brand-table-fw__load-more-btn:hover {
    color: #fff !important;
    background: #239408;
}

.av-brand-table-fw__item-offer-title p {
    display: inline;
}

@media screen and (max-width: 991px) {
    .av-brand-table-fw {
        gap: 20px;
    }

    .av-brand-table-fw__item {
        align-items: flex-start;
        grid-template-columns: auto;
        grid-template-areas:
        "logo"
        "main"
        "extra";
        gap: 16px;
    }

    .av-brand-table-fw__item-logo-w-number {
        position: relative;
    }

    .av-brand-table-fw__item-number {
        position: absolute;
        left: -19px;
        top: 6px;
    }

    .av-brand-table-fw__item-logo-wrapper {
        padding: 30px 30px 15px 30px;
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
        border-bottom-left-radius: 0;
    }

    .av-brand-table-fw__item-offer {
        padding: 10px 5px;
    }

    .av-brand-table-fw__item-cta {
        background: #f2f2f2;
        border-top-right-radius: 0;
        border-bottom-right-radius: 12px;
        border-bottom-left-radius: 12px;
    }

    .av-brand-table-fw__item-coupon-code {
        margin-bottom: 10px;
    }

    .av-brand-table-fw__item-offer-title--hide-mobile {
        display: none;
    }
}

.av-testimonials {
    display: flex;
    gap: 15px;
    margin-bottom: 1.5em;
}

.av-testimonial {
    display: flex;
    flex-direction: column;
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 12px;
    max-width: 500px;
}

.av-testimonial-content {
    margin-bottom: 20px;
    background-color: transparent!important;
}

.av-testimonial-content p {
    margin-bottom: 0;
}

.av-testimonial-content p {
    color: #333;
    font-style: italic;
    line-height: 1.5;
    text-align: center;
}

.av-testimonial-author {
    display: flex;
    align-items: center;
    background-color: transparent!important;
    justify-content: space-between;
}

.av-testimonial-author-info {
    display: flex;
    align-items: center;
}

.av-testimonial-author-image img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
}

.av-testimonial-author-details {
    display: flex;
    flex-direction: column;
}

.av-testimonial-author-name {
    font-weight: bold;
    font-size: 1.1rem;
    color: #333;
}

.av-testimonial-author-position {
    font-size: 0.9rem;
    color: #777;
}

.av-testimonial-rating {
    display: flex;
    gap: 3px;
    align-items: center;
}

.av-testimonial-rating i {
    color: #ffd700;
}

@media screen and (max-width: 1200px) {
    .av-testimonials {
        flex-direction: column;
        align-items: center;
    }
    .av-testimonial-author-name {
        font-size: 0.9rem;
    }
}

.inside-article .entry-header .entry-title {
    font-weight: 700;
    text-align: center;
}

.main-navigation li {
    margin: 0;
}

.main-navigation li:hover a {
    color: #e40539 !important;
}

.main-navigation li a {
    font-weight: 700;
}

.main-navigation .main-nav ul li[class*="current-menu-"] > a {
    color: #e40539 !important;
}

/* old custom css */

#rank-math-toc p strong, .info, .rank-math-list .rank-math-list-item h3 {
    font-size: 20px
}

#page .overlay, #voteText, .entry-content > div > div > div, .testimonial-rating {
    text-align: center
}

#rank-math-faq .rank-math-list, .responsive-h1 {
    background-color: #fff
}

.game-button, .game-button:hover, .real-button, .real-button:hover {
    color: #fff;
    font-weight: 600
}

@media (min-width: 1024px) {
    .site-content {
        display: flex
    }

    .inside-right-sidebar {
        position: -webkit-sticky;
        position: sticky;
        top: 20px
    }
}

.inside-article .wp-block-table {
    border-bottom-style: none
}

.inside-article tr th {
    background-color: #000;
    color: #fff;
    text-align: left;
    border-style: solid;
    border-color: #000 !important;
    border-width: 1px
}

.wp-block-group .piacere {
    margin-bottom: 10px;
    margin-top: 15px
}

.responsive-iframe {
    position: relative;
    padding-bottom: 56%;
    padding-top: 25px;
    height: 0;
    margin-bottom: -10px
}

.inside-article div div div div p, .responsive-h1 {
    margin-bottom: 0
}

.responsive-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.responsive-h1 {
    margin-top: 0px;
    padding-bottom: 20px;
    padding-top: 20px
}

.iframe-container {
    background-size: cover;
    background-blend-mode: multiply
}

.game-button {
    background-color: rgba(255, 255, 255, .5);
    border: none;
    padding: 10px 20px;
    margin: 0 10px;
    cursor: pointer;
    transiton: background-color .3s
}

.game-button:hover {
    background-color: rgba(255, 255, 255, .7)
}

.real-button {
    background-color: rgba(20, 188, 20, .77) !important
}

.real-button:hover {
    background-color: rgba(21, 207, 21, .99) !important
}

.inside-article .rank-math-breadcrumb p {
    text-align: center;
    font-size: 15px
}

.immaginegrande {
    margin-bottom: 30px
}

#rank-math-faq .rank-math-list .rank-math-list-item {
    background-color: #f7f7f7;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    margin-bottom: 20px
}

.rank-math-list .rank-math-answer p {
    padding-bottom: 12px;
    font-size: 15px;
    text-align: left
}

#rank-math-toc nav {
    font-size: 15px
}

ul li {
    margin-left: -25px
}

.testimonial-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-bottom: 30px
}

.testimonial {
    padding: 20px;
    width: calc(33.333% - 20px);
    box-sizing: border-box
}

.testimonial-quote {
    font-style: italic
}

.testimonial-author {
    display: flex;
    margin-top: 20px
}

.author-image {
    border-radius: 50%;
    margin-right: 10px;
    width: 50px;
    height: 50px;
    object-fit: cover
}

#comments .comments-title, #reply-title, .author-info .author-name {
    font-weight: 700
}

.author-info .author-role {
    font-size: smaller;
    color: #777
}

.testimonial-rating {
    color: gold;
    font-size: 20px;
    margin-top: -5px
}

@media (max-width: 1024px) {
    .testimonial {
        width: calc(50% - 20px)
    }
}

@media (max-width: 768px) {
    .responsive-iframe {
        padding-bottom: 150%
    }

    .testimonial {
        width: calc(100% - 20px)
    }
}

.entry-content > div > div {
    background-color: #f7f7f7;
}

.entry-content > div > div.wp-block-column
{
    background-color: #fff;
}

.rank-math-list .rank-math-list-item h3 {
    text-align: left;
    font-size: 18px
}

.star-rating {
    direction: rtl;
    display: flex;
    justify-content: center;
    margin-top: 20px
}

.star-rating input {
    display: none
}

.star-rating label {
    font-size: 30px;
    color: #bbb;
    cursor: pointer
}

.star-rating input:checked ~ label, .star-rating label:hover, .star-rating label:hover ~ label {
    color: #ffc107
}

.info {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px
}

.info i {
    color: #00f;
    margin-right: 5px
}

#voteText {
    color: #fff;
    font-size: 17px;
    margin-bottom: 2px;
    margin-top: 4px
}

#page .overlay {
    position: absolute;
    width: 100%;
    transform: translate(0, 37%)
}

#page .info {
    font-size: 14px;
    color: #fff;
    margin-top: 0
}

#page .info span {
    color: #bdc3c7
}

#page .star-rating {
    margin-top: 25px
}

.comment-form {
    display: flex;
    flex-wrap: wrap
}

.comment-form-comment {
    width: 100%
}

.comment-form #author, .comment-form #email {
    width: 48%
}

.comment-form #author {
    margin-right: 2%
}

#commentform .form-submit {
    margin-top: 20px
}

.comment-form #email {
    margin-left: 2%
}

.info span a {
    color: #f59d9d;
    text-decoration: none
}

.fa-icon {
    width: 20px;
    text-align: center
}

.icon-right-space {
    margin-right: 8px
}

#image-container {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 750px;
    width: 100%;
    z-index: 1000;
    margin: 0;
    padding: 0
}

#close-button {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    background-color: transparent;
    border: none;
    padding-left: 5px;
    padding-top: 1px
}

@media (max-width: 768px) {
    #image-container {
        left: 0;
        right: 0;
        bottom: 0;
        transform: none;
        max-width: none
    }
}

.comment-list .thread-even ul {
    border: 0 !important
}

.comment-list .thread-odd ul {
    border: 0 !important
}

#block-13 {
    background-color: #FAFAFA;
}