/* Contact-only acknowledgement UI. Kept separate so the locked homepage is untouched. */
.submission-notice{display:flex;gap:12px;align-items:flex-start;padding:14px 15px;border:1px solid #cfe5dc;border-radius:14px;background:#f4fbf7;color:#49665e}
.submission-notice strong{flex:0 0 auto;color:#0F7B5A;font-size:12px}
.submission-notice span{font-size:11px;line-height:1.6}
@media(max-width:560px){.submission-notice{display:block}.submission-notice strong{display:block;margin-bottom:5px}}

/* v7.9 — direct email + WhatsApp contact options */
.direct-contact-stack{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:20px}
.direct-contact-card{min-width:0;padding:16px 17px;border:1px solid #d9e9e2;border-radius:16px;background:rgba(255,255,255,.76);box-shadow:0 8px 24px rgba(12,41,35,.05)}
.direct-contact-card>span{display:block;margin-bottom:6px;color:#607873;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}
.direct-contact-card>a{display:inline-flex;align-items:center;gap:7px;max-width:100%;color:#07543F;font-size:14px;font-weight:850;text-decoration:none;overflow-wrap:anywhere}
.direct-contact-card>a:hover{text-decoration:underline}
.direct-contact-card small{display:block;margin-top:6px;color:#607873;font-size:11px;line-height:1.5}
.whatsapp-direct-card{border-color:#c7ead4;background:#f1fbf5}
.whatsapp-direct-card>a{color:#11823d}
.whatsapp-direct-card .wa-card-icon{display:inline-grid;width:28px;height:28px;min-width:28px;place-items:center;border-radius:50%;background:#25D366;color:#fff;overflow:hidden}
.whatsapp-direct-card .wa-card-icon svg{display:block!important;width:17px!important;height:17px!important;max-width:17px!important;max-height:17px!important;fill:currentColor!important;stroke:none!important}
.whatsapp-direct-card svg{width:19px;height:19px;flex:0 0 19px;fill:#25D366}
.whatsapp-direct-card strong{font:inherit}
@media(max-width:640px){.direct-contact-stack{grid-template-columns:1fr}.direct-contact-card{padding:15px}}
