.partner-form .event-phone-field { min-width: 0; }
.partner-form .event-phone-row { display: flex; gap: 10px; align-items: stretch; margin-top: 8px; }
.partner-form .event-phone-row input { min-width: 0; flex: 1; width: 100%; margin: 0; }
.event-phone-country { position: relative; display: grid; place-items: center; min-width: 50px; border: 1px solid currentColor; border-radius: 4px; }
.event-phone-country select { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: pointer; }
.event-phone-country:focus-within { outline: 2px solid #809fff; outline-offset: 3px; }
#event-phone-error { display: block; font-size: 13px; line-height: 1.6; margin-top: 8px; }

.partner-form .event-phone-field > label { margin-bottom: 0; }
#event-phone-error:empty { display: none; }

.event-phone-prefix { display:flex; align-items:center; white-space:nowrap; }
.partner-form .event-phone-row input[type="hidden"] { display:none; }
