.chips-offer-banner.arcade-lobby-offer,
.buychips-v2 .chips-offer-store {
    --promo-gold: #ffd66b;
    --promo-cyan: #61dff5;
    min-height: 82px;
    margin: 0 !important;
    padding: 12px 14px !important;
    display: grid !important;
    grid-template-columns: 54px minmax(0, 1fr) auto auto;
    grid-template-rows: auto auto;
    align-items: center;
    gap: 5px 14px;
    overflow: hidden;
    color: #f4fbfd !important;
    text-decoration: none !important;
    border: 1px solid rgba(255, 166, 63, .3) !important;
    border-radius: 21px !important;
    background:
        linear-gradient(112deg, rgba(255, 170, 54, .09), transparent 22%, transparent 73%, rgba(255, 116, 25, .08)),
        radial-gradient(circle at 8% 35%, rgba(255, 144, 34, .25), transparent 28%),
        radial-gradient(circle at 88% 0%, rgba(255, 112, 25, .13), transparent 29%),
        linear-gradient(128deg, rgba(55, 38, 25, .99), rgba(18, 38, 44, .995) 48%, rgba(8, 29, 38, .995)) !important;
    box-shadow: 0 17px 40px rgba(0, 0, 0, .28), inset 4px 0 0 rgba(255, 144, 35, .72), inset 0 1px 0 rgba(255, 229, 190, .08) !important;
}

@media (orientation:landscape) and (max-height:380px) {
    .chips-offer-banner.arcade-lobby-offer {
        min-height:46px !important;
        height:46px !important;
        padding:5px 8px !important;
        gap:7px !important;
    }
    .chips-offer-banner.arcade-lobby-offer .chips-offer-icon {
        width:34px !important;
        height:34px !important;
        font-size:16px !important;
    }
    .chips-offer-banner.arcade-lobby-offer .chips-offer-action {
        min-height:32px !important;
        height:32px !important;
    }
}

.buychips-v2 .chips-shop:has(.chips-offer-store) {
    grid-template-rows: auto minmax(0, 1fr) auto !important;
}

.buychips-v2 .chips-shop:has(.chips-offer-store) .chips-shop-head {
    display: none !important;
}

.chips-offer-banner.arcade-lobby-offer:hover {
    border-color: rgba(255, 177, 76, .5) !important;
    box-shadow: 0 21px 46px rgba(0, 0, 0, .34), inset 4px 0 0 rgba(255, 153, 43, .9), inset 0 1px 0 rgba(255, 237, 207, .12) !important;
}

