/*
Theme Name: Sanfte Massagen ohne Termine und X
Theme URI: https://sanfte-massagen.ch
Author: Sanfte Massagen
Description: Landingpage mit echtem Booking-Calendar-Shortcode, Mia-Bild und Studio-Galerie.
Version: 1.5
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: Proprietary
Text Domain: sanfte-massagen-ohne-kundenbilder
*/

/* FINAL FIX – Booking Calendar Dropdown-Feld */
body .wpbc_container select,
body .booking_form_div select,
body .wpbc_booking_form select,
body .booking_form select,
body select[name*="booking"],
body select[name*="massage"],
body select[name*="service"] {
  display: block !important;
  width: 100% !important;
  min-height: 58px !important;
  height: 58px !important;
  line-height: 1.3 !important;
  padding: 10px 16px !important;
  font-size: 20px !important;
  box-sizing: border-box !important;
  border-radius: 14px !important;
  overflow: visible !important;
  vertical-align: middle !important;
}

/* Safari-Korrektur für Select-Felder */
body .wpbc_container select,
body .booking_form_div select,
body .wpbc_booking_form select,
body .booking_form select {
  -webkit-appearance: menulist !important;
  appearance: menulist !important;
}