/* CF7 Google Calendar Reservas — Estilos */
.wpcf7-form-control-wrap[data-name="reserva-hora"] input[type="text"] { display: none !important; }

#cf7gcal-time-select {
  width: 100% !important; padding: 12px 42px 12px 16px !important; font-size: 15px !important;
  font-family: inherit !important; color: #1e2d3d !important; background-color: #f7fafd !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b7f94' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important; background-position: right 14px center !important;
  border: 1.5px solid #d0dce8 !important; border-radius: 10px !important;
  box-sizing: border-box !important; appearance: none !important; -webkit-appearance: none !important;
  cursor: pointer !important; outline: none !important; display: block !important;
}
#cf7gcal-time-select:disabled { color: #6b7f94 !important; background-color: #f0f4f8 !important; cursor: not-allowed !important; opacity: 0.7 !important; }
