.contact-page select, .contact-page textarea { width: 100%; padding: 12px 14px; border: 1px solid #a8b8af; border-radius: 8px; background-color: white; color: inherit; font: inherit; }
.contact-page select { appearance: none; padding-right: 40px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23536579' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; background-size: 18px; }
.contact-page textarea { min-height: 180px; resize: vertical; }
.contact-status { color: #1a7746; font-size: 24px; font-weight: 700; }
.contact-page form .button { gap: 8px; }
.contact-page form .button svg { width: 18px; height: 18px; flex-shrink: 0; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
