.quick-card small {
    display: block;
    margin-top: 4px;
    color: var(--muted);
    font-size: 13px;
    font-weight: 700;
}

.service-duration {
    margin: -8px 0 12px;
    color: var(--brand) !important;
    font-weight: 800;
    min-height: auto !important;
}

.time-help {
    margin: -6px 0 14px;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.4;
}

.booking-form select:disabled {
    background: #f1eee8;
    color: #8a8a8a;
    cursor: not-allowed;
}
