
.sticky-offer__button,
.sticky-offer__action{
background: #028A1B;
    color: #fff !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    border-radius: 50px !important;
    padding: 12px 56px !important;
}

.sticky-offer-item {
    display: none;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    text-align: center;
    max-width: 1120px;
    width: 100%;
}

.sticky-offer-item.inView {
  display: block;
}
.sticky-offer-item-in {
    position: relative;
    background: #333333;
    border: 1px solid #EFC32DCC;
    border-radius: 4px;
    padding: 16px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sticky-offer-close {
    position: absolute;
    top: -64px;
    right: 0;
    background: #333333;
    width: 40px;
    height: 40px;
    cursor: pointer;
    box-shadow: -3px 2px 24px 0px #0a0a0b;
    display: flex;
    align-items: center;
    justify-content: center; 
}
.sticky-offer-close svg {
    width: 15px;
    height: auto;
}
.sticky-offer-item.active {
    transform: none;
    transition: none;
}
.sticky-offer-rating-review {
    display: flex;
    align-items: center;
    gap: 8px;
}
.sticky-offer-logo-rating {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.sticky-offer-content {
    display: flex;
    align-items: center;
    gap: 64px;
}
.sticky-offer-content h4 {
    margin: 0;
    text-align: left;
}
.sticky-casino-rating .inline-block {
    display: none;
}
.sticky-casino-rating span {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
}
.sticky-offer-review {
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    color: #E4CC7A;
}
.sticky-offer-cta a {
    opacity: 1;
    padding-top: 14px;
    padding-right: 20px;
    padding-bottom: 14px;
    padding-left: 20px;
    background: #0A8A0F;
    border-radius: 50px;
    color: #FAFAFA;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    width: 100%;
    display: inline-block;
    text-align: center;
    min-width: 232px;
}
@media (max-width: 1120px) {  
    .sticky-offer-item-in {
        margin: 0 12px;
    }
}
@media (max-width: 768px) {  
    .sticky-offer-item-in {
        flex-direction: column;
        align-items: flex-start;
        padding: 16px 8px;
        margin: 0 12px;
    }

    .sticky-offer-content,
    .sticky-offer-cta {
        width: 100%;
    }

    .sticky-offer-cta {
        margin-left: 0;
        margin-top: 10px; 
        text-align: right; 
    }
    .sticky-offer-content {
        gap: 8px;
    }
    .sticky-casino-rating {
        display: flex;
        align-items: center;
        gap: 4px;
        flex-wrap: nowrap;
        white-space: nowrap;
    }
    .sticky-offer-content h4 {
        font-family: Montserrat;
        font-weight: 500;
        font-size: 16px;
        line-height: 22px;
        width: 100%;
        text-align: center;
    }
}









    .sticky-offer {
        position: fixed;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 9999;
        max-width: 1200px;
        width: calc(100% - 40px);
        border: 8px solid #047116;
        border-radius: 10px;
    }

    .sticky-offer__container {
        background: #fff;
        padding: 16px;
        display: flex;
        align-items: center;
        gap: 20px;
        position: relative;
    }

    .sticky-offer__brand {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
        flex-shrink: 0;
    }

    .sticky-offer__logo {
        padding: 8px;
    }

    .sticky-offer__logo img {
        max-width: 130px;
        margin: 0;
    }


    .sticky-offer__rating {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        gap: 8px;
    }

    .sticky-offer__rating-line {
        font-size: 14px;
        line-height: 1.2;
    }

    .sticky-offer__rating-score {
        font-weight: semibold;
        color: #232323;
    }

    .sticky-offer__rating-label {
        font-weight: 700;
    }
    .sticky-offer__rating-label a{
        color: #232323 !important;
        font-size: 14px;
        text-decoration: none;
    }
    .sticky-offer__content {
        flex: 1;
        padding: 0 20px;
    }
    .sticky-offer__content a {
        text-decoration: none;
    }

    .sticky-offer__title {
        margin: 0;
        font-size: 24px;
        font-weight: 700;
        color: #232323 !important;
    }

    .sticky-offer__action {
        flex-shrink: 0;
    }

    .sticky-offer__button{
        background: #028A1B;
        color: #fff !important;
        font-size: 20px;
        font-weight: 700;
        padding: 14px 28px;
        text-decoration: none;
        border-radius: 50px;
        padding: 12px 56px
    }

    .sticky-offer__button:hover {
        background: #028A1B;
        color: #fff !important;
        text-decoration: none;

    }

    .sticky-offer__close {
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        transform: translateY(calc(-100% - 24px));
    }

    .sticky-offer__close:hover {
        background: #45a049;
    }

    .sticky-offer__close-icon {
        width: 16px;
        height: 16px;
    }

    /* Responsive */
    @media (max-width: 768px) {
        .sticky-offer {
            bottom: 10px;
            width: calc(100% - 20px);
        }

        .sticky-offer__container {
            padding: 15px 20px;
            gap: 15px;
            flex-wrap: wrap;
            display: grid;
            grid-template-columns: auto 1fr;
            grid-template-rows: auto auto;
            grid-template-areas:
                "brand content"
                "button button";
            align-items: start;
        }

        .sticky-offer__brand {
            grid-area: brand;
            gap: 8px;
            align-items: center;
        }

        .sticky-offer__logo {
            padding: 4px;
        }

        .sticky-offer__logo img {
            max-width: 80px;
        }

        .sticky-offer__rating {
            font-size: 12px;
            flex-direction: column;
            gap: 2px;
        }
        .sticky-offer__rating-score{
            font-weight: 400;
        }
        .sticky-offer__rating-label {
            display: none;
        }

        .sticky-offer__content {
            grid-area: content;
            padding: 0;
            margin: 0;
        }

        .sticky-offer__title {
            font-size: 16px;
            margin: 0;
            line-height: 1.3;
        }

        .sticky-offer__action {
            grid-area: button;
            text-align: center;
        }

        .sticky-offer__button {
            padding: 12px 24px;
            font-size: 16px;
            display: block;
        }

        .sticky-offer__close {}

        .sticky-offer__close-icon {}
    }

    @media (max-width: 480px) {
        .sticky-offer__container {
            padding: 12px 15px;
        }

        .sticky-offer__title {
            font-size: 14px;
        }

        .sticky-offer__button {
            padding: 10px 20px;
            font-size: 13px;
        }
    }
