.fd24-searchable-select { position: relative; width: 100%; margin-bottom: 8px; }
.fd24-specialty-search { color: #1d2327; -webkit-text-fill-color: #1d2327; box-sizing: border-box; width: 100%; min-height: 42px; padding: 9px 12px; border: 1px solid #c9cdd3; border-radius: 4px; background: #fff; font-size: 14px; line-height: 1.4; }
.fd24-specialty-search:focus { outline: 0; border-color: #2271b1; box-shadow: 0 0 0 1px #2271b1; }
.fd24-specialty-results { color: #1d2327; position: absolute; z-index: 99999; top: calc(100% + 2px); left: 0; right: 0; max-height: 280px; overflow-y: auto; border: 1px solid #c9cdd3; border-radius: 4px; background: #fff; box-shadow: 0 4px 12px rgba(0,0,0,.12); }
.fd24-specialty-option { color: #1d2327 !important; -webkit-text-fill-color: #1d2327; display: block; width: 100%; padding: 9px 12px; border: 0; border-bottom: 1px solid #eee; background: #fff; text-align: left; cursor: pointer; font-size: 14px; }
.fd24-specialty-option:hover, .fd24-specialty-option:focus { color: #1d2327 !important; -webkit-text-fill-color: #1d2327; background: #f0f6fc; }
.fd24-specialty-empty { color: #666 !important; padding: 10px 12px; color: #666; font-size: 13px; }

/* Hide the original Directorist select while preserving its name/value for form submission. */
.fd24-native-select-hidden { display: none !important; }
