/* ============================================================
   Register 페이지 전용 스타일
   공통 토큰/프리미티브는 account-common.css 에 정의됨.
   ============================================================ */

.register-card {
    max-width: 420px;
}

.register-consents {
    margin-top: 1rem;
    padding: 0.75rem 0.9rem;
    border: 1px solid var(--acc-border);
    border-radius: var(--acc-radius);
    background: var(--acc-input-bg);
    display: flex;
    -webkit-display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    gap: 0.5rem;
}

.register-consents > .acc-checkbox:first-child {
    padding-bottom: 0.5rem;
    margin-bottom: 0.25rem;
    border-bottom: 1px solid var(--acc-border);
}

.register-consent-item {
    font-size: 0.85rem;
}

.register-resend-row {
    display: flex;
    -webkit-display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    margin-bottom: 0.5rem;
}
