/* ASL V937 — kompaktowy opis OfferWalla i czytelne potwierdzenie wieku */
.offerwall-open-v893.needs-age-v937 {
    opacity: 1 !important;
    filter: none !important;
    cursor: pointer !important;
    border-color: rgba(251,191,36,.58) !important;
    box-shadow: 0 12px 30px rgba(126,34,206,.28), 0 0 0 1px rgba(251,191,36,.12) inset !important;
}
.offerwall-age-panel-v893 {
    transition: opacity .18s ease, transform .18s ease, max-height .22s ease, margin .22s ease, padding .22s ease;
    overflow: hidden;
}
.offerwall-age-panel-v893.is-hiding-v937 {
    opacity: 0;
    transform: translateY(-8px);
    max-height: 0;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    border-width: 0;
}
.offerwall-age-panel-v893.age-attention-v937 {
    animation: aslOfferwallAgeAttentionV937 .65s ease;
}
@keyframes aslOfferwallAgeAttentionV937 {
    0%,100% { box-shadow: 0 14px 38px rgba(0,0,0,.24); }
    45% { box-shadow: 0 0 0 3px rgba(251,191,36,.3), 0 0 34px rgba(251,191,36,.25); }
}

.offerwall-how-v893.offerwall-how-compact-v937 {
    display: flex !important;
    align-items: center !important;
    gap: 9px !important;
    min-height: 48px !important;
    padding: 7px 10px !important;
    border-radius: 13px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scrollbar-width: thin;
    white-space: nowrap;
}
.offerwall-how-title-v937 {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    flex: 0 0 auto;
    color: #fff;
    font-size: .78rem;
}
.offerwall-how-title-v937 > span { font-size: 1rem; }
.offerwall-how-v893.offerwall-how-compact-v937 .offerwall-steps-v893 {
    display: flex !important;
    align-items: center !important;
    gap: 7px !important;
    flex: 1 0 auto;
}
.offerwall-how-v893.offerwall-how-compact-v937 .offerwall-steps-v893 > div {
    display: inline-flex !important;
    align-items: center !important;
    gap: 5px !important;
    min-height: 0 !important;
    padding: 5px 8px !important;
    border-radius: 9px !important;
    flex: 0 0 auto;
}
.offerwall-how-v893.offerwall-how-compact-v937 .offerwall-steps-v893 b {
    width: 21px !important;
    height: 21px !important;
    flex-basis: 21px !important;
    border-radius: 7px !important;
    font-size: .68rem !important;
}
.offerwall-how-v893.offerwall-how-compact-v937 .offerwall-steps-v893 span {
    font-size: .72rem !important;
    line-height: 1.1 !important;
}
.offerwall-how-safety-v937 {
    display: inline-grid;
    place-items: center;
    width: 27px;
    height: 27px;
    flex: 0 0 27px;
    border: 1px solid rgba(96,165,250,.24);
    border-radius: 8px;
    background: rgba(30,64,175,.15);
    cursor: help;
}
@media (max-width: 580px) {
    .offerwall-how-v893.offerwall-how-compact-v937 {
        margin-top: 10px !important;
        min-height: 43px !important;
        padding: 6px 8px !important;
    }
    .offerwall-how-title-v937 { font-size: .72rem; }
    .offerwall-how-v893.offerwall-how-compact-v937 .offerwall-steps-v893 span { font-size: .67rem !important; }
}
