.tmw-cr-slot-banner {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    padding: 22px 20px;
    border-radius: 18px;
    background: radial-gradient(circle at 20% 20%, rgba(255, 88, 169, 0.28), transparent 55%),
        radial-gradient(circle at 80% 0%, rgba(61, 175, 255, 0.32), transparent 60%),
        linear-gradient(135deg, #21113a 0%, #120925 48%, #1e1942 100%);
    color: #ffffff;
    text-align: center;
    box-shadow: 0 18px 32px rgba(10, 6, 34, 0.55);
    overflow: hidden;
}

.tmw-cr-slot-banner__header {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.tmw-cr-slot-banner__headline {
    margin: 0;
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.tmw-cr-slot-banner__subheadline {
    margin: 0;
    font-size: 0.95rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.76);
}

.tmw-cr-slot-banner__machine {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 16px;
    border-radius: 16px;
    background: linear-gradient(160deg, rgba(18, 12, 40, 0.88) 0%, rgba(11, 8, 26, 0.88) 100%);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

#container {
    --item-height: 86px;
    display: flex;
    justify-content: center;
    gap: 12px;
    width: 100%;
    margin: 0 auto;
}

#container .outer-col {
    position: relative;
    flex: 1 1 0;
    max-width: 92px;
    height: var(--item-height);
    border-radius: 12px;
    background: linear-gradient(180deg, rgba(36, 26, 63, 0.95) 0%, rgba(18, 14, 38, 0.95) 100%);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06), 0 10px 20px rgba(10, 4, 29, 0.45);
    overflow: hidden;
}

#container .outer-col::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(180deg, rgba(13, 12, 30, 0.92) 0%, rgba(8, 6, 20, 0.92) 100%);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
    z-index: 1;
    pointer-events: none;
}

#container .outer-col .col {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0;
    transform: translateY(0);
    will-change: transform;
    z-index: 2;
}

#container .outer-col .icon {
    flex: 0 0 var(--item-height);
    height: var(--item-height);
    display: flex;
    align-items: center;
    justify-content: center;
}

#container .outer-col .icon img {
    max-width: 72%;
    height: auto;
    transition: transform 0.4s ease, filter 0.4s ease;
}

.tmw-cr-slot-banner__spin {
    align-self: center;
    padding: 0.55rem 1.6rem;
    border: none;
    border-radius: 999px;
    background: linear-gradient(135deg, #ffb347 0%, #ff006e 100%);
    color: #0f071d;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 12px 24px rgba(255, 0, 110, 0.28);
}

.tmw-cr-slot-banner__spin:disabled {
    cursor: not-allowed;
    opacity: 0.5;
    box-shadow: none;
}

.tmw-cr-slot-banner__spin:not(:disabled):hover,
.tmw-cr-slot-banner__spin:not(:disabled):focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 16px 32px rgba(255, 0, 110, 0.4);
}

.tmw-cr-slot-banner__footer {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    align-items: center;
}

.tmw-cr-slot-banner__result {
    margin: 0;
    display: flex;
    gap: 0.4rem;
    align-items: baseline;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.76);
}

.tmw-cr-slot-banner__offer-name {
    font-weight: 700;
    color: #ffffff;
}

.tmw-cr-slot-banner__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.9rem 1.9rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #ff007a 0%, #ff4d4d 100%);
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    box-shadow: 0 18px 32px rgba(255, 0, 110, 0.42);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    animation: tmw-cr-slot-cta-pulse 2.4s ease-in-out infinite;
}

.tmw-cr-slot-banner__cta:hover,
.tmw-cr-slot-banner__cta:focus-visible {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 24px 40px rgba(255, 0, 110, 0.55);
    color: #ffffff;
}

.tmw-cr-slot-banner--spinning .tmw-cr-slot-banner__cta {
    animation-play-state: paused;
}

.tmw-cr-slot-banner__empty-message {
    margin: 0;
    padding: 0.75rem 1rem;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.08);
    font-size: 0.85rem;
    line-height: 1.4;
}

.tmw-cr-slot-banner__placeholder {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.6);
}

.tmw-cr-slot-banner[data-country]::after {
    content: attr(data-country);
    position: absolute;
    top: 14px;
    right: 14px;
    padding: 4px 9px;
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.85);
    background: rgba(15, 9, 31, 0.72);
    border-radius: 999px;
    box-shadow: 0 8px 18px rgba(10, 6, 30, 0.45);
}

.tmw-cr-slot-banner--no-offers .tmw-cr-slot-banner__spin {
    display: none;
}

@keyframes tmw-cr-slot-cta-pulse {
    0%,
    100% {
        transform: translateY(0) scale(1);
        box-shadow: 0 18px 32px rgba(255, 0, 110, 0.42);
    }

    50% {
        transform: translateY(-1px) scale(1.05);
        box-shadow: 0 22px 44px rgba(255, 0, 110, 0.55);
    }
}

#container.spinning .col {
    animation-name: scroll;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(.65, .97, .72, 1);
}

@keyframes scroll {
    to {
        transform: translateY(0);
    }
}

@media (min-width: 768px) {
    .tmw-cr-slot-banner__headline {
        font-size: 1.45rem;
    }

    .tmw-cr-slot-banner__subheadline {
        font-size: 1rem;
    }

    #container {
        --item-height: 96px;
    }
}
