/* Form select styling — loaded last to override theme conflicts */

:root {
  --fc-select-arrow: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23696969' d='M1.41 0L6 4.58 10.59 0 12 1.41l-6 6-6-6z'/%3E%3C/svg%3E");
}

.elaqe-formu .input-box > select,
.elaqe-formu .input-box > select.text,
.elaqe-formu select.text {
  display: block !important;
  width: 100% !important;
  height: 50px !important;
  min-height: 50px !important;
  padding: 12px 36px 12px 12px !important;
  border: 2px solid #eaeaea !important;
  border-radius: 3px !important;
  background: #fff var(--fc-select-arrow) no-repeat right 12px center / 12px 8px !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  color: #313140 !important;
  box-sizing: border-box !important;
  cursor: pointer !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

.elaqe-formu .fc-phone-field .fc-phone-country {
  display: block !important;
  flex: 0 0 auto !important;
  min-width: 132px !important;
  max-width: 48% !important;
  height: 50px !important;
  min-height: 50px !important;
  padding: 0 28px 0 10px !important;
  border: 2px solid #eaeaea !important;
  border-radius: 3px !important;
  background: #fff var(--fc-select-arrow) no-repeat right 10px center / 12px 8px !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  color: #313140 !important;
  box-sizing: border-box !important;
  cursor: pointer !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

.elaqe-formu .fc-phone-field .fc-phone-national.text {
  display: block !important;
  height: 50px !important;
  min-height: 50px !important;
  padding: 12px !important;
  border: 2px solid #eaeaea !important;
  border-radius: 3px !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  background: #fff !important;
  box-sizing: border-box !important;
}

.online-rezerv-modal .form .input-box > select,
.online-rezerv-modal .form .input-box > select.label-effect {
  display: block !important;
  width: 100% !important;
  height: 50px !important;
  min-height: 50px !important;
  padding: 15px 36px 15px 10px !important;
  border: 1px solid #b6bbc5 !important;
  border-radius: 5px !important;
  background: #fff var(--fc-select-arrow) no-repeat right 12px center / 12px 8px !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  color: #212121 !important;
  box-sizing: border-box !important;
  cursor: pointer !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

.online-rezerv-modal .form .input-box > select.label-effect ~ label,
.online-rezerv-modal .fc-phone-field > label {
  top: -20px !important;
  left: 0 !important;
  color: #212121 !important;
}

.online-rezerv-modal .fc-phone-field .fc-phone-country {
  display: block !important;
  flex: 0 0 auto !important;
  min-width: 120px !important;
  max-width: 46% !important;
  height: 50px !important;
  min-height: 50px !important;
  padding: 15px 28px 15px 10px !important;
  border: 1px solid #b6bbc5 !important;
  border-radius: 5px !important;
  background: #fff var(--fc-select-arrow) no-repeat right 10px center / 12px 8px !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  color: #212121 !important;
  box-sizing: border-box !important;
  cursor: pointer !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

.online-rezerv-modal .fc-phone-field .fc-phone-national.label-effect {
  display: block !important;
  width: 100% !important;
  height: 50px !important;
  min-height: 50px !important;
  padding: 15px 10px !important;
  border: 1px solid #b6bbc5 !important;
  border-radius: 5px !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  color: #212121 !important;
  background: #fff !important;
  box-sizing: border-box !important;
}

.elaqe-formu .fc-phone-field .fc-phone-row,
.online-rezerv-modal .fc-phone-field .fc-phone-row {
  display: flex !important;
  align-items: stretch !important;
  gap: 8px !important;
  width: 100% !important;
}

.elaqe-formu select.text::-ms-expand,
.online-rezerv-modal select.label-effect::-ms-expand,
.fc-phone-country::-ms-expand {
  display: none !important;
}
