.login-help a { color: #1b594b; font-weight: 700; }
.stack-form label:has(input[type="checkbox"]) { display: flex; align-items: flex-start; gap: 10px; font-weight: 500; line-height: 1.45; }
.stack-form input[type="checkbox"] { width: 18px; height: 18px; flex: 0 0 18px; margin: 2px 0 0; padding: 0; }
.login-help a:hover { text-decoration: underline; }
.notice { padding: 13px 16px; border-radius: 10px; background: #dff0e8; color: #17352f; margin: 18px 0; font-weight: 600; }
.text-button { background: transparent; border: 0; color: #287b67; font: 700 12px "DM Sans", sans-serif; cursor: pointer; padding: 8px 0; white-space: nowrap; }
.text-button:hover { text-decoration: underline; }
.admin-table td:last-child { min-width: 105px; }
.admin-table td:last-child form { margin: 0; }
.phone-setup { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin: 0 0 24px; background: #eef8f1; }
.phone-setup h2 { font-size: 24px; }
.phone-setup p { margin-bottom: 0; }
.phone-setup-form { display: flex; align-items: end; gap: 10px; flex-wrap: wrap; }
.phone-setup-form label { display: grid; gap: 6px; font-size: 12px; font-weight: 700; }
.phone-setup-form input { height: 42px; border: 1px solid #dedfd9; border-radius: 10px; padding: 0 12px; background: white; }
@media (max-width: 800px) { .phone-setup { display: block; } .phone-setup-form { margin-top: 18px; } }
