.scb-error {
    color: #8b1e1e;
    background: #f8d7da;
    border: 1px solid #f5c6cb;
    border-radius: 6px;
    padding: 10px 12px;
}

.scb-auth-alt {
    margin: 20px 0;
    max-width: 360px;
}

.scb-divider {
    text-align: center;
    color: var(--scb-muted);
}

.scb-btn-alt {
    display: block;
    width: 100%;
    margin-bottom: 8px;
    padding: 10px 14px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #c5cdc8;
    border-radius: 8px;
    background: #fff;
    color: var(--scb-text);
    font: 600 15px/1.2 inherit;
    cursor: pointer;
}

.scb-auth-status {
    margin-top: 8px;
}

.scb-consent {
    flex-direction: row !important;
    align-items: flex-start;
    font-weight: 400 !important;
    gap: 8px !important;
}

.scb-consent input {
    margin-top: 4px;
}

.scb-form button:disabled,
.scb-btn-alt:disabled {
    opacity: 0.6;
    cursor: default;
}
