.limited-offers-body {
    background-color: #101010;
    margin-top: 196px;
}

.limited-offers-content {
    max-width: 1200px;
    display: block;
    margin: 0 auto 56px;
}
.limited-offers-content p{ 
    color:#fff;
}
.limited-offers-body-in{
    max-width:1200px;
    margin:0 auto;
    display:block;
    position:relative;
}

/* page Navigation */
.limited-page-nav {
    position: absolute;
    background: #262626;
    z-index: 99999;
    padding: 24px 8px;
    border-radius: 4px;
    left: -96px;
    top: 0;
    will-change: top;
    transition: top 0.1s linear;
    box-shadow: 0px -1px 16px 0px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px -1px 16px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px -1px 16px 0px rgba(0,0,0,0.75);
}
.limited-page-nav ul li img {
    max-width: 42px;
}
.limited-page-nav ul li {
    padding: 11px 4px;
    border: 1px solid #4D4D4D;
    margin-bottom: 20px;
    border-radius: 4px;
}
.limited-page-nav ul li {
    padding: 4px 11px;
    border: 1px solid #4D4D4D;
    margin-bottom: 20px;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    vertical-align: middle;
    gap: 6px;
    transition: 0.2s;
}

.limited-page-nav ul li span {
    font-family: Segoe UI;
    font-weight: 600;
    font-size: 15px;
    line-height: 100%;
    color: #FFFFFF;
    /* Animation Essentials */
    display: inline-block; /* Must be inline-block to have width */
    max-width: 0;          /* Start with 0 width */
    opacity: 0;            /* Start invisible */
    overflow: hidden;      /* Hide text that doesn't fit yet */
    white-space: nowrap;   /* Prevent text from wrapping while expanding */
    vertical-align: middle;
    
    /* Smooth Transition applied to both open and close actions */
    transition: max-width 0.4s ease-in-out, opacity 0.3s ease-in-out, margin 0.3s ease;
}
.limited-page-nav ul li:last-child {
    margin-bottom: 0;
}
.limited-page-nav:hover ul li span {
    max-width: 160px; /* Set this larger than your longest text string */
    opacity: 1;      
    margin-left: 6px; 
}
.limited-page-nav ul li.active {
    transition: all 0.2s ease;
    transform: rotate(0deg);
    background: #0A8A0F3D;
}
.limited-page-nav ul li:hover {
    border: 1px solid #efc32d;
    transition: 0.2s;
}
/* /page Navigation */
.limited-cat {
    background: #1A1A1A;
    border-radius: 8px;
    padding: 40px 85px;
    box-sizing: border-box;
    margin-bottom: 56px;
}
.limited-cat.limited-last-chance {
    border-top: 2px solid #EFC32D66;
    border-bottom: 2px solid #EFC32D66;
}
.limited-text {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.limited-text .cat-image {
    flex: 0 0 auto;
    width: 88px;
}
.limited-text .cat-image img {
    width: 100%;
    height: auto;
    display: block;
}
/* .limited-text .cat-text {
    flex: 1 1 auto;
    min-width: 220px;
} */
.limited-text h2{
    font-family: Montserrat;
    font-weight: 500;
    font-style: Medium;
    font-size: 30px;
    line-height: 38px;
    letter-spacing: 0%;
    vertical-align: middle;
    margin-bottom:6px;

}
.limited-text p{
    font-family: Segoe UI;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color:#FFFFFF;

}


/* Limited offers slider cards */
.limited-offer-elem {
    max-width: 330px;
    background: #333333;
    position: relative;
    border-radius: 4px;
    padding: 17px 0 0;
    display: flex;
    flex-direction: column;
}
.limited-see-more {
    width: 100%;
    background: #404040;
    text-align: center;
    cursor: pointer;
}
.limited-see-more {
    width: 100%;
    background: #404040;
    text-align: center;
    cursor: pointer;
    border-radius: 0 0 4px 4px;
    color: #E4CC7A;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    padding: 8px 0px;
    z-index: 99;
    position: relative;
}

.limited-casino {
    display: flex;
    align-items: flex-start; 
    justify-content: center;
    gap: 4px;
    padding: 0 12px;
    margin-bottom: 16px;
}
.limited-casino img {
    height: auto;
    object-fit: contain;
    flex-shrink: 0;
    background: #262626;
    padding: 8px 11px;
    max-width: 105px;
    width: 100%;
    border-radius: 4px;
    box-sizing: border-box;
}
.limited-offer-elem h2 {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    vertical-align: middle;
    padding: 0 12px;
    color: #fff;
    margin-bottom: 16px;
}
.limited-offer-elem-casino-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 3px;
}
 
