.stage476-draft-status {
    transition: background-color .2s ease, border-color .2s ease;
}
.stage476-quote-lifecycle {
    border: 1px solid rgba(var(--bs-primary-rgb), .18);
}
.stage476-quote-lifecycle [data-quote-countdown] {
    min-width: 9rem;
    text-align: center;
    font-variant-numeric: tabular-nums;
}
.quote-pro-card:has([data-quote-select-button][disabled]) {
    opacity: .78;
}
@media (max-width: 767.98px) {
    .stage476-quote-lifecycle [data-quote-countdown] {
        min-width: 0;
        width: 100%;
    }
    .stage476-quote-lifecycle .d-flex.align-items-center {
        width: 100%;
        flex-wrap: wrap;
    }
}
