/* The browser posts the native cPanel form directly to the mail host. */
.ckb-webmail-page { min-height: 100vh; min-height: 100dvh; padding: clamp(24px, 5vh, 56px) 20px; background: var(--surface-strong); }
.webmail-entry { width: 440px; max-width: 100%; margin: 0 auto; padding: 28px 36px 24px; border: 1px solid var(--surface-edge); border-top: 4px solid var(--red); background: #fff; }
.webmail-brand { display: block; width: 250px; max-width: 100%; margin: 0 auto 22px; }
.webmail-brand img { width: 100%; height: auto; }
.webmail-heading { padding-top: 20px; border-top: 1px solid var(--line); margin-bottom: 24px; }
.webmail-heading .eyebrow { margin-bottom: 6px; }
.webmail-heading h1 { margin: 0 0 8px; font-size: 30px; }
.webmail-heading > p:last-child { font-size: 14px; color: var(--muted); }
.webmail-field { margin-bottom: 18px; }
.webmail-field label { display: block; font-size: 14px; font-weight: 700; margin-bottom: 6px; }
.webmail-field input { display: block; width: 100%; min-height: 50px; border: 1px solid #8b958e; border-radius: 3px; background: #fff; color: var(--ink); padding: 10px 12px; font-size: 16px; }
.webmail-field input:focus { outline: 2px solid var(--red); outline-offset: 2px; border-color: var(--red); }
.webmail-form .button { width: 100%; justify-content: space-between; }
.webmail-destination { margin: 12px 0 0; text-align: center; font-size: 12px; color: var(--muted); overflow-wrap: anywhere; }
.webmail-return { display: flex; justify-content: space-between; gap: 8px 18px; flex-wrap: wrap; border-top: 1px solid var(--line); margin-top: 16px; padding-top: 12px; }
.webmail-return a { display: inline-flex; align-items: center; gap: 6px; min-height: 44px; font-size: 12px; color: var(--muted); }
.webmail-entry a:hover { text-decoration: underline; text-underline-offset: 4px; }
@media (max-width: 480px) {
    .ckb-webmail-page { padding: 20px 16px; }
    .webmail-entry { padding: 22px 22px 16px; }
    .webmail-brand { width: 225px; }
}