.limted-casino-rating {
    display: flex;
    gap: 2px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.limted-casino-rating li svg {
    width: 16px;
    height: auto;
    fill: #1A1A1A;
}
.limted-casino-rating li.active-rating svg {
    fill: #EFC32D;
}
.limited-offer-type {
    color: #fff;
    background: #262626;
    display: block;
    width: max-content;
    padding: 6px;
    border-radius: 4px;
    margin-bottom: 4px;
    font-size: 14px;
}
.limited-ctas {
    padding: 0 12px;
    margin-bottom: 16px;
    display: flex;
    gap: 16px;
    width: 100%;
    box-sizing: border-box;
}
.limited-ctas .btn {
    flex: 1;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    white-space: nowrap;
    box-sizing: border-box;
}
.btn-recenzie {
    opacity: 1;
    border-radius: 999px;
    border: 1px solid #EFC32D;
    padding: 12px 20px;
    color: #EDEDED;
    font-size: 15px;
    line-height: 17px;
}
.btn-profit {
    color: #FFFFFF;
    background: #0A8A0F;
    border-radius: 9999px;
    font-family: Segoe UI;
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    padding: 12px 38px;
    display: flex;
    align-items: center;
    line-height: 17px;
}
.limited-slider-info {
    background: #262626;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 0; 
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    z-index: 10;
    transition: opacity 0.3s ease; 
    padding: 0 12px;
    border-radius: 4px 4px 0 0;
}
.limited-slider-info.is-open {
    opacity: 1;
    pointer-events: auto;
    padding: 24px 12px;
}
.limited-slider-info-in {
    background: #333333;
    border-radius: 4px;
    padding: 16px 12px;
    color: #F1F4FF;
}
.limited-slider-info-in .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0 0;
    border-bottom: 1px solid #404040;
    font-size: 14px;
}
.limited-slider-info-in .row .value {
    font-weight: bold;
}
.limited-slider-info-in .row .copy-btn {
    border: 1px solid #EFC32D;
    padding: 10px;
    border-radius: 2px;
}
.limited-slider-info-in .row:first-child {
    padding-top: 0;
}

.limited-bomba {
    position: absolute;
    top: -20px;
    right: 0;
}
.limited-bomba-in {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #EFC32D;
    position: relative;
    padding: 6px 28px;
    font-family: Segoe UI;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    border-radius: 4px;
}

.limited-bomba-in img {
    max-width: 46px;
    position: absolute;
    left: -25px;
}
.limited-slider-in .slick-slide {
    margin: 0 10px;
    box-sizing: border-box;
}
.limited-slider-in {
    margin: 0 -10px; 
    position: relative;
}
.limited-slider-in button.slick-prev, 
.limited-slider-in button.slick-next {
    position: absolute;
}
.limited-slider-in .slick-list.draggable {
    padding-top: 26px;
}
.limited-slider-in button.slick-prev {
    left: -21px;
    top: 50%;
    transform: translateY(-50%);
}
.limited-slider-in button.slick-next {
    right: -21px;
    top: 50%;
    transform: translateY(-50%);
}
.limited-slider-in ul.slick-dots li {
    display: inline;
}
.limited-slider-in ul.slick-dots {
    text-align: center;
}
.limited-slider-in ul.slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0;
    border: none;
    background: transparent;
    text-indent: -9999px;
    cursor: pointer;
    position: absolute;
}
.limited-slider-in ul.slick-dots {
    text-align: center;
    margin-top: 24px;
    padding: 0;
}
 
