.postal-suggestions { grid-column: 1 / -1; min-width: 0; margin-top: .5rem; color: #64748b; font-size: .8rem; line-height: 1.5; }
.postal-suggestions [hidden] { display: none !important; }
.postal-suggestions label { display: grid; gap: .4rem; margin: .5rem 0; color: #334155; font-size: .85rem; font-weight: 600; }
.postal-suggestions select { width: 100%; max-width: 100%; min-height: 44px; border: 1px solid #cbd5e1; border-radius: 12px; padding: .65rem; color: #334155; background: #fff; font-size: 16px; }
.postal-suggestions select:focus-visible { outline: 2px solid #7c3aed; outline-offset: 2px; }
.postal-suggestions a { text-decoration: underline; text-underline-offset: 2px; }