.chips-offer-banner.arcade-lobby-offer .chips-offer-icon,
.buychips-v2 .chips-offer-store .chips-offer-icon {
    grid-column: 1;
    grid-row: 1 / 3;
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    color: #3d2100 !important;
    font-size: 23px;
    border: 1px solid rgba(255, 218, 143, .45) !important;
    border-radius: 17px !important;
    background: linear-gradient(145deg, #ffc75a, #ff8425) !important;
    box-shadow: 0 10px 24px rgba(255, 118, 25, .22), inset 0 1px 0 rgba(255, 255, 255, .38) !important;
}

.chips-offer-banner .chips-offer-icon .fa-percent {
    font-size:1.3em;
}

.chips-offer-banner.arcade-lobby-offer .chips-offer-copy,
.buychips-v2 .chips-offer-store .chips-offer-copy {
    grid-column: 2;
    grid-row: 1 / 3;
    min-width: 0;
    display: grid;
    gap: 3px;
}

.chips-offer-banner.arcade-lobby-offer .chips-offer-copy strong,
.buychips-v2 .chips-offer-store .chips-offer-copy strong {
    overflow: hidden;
    color: #fff !important;
    font-size: clamp(16px, 1.35vw, 20px) !important;
    line-height: 1.08;
    font-weight: 900;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chips-offer-banner.arcade-lobby-offer .chips-offer-copy small,
.buychips-v2 .chips-offer-store .chips-offer-copy small {
    overflow: hidden;
    color: rgba(222, 240, 245, .68) !important;
    font-size: 12px !important;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chips-offer-banner.arcade-lobby-offer .chips-offer-value,
.buychips-v2 .chips-offer-store .chips-offer-value {
    grid-column: 3;
    grid-row: 1;
    min-width: 62px;
    padding: 6px 9px !important;
    color: #ffc765 !important;
    font-size: 16px !important;
    font-weight: 950;
    line-height: 1;
    text-align: center;
    border: 1px solid rgba(255, 156, 55, .28) !important;
    border-radius: 11px !important;
    background: rgba(255, 122, 30, .13) !important;
    box-shadow: none !important;
}

.chips-offer-banner.arcade-lobby-offer .chips-offer-timer,
.buychips-v2 .chips-offer-store .chips-offer-timer {
    grid-column: 3;
    grid-row: 2;
    padding: 0 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: rgba(214, 235, 241, .68) !important;
    font-size: 11px !important;
    white-space: nowrap;
    background: transparent !important;
    border: 0 !important;
}

.chips-offer-banner.arcade-lobby-offer .chips-offer-timer b,
.buychips-v2 .chips-offer-store .chips-offer-timer b {
    color: #edf9fc !important;
    font-size: 12px !important;
}

.chips-offer-banner.arcade-lobby-offer {
    grid-template-columns: 54px minmax(0, 1fr) auto auto auto;
}

.chips-offer-banner.arcade-lobby-offer .chips-offer-action {
    grid-column: 5;
    grid-row: 1 / 3;
    min-width: 132px;
    min-height: 44px;
    padding: 0 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #fff8ef;
    font-size: 13px;
    font-weight: 950;
    white-space: nowrap;
    border-radius: 13px;
    background: linear-gradient(135deg, #ffad3e, #f27620);
    box-shadow: 0 9px 22px rgba(231, 99, 19, .25), inset 0 1px 0 rgba(255,255,255,.22);
}

.chips-offer-banner.arcade-lobby-offer .chips-offer-action i {
    font-size: 12px;
    transition: transform .16s ease;
}

.chips-offer-banner.arcade-lobby-offer:hover .chips-offer-action i {
    transform: translateX(3px);
}

@media (max-width: 700px) and (orientation: portrait) {
    .buychips-v2 .chips-package-action-full { display: none !important; }
    .buychips-v2 .chips-package-action-short { display: inline !important; }
    .chips-offer-banner.arcade-lobby-offer,
    .buychips-v2 .chips-offer-store {
        min-height: 80px !important;
        height: 80px !important;
        padding: 8px 10px !important;
        grid-template-columns: 44px minmax(0, 1fr) auto;
        grid-template-rows: 1fr 1fr;
        gap: 3px 9px;
        border-radius: 17px !important;
    }

    .chips-offer-banner.arcade-lobby-offer .chips-offer-icon,
    .buychips-v2 .chips-offer-store .chips-offer-icon {
        width: 44px;
        height: 44px;
        border-radius: 14px !important;
        font-size: 19px;
    }

    .chips-offer-banner.arcade-lobby-offer .chips-offer-copy,
    .buychips-v2 .chips-offer-store .chips-offer-copy {
        grid-row: 1;
        gap: 0;
    }

    .chips-offer-banner.arcade-lobby-offer .chips-offer-copy strong,
    .buychips-v2 .chips-offer-store .chips-offer-copy strong {
        font-size: 14px !important;
    }

    .chips-offer-banner.arcade-lobby-offer .chips-offer-copy small,
    .buychips-v2 .chips-offer-store .chips-offer-copy small {
        font-size: 10px !important;
    }

    .chips-offer-banner.arcade-lobby-offer .chips-offer-value,
    .buychips-v2 .chips-offer-store .chips-offer-value {
        grid-column: 3;
        grid-row: 1;
        min-width: 49px;
        padding: 5px 6px !important;
        font-size: 13px !important;
    }

    .chips-offer-banner.arcade-lobby-offer .chips-offer-timer,
    .buychips-v2 .chips-offer-store .chips-offer-timer {
        grid-column: 2;
        grid-row: 2;
        justify-content: flex-start;
        font-size: 12px !important;
    }
    .chips-offer-banner.arcade-lobby-offer .chips-offer-timer b,
    .buychips-v2 .chips-offer-store .chips-offer-timer b {
        font-size: 14px !important;
    }

    .chips-offer-banner.arcade-lobby-offer {
        grid-template-columns: 44px minmax(0, 1fr) auto;
    }

    .chips-offer-banner.arcade-lobby-offer .chips-offer-action {
        grid-column: 3;
        grid-row: 2;
        min-width: 82px;
        min-height: 30px;
        padding: 0 9px;
        gap: 7px;
        font-size: 11px;
        border-radius: 10px;
    }

    .buychips-v2 .chips-package-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
        height: min(100%, 560px) !important;
        width: 100%;
        align-self: center !important;
        align-content: stretch !important;
        gap: 10px !important;
        padding-block: 2px !important;
    }

    .buychips-v2 .chips-package {
        min-height: 0 !important;
        height: 100% !important;
        padding: 10px !important;
        grid-template-columns: minmax(58px, 40%) minmax(0, 1fr) !important;
        grid-template-rows: minmax(0, 1fr) 36px !important;
        gap: 8px !important;
        border-radius: 17px !important;
    }

    .buychips-v2 .chips-package-top {
        grid-column: 1 !important;
        grid-row: 1 !important;
        min-width: 0;
        align-self: stretch !important;
    }

    .buychips-v2 .chips-package-icon {
        width: clamp(50px, 7.2dvh, 60px) !important;
        height: clamp(50px, 7.2dvh, 60px) !important;
        margin: 0 !important;
    }

    .buychips-v2 .chips-package-content {
        grid-column: 2 !important;
        grid-row: 1 !important;
        min-width: 0;
        padding: 0 !important;
        display: grid !important;
        align-content: center;
        justify-items: start;
        gap: 3px !important;
    }

    .buychips-v2 .chips-package-old-amount {
        display: none !important;
    }

    .buychips-v2 .chips-package-amount {
        width: 100%;
        font-size: clamp(21px, 6.6vw, 28px) !important;
        line-height: 1 !important;
        overflow: visible !important;
        text-overflow: clip !important;
        white-space: nowrap;
    }

    .buychips-v2 .chips-package-label {
        display: block !important;
        font-size: 10px !important;
        line-height: 1;
    }

    .buychips-v2 .chips-package-bottom {
        grid-column: 1 / -1 !important;
        grid-row: 2 !important;
        grid-template-columns: 40% minmax(0, 1fr) !important;
        gap: 8px !important;
    }

    .buychips-v2 .chips-package-price {
        font-size: clamp(15px, 4.5vw, 18px) !important;
    }

    .buychips-v2 .chips-package-action {
        min-width: 0;
        min-height: 34px !important;
        padding: 0 7px !important;
        gap: 5px !important;
        font-size: 11px !important;
        white-space: nowrap;
    }

    .buychips-v2 .chips-package-action i {
        flex: 0 0 auto;
        font-size: 10px !important;
    }

    .buychips-v2 .chips-package-vip {
        max-width: 72px;
        padding: 3px 5px !important;
        font-size: 9px !important;
    }

    .buychips-v2 .chips-package-popular {
        top: 7px !important;
        right: 7px !important;
        z-index: 4;
        font-size: 8px !important;
    }
}

.buychips-v2 .chips-package-action-short { display: none; }

@media (orientation: landscape) and (max-width: 1024px) and (max-height: 600px) {
    .chips-offer-banner.arcade-lobby-offer,
    .buychips-v2 .chips-offer-store {
        min-height: 52px !important;
        height: 52px !important;
        padding: 5px 9px !important;
        grid-template-columns: 38px minmax(0, 1fr) auto auto;
        grid-template-rows: 1fr;
        gap: 8px;
        border-radius: 14px !important;
    }

    .chips-offer-banner.arcade-lobby-offer .chips-offer-icon,
    .buychips-v2 .chips-offer-store .chips-offer-icon {
        grid-row: 1;
        width: 38px;
        height: 38px;
        border-radius: 12px !important;
        font-size: 17px;
    }

    .chips-offer-banner.arcade-lobby-offer .chips-offer-copy,
    .buychips-v2 .chips-offer-store .chips-offer-copy {
        grid-row: 1;
    }

    .chips-offer-banner.arcade-lobby-offer .chips-offer-copy strong,
    .buychips-v2 .chips-offer-store .chips-offer-copy strong { font-size: 13px !important; }

    .chips-offer-banner.arcade-lobby-offer .chips-offer-copy small,
    .buychips-v2 .chips-offer-store .chips-offer-copy small { display: none; }

    .chips-offer-banner.arcade-lobby-offer .chips-offer-value,
    .buychips-v2 .chips-offer-store .chips-offer-value,
    .chips-offer-banner.arcade-lobby-offer .chips-offer-timer,
    .buychips-v2 .chips-offer-store .chips-offer-timer { grid-row: 1; }

    .chips-offer-banner.arcade-lobby-offer .chips-offer-timer,
    .buychips-v2 .chips-offer-store .chips-offer-timer { grid-column: 4; }

    .chips-offer-banner.arcade-lobby-offer .chips-offer-timer,
    .buychips-v2 .chips-offer-store .chips-offer-timer { font-size:12px !important; }

    .chips-offer-banner.arcade-lobby-offer .chips-offer-timer b,
    .buychips-v2 .chips-offer-store .chips-offer-timer b { font-size:14px !important; }

    .chips-offer-banner.arcade-lobby-offer {
        grid-template-columns: 38px minmax(0, 1fr) auto auto 132px;
    }

    .chips-offer-banner.arcade-lobby-offer .chips-offer-action {
        grid-column: 5;
        grid-row: 1;
        min-width: 132px;
        min-height: 36px;
        padding: 0 16px;
        font-size: 11px;
    }
}