.limited-slider-in ul.slick-dots li {
    display: inline-flex;
    width: 21px;
    height: 8px;
    margin: 0 6px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 100px;
    position: relative;
    list-style: none;
}
.limited-slider-in ul.slick-dots li.slick-active {
    background: #EFC32D;
}

.limited-month-nav ul li {
    display: inline;
    font-family: Segoe UI;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #EDEDED;
    gap: 8px;
    opacity: 1;
    border-radius: 4px;
    border-width: 0.64px;
    padding:15px 16px;
    cursor: pointer;
    border: 1px solid #343434;
    transition: 0.2s;
}
.limited-month-nav ul {
    display: flex;
    gap: 8px;
}
.limited-month-nav ul li.active {
    transform: rotate(0deg);
    background: #0A8A0F3D;
}
.limited-month-nav ul li:hover {
    border: 1px solid #efc32d;
    transition: 0.2s;
}
.limited-month-tabs {
    margin-top: 40px;
}
.limited-month-nav {
    position: -webkit-sticky; 
    position: sticky;
    z-index: 49; 
    padding-top: 15px; 
    padding-bottom: 15px;
    margin-bottom: 20px;
    background: #1a1a1a;
    z-index: 9999;  
}
/* .limited-month-tabs .limited-offer-elem .limited-slider-info.is-open {
    position: relative;
} */

.limited-month-tabs .limited-offer-elem .limited-slider-info {
    position: relative;
    bottom: auto;
    left: auto;
    width: auto;
    height: auto;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transition: max-height 0.35s ease, opacity 0.3s ease, padding 0.35s ease;
    padding:0;
}
 
.limited-month-tabs .limited-offer-elem .limited-slider-info.is-open {
    max-height: 420px;
    opacity: 1;
    pointer-events: auto;
    padding: 16px 12px;
    margin-bottom: 16px;
}
.limited-month-tabs {
    margin-top: 15px;
}
.limited-month-offer-cont {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: thin;
    padding-top: 25px;
}
.limited-timer {
    position: absolute;
    top: -20px;
    right: 0;
}
.limited-timer-in {
    border: 0.88px solid #EFC32D;
    box-shadow: 0px 0px 5px 2px #EFC32D inset;
    padding: 5px 16px;
    background: #101010;
    color: #EFC32D;
    font-size: 14px;
    line-height: 100%;
    font-family: Georama;
}



.limited-month-tab-in {
    display: none;
    flex-direction: column; 
    width: 100%;
}


.limited-month-tab-in[attr="all-offers"] {
    display: flex;
    flex-direction: column;
}

.limited-offers-view-more {
    text-align: center;
    padding-top: 40px;
}
.limited-offers-view-more p {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #F2F2F2;
    margin-bottom: 12px;
}

