/* Shared contact-page components provide the layout and form styling. */
.review-field { min-width: 0; }
.review-required { margin-left: 8px; }
.review-optional { color: var(--muted); font-size: 13px; font-weight: 400; }
.review-form select { width: min(100%, 230px); padding: 13px 15px; color: var(--ink); background: #fbfcfa; border: 1px solid #cad7cf; border-radius: 10px; font: inherit; line-height: 1.55; }
.review-form select:focus { outline: 0; border-color: var(--green); background: #fff; box-shadow: 0 0 0 4px rgba(31,107,80,.11); }
.review-hint { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }
.review-consent { border: 0; padding: 0; margin: 0; }
.review-consent legend { margin-bottom: 12px; color: #22302b; font-size: 15px; font-weight: 800; line-height: 1.7; }
.review-choice { display: flex; align-items: flex-start; gap: 11px; margin-bottom: 12px; color: var(--ink); font-size: 14px; line-height: 1.7; cursor: pointer; }
.review-choice input { flex: 0 0 auto; width: 19px; height: 19px; margin: 2px 0 0; accent-color: var(--green); }
.review-actions { display: grid; gap: 23px; }
.review-privacy { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.review-privacy a { color: var(--green-dark); font-weight: 800; text-underline-offset: 3px; }
.review-status { min-height: 1.75em; margin: -8px 0 0; color: var(--green); font-weight: 700; }
.review-status.is-error { color: #a33b2f; }
.review-success { text-align: center; padding: 30px 0; }
.review-success-mark { display: block; border-radius: 50%; background: #edf4eb; color: var(--green); width: 64px; height: 64px; line-height: 64px; margin: 0 auto 20px; font-size: 30px; }
.review-success p { color: var(--muted); line-height: 1.9; }
.review-success .button { margin-top: 18px; }
.review-trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.review-card [hidden] { display: none !important; }
.review-noscript { color: #a33b2f; padding: 15px; border: 1px solid currentColor; }
.review-page .contact-help a { color: #fff; text-decoration: underline; text-underline-offset: 4px; }
.review-page .site-footer { margin-top: 0; }
@media (max-width: 600px) { .review-form select { font-size: 16px; } }
