.email-compose {
  box-sizing: border-box; width: min(460px, calc(100vw - 32px)); max-height: calc(100dvh - 32px);
  margin: auto; padding: 32px; overflow: auto; border: 1px solid #b68d40;
  background: #f9f8f6; color: #2c1636; box-shadow: 7px 7px 0 #b68d40;
  font-family: "Manrope", Arial, sans-serif;
}
.email-compose::backdrop { background: rgba(44,22,54,.55); }
.email-compose h2 { margin: 8px 24px 16px 0; font-family: "Fraunces", Georgia, serif; font-size: 2rem; font-weight: 400; line-height: 1.1; }
.email-compose-recipient { margin: 0 0 24px; font-size: 1rem; overflow-wrap: anywhere; }
.email-compose-actions { display: grid; gap: 12px; }
.email-compose-actions a { display: block; padding: 14px 16px; border: 1px solid #2c1636; color: #2c1636; font-size: 1rem; line-height: 1.4; text-decoration: none; }
.email-compose-actions .email-compose-gmail { background: #2c1636; color: #f9f8f6; }
.email-compose a:focus-visible, .email-compose button:focus-visible { outline: 3px solid #e85d3f; outline-offset: 3px; }
.email-compose-close { position: absolute; right: 8px; top: 8px; width: 44px; height: 44px; border: 0; background: transparent; color: #2c1636; font-size: 1.6rem; cursor: pointer; }
.email-compose-note { margin: 20px 0 0; font-size: .875rem; line-height: 1.5; color: #624f68; }
