.verdict-access-widget {
    position: fixed;
    top: 14px;
    right: 14px;
    z-index: 9999;
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 260px;
    padding: 11px 13px;
    border: 1px solid rgba(34, 197, 94, .38);
    border-radius: 12px;
    background: linear-gradient(
        180deg,
        rgba(15, 23, 42, .97),
        rgba(3, 7, 18, .98)
    );
    box-shadow: 0 16px 46px rgba(0, 0, 0, .36);
    color: #f8fafc;
    backdrop-filter: blur(10px);
}

.verdict-access-widget.access-widget-inactive {
    display: none;
}

.access-widget-copy {
    min-width: 0;
    flex: 1;
}

.access-widget-label {
    color: #94a3b8;
    font-size: .69rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .07em;
}

.access-widget-countdown {
    margin-top: 2px;
    font-size: .96rem;
    font-weight: 950;
    color: #22c55e;
    white-space: nowrap;
}

.access-widget-extend {
    border: 1px solid rgba(34, 197, 94, .45);
    border-radius: 8px;
    color: #22c55e;
    padding: 7px 10px;
    font-size: .76rem;
    font-weight: 900;
    text-decoration: none;
}

.access-widget-extend:hover {
    background: rgba(34, 197, 94, .10);
    color: #4ade80;
}

.active-access-card {
    max-width: 680px;
    margin: 24px auto 0;
    padding: 18px;
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    align-items: center;
    gap: 14px;
    border: 1px solid rgba(34, 197, 94, .30);
    border-radius: 14px;
    background: rgba(15, 23, 42, .84);
    text-align: left;
}

.active-access-card div {
    display: grid;
    gap: 4px;
}

.active-access-card span {
    color: #94a3b8;
    font-size: .72rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.active-access-card strong {
    color: #f8fafc;
}

.payment-empty-state {
    grid-column: 1 / -1;
    color: #94a3b8;
    text-align: center;
    padding: 20px;
}

@media(max-width: 760px) {
    .verdict-access-widget {
        top: auto;
        right: 10px;
        left: 10px;
        bottom: 10px;
        min-width: 0;
    }

    .active-access-card {
        grid-template-columns: 1fr;
        text-align: center;
    }
}
