.premium-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 8px;
    border-radius: 999px;
    color: #5c3b00;
    background: #ffe8a3;
    font-size: 12px;
    font-weight: 700;
}

.premium-action {
    border-radius: 8px;
}

.premium-dashboard-icon {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    border-radius: 50%;
    color: #5c3b00;
    background: #ffe8a3;
    font-size: 20px;
}

.premium-dashboard-callout {
    border-left: 4px solid #ffc107 !important;
}

.premium-payment-options {
    display: grid;
    gap: 8px;
}

.premium-payment-input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.premium-payment-option {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    cursor: pointer;
    background: #fff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.premium-payment-option:hover,
.premium-payment-input:checked + .premium-payment-option {
    border-color: #0d6efd;
    background: #f8fbff;
    box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.08);
}

.premium-payment-icon {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    border-radius: 8px;
    color: #0d6efd;
    background: #eaf2ff;
}

.premium-payment-title,
.premium-payment-description {
    display: block;
}

.premium-payment-title {
    color: #212529;
    font-weight: 700;
    line-height: 1.1;
}

.premium-payment-description {
    color: #6c757d;
    font-size: 12px;
    line-height: 1.25;
}

.payment-status-card {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 18px;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 4px 18px rgba(33, 37, 41, 0.06);
}

.payment-status-icon {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    border-radius: 50%;
    color: #8a5d00;
    background: #fff3cd;
}

.payment-status-icon-success {
    color: #0f5132;
    background: #d1e7dd;
}

.payment-status-icon-cancelled {
    color: #842029;
    background: #f8d7da;
}
