.cancellation-form{display:grid;gap:1.5rem;max-width:58rem}.cancellation-form fieldset{border:0;padding:0;display:grid;gap:.7rem}.cancellation-form legend{font-weight:700;margin-bottom:.5rem}.cancellation-form label,.withdraw-form label{display:grid;gap:.45rem}.cancellation-form input[type=radio],.cancellation-form input[type=checkbox],.withdraw-form input[type=checkbox]{width:auto;margin-right:.45rem}.check-row{grid-template-columns:auto 1fr;align-items:start;padding:.8rem;border:1px solid var(--portal-border,#d7d8d4);border-radius:.5rem}.check-row small{display:block;color:#59615c}.consequence-box{padding:1rem;border-left:4px solid #9c6b22;background:#fff8e8}.withdraw-form{display:grid;gap:1rem;margin-top:1rem;max-width:38rem}.portal-alert{padding:1rem;margin:1rem 0;border-radius:.4rem}.portal-alert.attention{background:#fff4dc}.portal-alert.success{background:#e9f6ed}@media(max-width:700px){.cancellation-form{gap:1rem}.check-row{padding:.7rem}}