/* Update id: CX-QYRF */
/* Dark-theme completion for the account and checkout verification flow. */
:root[data-theme="dark"] .corporate-auth__sms-delivery {
    border-color: rgba(232, 93, 35, .52);
    background: linear-gradient(145deg, #241b17, var(--v2-dark-surface));
    color: var(--v2-dark-muted);
    box-shadow: 4px 4px 0 -3px rgba(232, 93, 35, .55);
}

:root[data-theme="dark"] .corporate-auth__sms-delivery header > span {
    background: #101315;
    color: #ff9b70;
}

:root[data-theme="dark"] .corporate-auth__sms-delivery :is(header strong, strong) {
    color: var(--v2-dark-text);
}

:root[data-theme="dark"] .corporate-auth__sms-progress {
    background: var(--v2-dark-line-strong);
}

:root[data-theme="dark"] .corporate-auth__sms-delivery button {
    border-color: #c86a43;
    background: var(--v2-dark-surface-2);
    color: #ffad7c;
}

:root[data-theme="dark"] .corporate-auth__sms-delivery button:is(:hover, :focus-visible):not(:disabled) {
    background: var(--corporate-orange);
    color: #fff;
}

:root[data-theme="dark"] .corporate-auth__sms-delivery button:disabled {
    border-color: var(--v2-dark-line-strong);
    background: var(--v2-dark-surface-2);
    color: var(--v2-dark-subtle);
}
