.topper-content[data-id="11"] .topper {
    background-image: url("/wp-content/themes/illuminator/topper/mario/illustartion-stars-left.png"),
                      url("/wp-content/themes/illuminator/topper/mario/illustartion-stars-right.png"),
                      url("/wp-content/themes/illuminator/topper/mario/pixels.svg"),
                      url("/wp-content/themes/illuminator/topper/mario/background-illustration-sky.png");
    background-position: left center, right center, center center, center center;                  
    background-repeat: no-repeat;
    background-size: auto auto, auto auto, cover, 100% 100%;
    position: relative;
    padding: 12px 0 15px 0;

    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;

    height: 110px;
    align-content: center;
}

[data-id="11"] .mario-topper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

[data-id="11"] .topper__text img {
    position: relative !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important; 
    transform: none !important;
    margin: 0 !important;
}

[data-id="11"] .topper__text {
    margin: 0;
}

[data-id="11"] .topper__image {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
}


[data-id="11"] .topper__buttons {
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
    margin: 0;
}

[data-id="11"] .topper__btn {
    font-family: "Inter", sans-serif !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    line-height: 118% !important;
    letter-spacing: -0.01em;
    text-align: center;
    color: #fff !important;
    text-transform: none !important;

    border-radius: 5px !important;
    border: 2px solid #fff !important;
    background: #FA0104 !important;
    
    width: 140px !important;
    padding: 0 !important;
    margin: 0 !important;
    height: 58px !important;
}

[data-id="11"] button.topper__btn:after {
    display: none;
}

[data-id="11"] .topper__buttons a {
    font-family: "Inter", sans-serif !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    line-height: 118% !important;
    letter-spacing: -0.01em;
    text-align: center;
    text-transform: none !important;

    display: flex;
    align-items: center;
    justify-content: center;
    height: 58px !important;
    border-radius: 5px !important;
    border: 2px solid #fff !important;
    background: #fff !important;
    text-align: center;
    color: #FA0104;
    text-transform: none !important;

}






@media (max-width: 1439px) {
    .topper-content[data-id="3"] .topper {
        background-position: left center, right center, center center;
    }
}
@media (max-width: 1399px) {
   
}
@media (max-width: 1199px) {
    [data-id="11"] .topper__text {
        width: auto;
    }

    [data-id="11"] .topper__image img:nth-child(3),
    [data-id="11"] .topper__image img:nth-child(4) {
        display: none;
    }
}

@media (max-width: 992px) {

    [data-id="11"] .topper__text img {
        width: 310px;
        height: auto;
    }

    [data-id="11"] .topper__image {
        display: none;
    }
}

@media (min-width: 576px) and (max-width: 767px) {

    [data-id="11"] .topper__buttons {
        gap: 10px;
        flex-direction: column;
        gap: 6px;
    }

    .topper-content[data-id="11"] .topper {
        height: 140px;
    }

}

@media (max-width: 767px) {

    .topper-content[data-id="11"] .topper {
        background-image: url("/wp-content/themes/illuminator/topper/mario/illustartion-stars-left.png"),
                        url("/wp-content/themes/illuminator/topper/mario/illustartion-stars-right.png"),
                        url("/wp-content/themes/illuminator/topper/mario/pixels.svg"),
                        url("/wp-content/themes/illuminator/topper/mario/background-illustration-sky.png");
        background-size: auto 100%, auto 100%, cover, 100% 100%;
    }

    
    [data-id="11"] .topper__buttons a {
        height: 50px !important;
    }

    [data-id="11"] .topper__btn {
        height: 50px !important;
        width: 100% !important;
    }

}

@media (max-width: 575px) {
    .topper-content[data-id="11"] .topper {
        background-image: url("/wp-content/themes/illuminator/topper/mario/pixels.svg"),
                      url("/wp-content/themes/illuminator/topper/mario/background-illustration-sky.png");
        background-position: center center, center center;                  
        background-size: cover, 100% 100%;
    }
    .topper-content[data-id="11"] .topper {
        height: 190px;
    }

    .mario-topper {
        flex-direction: column;
        gap: 16px
    }

    [data-id="11"] .topper__btn {
        width: 140px !important;
    }
  
}
@media (max-width: 550px) {

}    
@media (max-width: 520px) {

}
@media (max-width: 480px) {

}
@media (max-width: 375px) {

}