.limited-offers-view-more .btn-view-more {
    border: 1px solid #EFC32D;
    font-family: Segoe UI;
    font-weight: 600;
    font-size: 15px;
    line-height: 100%;
    text-align: center;
    text-transform: capitalize;
    padding: 16px 69px;
    display: inline-block;
    border-radius: 999px;
    color: #EDEDED;
}
.limited-month-offers {
    border: 1px solid #343434;
}
.limited-offer-elem-small {
    background: #333333;
    padding: 16px;
    border-radius: 4px;
    position: relative;
}
.limited-offer-elem-info {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}
.limited-offer-elem-info.dates{
    background: #EFC32D;
    padding: 8px 12px;
    border-radius: 2px;
    top: -16px;
    font-size: 12px;
    font-weight: bold;
}
.limited-offer-elem-img {
    position: relative;
    margin-bottom: 12px;
}
img.limited-offer-elem-small-img-in {
    position: absolute;
    bottom: 0;
    background: #1A1A1A;
    max-width: 92px;
    border-radius: 2px;
    padding: 6px 11px;
}
.limited-offer-small-text h2 {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    vertical-align: middle;
    margin-bottom: 12px;
}
.limited-offer-small-cta .btn-profit {
    display: inline-block;
    width: 100%;
}
.limited-cat.limited-seazon-offers {
    border: 1px solid #4D4D4D;
    background: #101010;
}
.slider-border {
    border-bottom: 1px solid #EFC32D66;
    display: inline-block;
    width: 100%;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.limited-other-bonus {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: thin;
    padding-top: 25px;
}
.limited-cat.limited-wheel {
    border: 1px solid #343434;
}
.limited-cat.limited-tournament {
    border: 1px solid #343434;
}
.limited-cat.limited-cashback {
    border: 1px solid #343434;
}



.limited-cat.limited-expired {
    position: relative; 
    z-index: 1;
    width: auto;
    max-width: 100%;
    margin: 0 auto 56px auto;
    padding: 40px 85px; 
    box-sizing: border-box;
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
}


.limited-cat.limited-expired::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    width: 100vw;
    left: 50%;  
    margin-left: -50vw; 
    background-color: #222;
    border-top: 2px solid #EFC32D66;   
    border-bottom: 2px solid #EFC32D66; 
    pointer-events: none; 
}

body {
    overflow-x: hidden;
}
.limited-cat.limited-expired .limited-expired-in {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}
/* 1. Fix the Container: Enable wrapping and disable scrollbar */
.limited-month-offer-cont {
    display: flex;
    flex-wrap: wrap !important; /* Forces items to wrap to next line */
    gap: 36px 20px;
    overflow-x: visible !important; /* Disables the horizontal scroll */
    padding-top: 25px;
    justify-content: flex-start;
}

/* 2. Fix the Cards: Calculate width for exactly 3 per row */
.limited-month-offer-cont .limited-offer-elem {
    /* Formula: (100% width - (2 gaps * 20px)) / 3 items */
    width: calc((100% - 40px) / 3); 
    max-width: 100% !important; /* Override the global 330px limit so they fill the gap */
    flex: 0 0 auto; /* Prevent shrinking/growing unexpectedly */
}

/* --- RESPONSIVE --- */


.limited-page-nav-mobile-header {
    display: none;
}
.limited-expired .limited-expired-in .limited-offer-elem {
    box-shadow: 0px 4px 17.3px 0px #1A1A1AD1 inset;
}
.limited-cat.limited-expired .btn.btn-profit.disabled {
    width: 100%;
    text-align: center;
}

.limited-cat.limited-expired .btn.btn-profit.disabled {
    width: 100%;
    justify-content: center;
    text-align: center;
    cursor: not-allowed;
    background: #1A1A1A;
}
.cat-text {
    max-width: 586px;
}
.limited-see-more svg {
    transform: rotate(0deg); 
    transition: transform 0.3s ease;
}

/* 2. TAB CARDS (Month Grid): Arrow points DOWN (180deg) initially */
/* Because content opens downwards. Note: PHP adds 'tab-card' class to these */
.limited-offer-elem.tab-card .limited-see-more svg {
    transform: rotate(180deg);
}
/* 1. Force Cards to Equal Height in Slider */
.limited-slider-in .slick-track {
    display: flex !important;
    align-items: stretch;
}
.limited-slider-in .slick-slide {
    height: auto;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between; /* Pushes footer to bottom */
}

/* 2. Force Cards to Equal Height in Grid (Month/Tabs) */
.limited-month-offer-cont {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch; /* Key property */
}
.limited-month-offer-cont .limited-offer-elem {
    display: flex;
    flex-direction: column;
    height: 100%; /* Fill the flex item height */
}

/* 3. Internal Card Structure (Standard Card) */
/* Push the title/content to grow, keeping CTA at bottom */
.limited-offer-elem h2 {
    flex-grow: 1; /* Allows title area to expand */
    display: flex;
    align-items: center; /* Vertically center short titles if you want, or remove */
    /* min-height: 54px; Optional: Force 2-line minimum to reduce jumping */
}

/* 4. Small Card Specifics (limited-offer-elem-small) */
.limited-offer-elem-small {
    display: flex;
    flex-direction: column;
    height: 100%;
}   
.limited-offer-small-text {
    flex-grow: 1;
    display: flex;
    align-items: center; /* Centers title vertically in its space */
}
/* Ensure the text container inside has height */
.limited-offer-small-text h2 {
    width: 100%;
    margin-bottom: 12px;
}
@media (max-width: 1401px) {
    .limited-page-nav {
        left: 0;
    }
    
}
@media (max-width: 1200px) {
    .btn-profit {
        padding: 12px 12px;
    }
    .limited-page-nav {
        left: 0;
    }
    .limited-offers-content {
        padding: 0 15px;
    }
}

/* Tablet: 2 per row */
@media (max-width: 1024px) {
   .limited-page-nav {
        left: 0;
    } 
    
}

/* Mobile: 1 per row */
@media (max-width: 992px) {
    

    .limited-month-offer-cont .limited-offer-elem {
        width: calc((100% - 20px) / 2);
        max-width: fit-content;
    }
    .limited-ctas {
        justify-content: center;
    }
    .limited-page-nav {
        left: 0;
        transition: none;
    }
    .limited-page-nav.is-transitioning {
        transition: top 0.3s ease-out !important;
    }
    /* 1. Main Container - Fixed Position */
    .limited-page-nav {
        position: fixed;
        left: 15px;
        z-index: 10000;
        transition: none !important;
        border-radius: 0 4px 4px 0;
        padding: 0;
        border: none;
        box-shadow: none;
    }

    /* 2. The Header/Toggle Button Wrapper */
    .limited-page-nav-mobile-header {
        display: flex;
        align-items: center;
        gap: 12px;
        background: #1A1A1A;
        border: 1px solid #EFC32D;
        padding: 8px;
        border-radius: 4px;
        cursor: pointer;
        width: fit-content;
    }

    /* 3. Icon Sizing */
    .limited-nav-toggle img {
        width: 30px;
        height: 30px;
        display: block;
    }

    /* 4. DEFAULT STATE (CLOSED) */
    .limited-nav-toggle-close {
        display: none !important; /* Hide Close Icon */
    }
    .limited-nav-toggle-open {
        display: block !important; /* Show Open Icon */
    }
    .mob-nav-title {
        display: none; /* Hide Title */
        color: #fff;
        font-family: 'Georama', sans-serif;
        font-size: 18px;
        font-weight: 600;
        line-height: 1;
    }
    .limited-page-nav ul {
        display: none; /* Hide the list */
        padding: 0 15px 6px;
        margin: 0;
    }

    /* 5. OPEN STATE (When class .is-mobile-open is added via JS) */
    .limited-page-nav.is-mobile-open {
        top: 0;
        left: 0;
        width: 280px; /* Drawer Width */
        height: auto;
        background: #1A1A1A;
        box-shadow: 10px 0 30px rgba(0,0,0,0.8);
        overflow-y: auto; /* Allow scrolling inside menu */
    }

    /* Header in Open State */
    .limited-page-nav.is-mobile-open .limited-page-nav-mobile-header {
        border: none;
        width: 100%;
        border-radius: 0;
        padding: 6px 15px 0;
        margin-bottom: 12px;
    }

    /* Swap Icons in Open State */
    .limited-page-nav.is-mobile-open .limited-nav-toggle-open {
        display: none !important;
    }
    .limited-page-nav.is-mobile-open .limited-nav-toggle-close {
        display: block !important;
    }

    /* Show Title in Open State */
    .limited-page-nav.is-mobile-open .mob-nav-title {
        display: block;
    }

    /* Show List in Open State */
    .limited-page-nav.is-mobile-open ul {
        display: block;
    }
    
    /* List Item Styling for Mobile */
    .limited-page-nav.is-mobile-open ul li {
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 12px;
        padding: 0;
        background: #262626;
        height: 40px;
        gap: 8px;
    }
    
    /* Make text visible immediately on mobile */
    .limited-page-nav.is-mobile-open ul li span {
        max-width: 100%;
        opacity: 1;
        margin-left: 10px;
        white-space: normal;
    }

    .limited-month-nav {
        position: -webkit-sticky; 
        position: sticky;
        z-index: 999;
        padding-top: 15px; 
        padding-bottom: 15px;
        margin-bottom: 20px;
        background: #1a1a1a;
        margin-top: 0;
        padding-left: 60px;
        /* [IMPORTANT] Remove transition here too */
        transition: none !important;
    }

    .limited-month-nav ul {
        display: flex;
        flex-wrap: nowrap !important;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        gap: 10px;
        padding-bottom: 5px;
        
        /* [CRITICAL] Push the first tab to the right so the button fits */
        /* padding-left: 60px; 
        scroll-padding-left: 60px;  */
        
        scrollbar-width: none;
    }
    
    .limited-month-nav ul::-webkit-scrollbar {
        display: none;
    }

    .limited-month-nav ul li {
        flex: 0 0 auto; /* Prevent items from shrinking */
        white-space: nowrap; /* Keep text on one line */
        margin-bottom: 0; /* Reset desktop margin if any */
    }
    .limited-cat {
        padding: 15px;
    }
    /* 1. Force the list to grow with the content */
    .limited-slider-in .slick-list {
        height: auto !important; /* Override the fixed pixel height (e.g. 251px) added by JS */
    }

    /* 2. Align slides to the top */
    /* This ensures that if one card is open (tall) and others are closed (short), 
    the short ones stick to the top instead of floating in the middle */
    .limited-slider-in .slick-track {
        display: flex !important;
        align-items: flex-start !important;
    }

    /* 3. Ensure individual slides can calculate their own height */
    .limited-slider-in .slick-slide {
        height: auto !important;
        display: flex !important; 
        flex-direction: column;
        justify-content: flex-start;
    }
    .limited-cat.limited-expired {
        padding: 15px;
    }
    /* 1. Force the container to be a row, no wrapping */
    .limited-text {
        display: flex;
        flex-wrap: nowrap; /* Prevent wrapping to next line */
        align-items: center; /* Center vertically */
        gap: 15px; /* Adjust spacing between icon and text */
        margin-bottom: 20px;
    }

    /* 2. Resize the image container */
    .limited-text .cat-image {
        flex: 0 0 88px;
        width: 88px;
    }

    /* 3. Ensure the text takes up remaining space */
    .limited-text .cat-text {
        flex: 1; /* Grow to fill space */
    }

    /* 4. Adjust font sizes for mobile (Optional but recommended) */
    .limited-text h2 {
        margin-bottom: 4px;
        font-family: Montserrat;
        font-weight: 500;
        font-size: 24px;
        line-height: 28px;
        vertical-align: middle;
    }
    .limited-text p {
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;

    }
    .limited-slider-in .slick-slide {
        margin: 0 8px; /* Adds gap between the centered slide and the side ones */
    }

    .btn-profit {
        padding: 12px 28px;
    }
    .limited-month-nav ul li {
        padding: 13px 16px;
    }
    .limited-page-nav ul li.active {
        background: #0A8A0F3D;
    }
    img.limited-nav-toggle-close {
        height: 40px;
        align-items: center;
        gap: 12px;
        background: #1A1A1A;
        border: 1px solid #EFC32D;
        padding: 9px 12px;
        border-radius: 4px;
        cursor: pointer;
        width: auto;
        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.5);
    }
    .limited-page-nav ul li img {
        max-width: 38px;
    }
    .limited-month-offer-cont {
        display: flex;
        gap: 40px 20px;
    }
    .limited-offers-body {
        margin-top: 120px;
    }
    .limited-slider .slick-track {
        max-height: 240px !important;
    }


}
@media (max-width: 640px) {
    .limited-month-offer-cont .limited-offer-elem {
        width: 100%;
        /* max-width: 330px !important;  */
        max-width:100%;
        margin: 0 auto; /* Center it */
    }

}