/* DSZ Booking — estilos acordes al sitio (Elementor / Georgia / morado #4a2c6e) */
.dsz-wrap { max-width: 680px; margin: 0 auto; font-family: Georgia, serif; }
.dsz-title { color: #4a2c6e; font-size: 22px; margin: 0 0 8px; }
.dsz-sub   { color: #777; font-size: 14px; margin: 0 0 24px; }
.dsz-field { margin-bottom: 16px; }
.dsz-field label { display: block; font-size: 13px; color: #555; margin-bottom: 6px; font-weight: bold; }
.dsz-field input,
.dsz-field select { width: 100%; padding: 11px 14px; border: 1px solid #d0c8e0; border-radius: 8px; font-size: 15px; font-family: inherit; color: #333; background: #fff; box-sizing: border-box; transition: border .2s; }
.dsz-field input:focus,
.dsz-field select:focus { border-color: #4a2c6e; outline: none; }
.dsz-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media(max-width:520px){ .dsz-row { grid-template-columns: 1fr; } }

/* Botones hospital */
.dsz-hospital-opts { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 8px; }
@media(max-width:520px){ .dsz-hospital-opts { grid-template-columns: 1fr; } }
.dsz-hosp-btn { background: #f9f7fc; border: 2px solid #d0c8e0; border-radius: 12px; padding: 14px; text-align: left; cursor: pointer; transition: all .2s; }
.dsz-hosp-btn:hover, .dsz-hosp-btn.active { border-color: #4a2c6e; background: #f3eff8; }
.dsz-hosp-btn strong { display: block; color: #4a2c6e; font-size: 14px; }
.dsz-hosp-btn small  { display: block; color: #888; font-size: 12px; margin-top: 4px; }
.dsz-hosp-icon { font-size: 20px; }

/* Botón principal */
.dsz-btn { display: block; width: 100%; padding: 14px; background: #4a2c6e; color: #fff; border: none; border-radius: 28px; font-size: 16px; font-family: inherit; cursor: pointer; transition: background .2s; margin-top: 8px; }
.dsz-btn:hover { background: #3a1e5a; }
.dsz-back { background: none; border: none; color: #4a2c6e; font-size: 13px; cursor: pointer; padding: 0; margin-bottom: 16px; }
.dsz-back:hover { text-decoration: underline; }

/* Grid de fechas */
.dsz-fechas { display: flex; flex-direction: column; gap: 16px; }
.dsz-fecha-bloque { border: 1px solid #e0d8f0; border-radius: 12px; overflow: hidden; }
.dsz-fecha-header { background: #f3eff8; padding: 10px 16px; font-size: 14px; color: #4a2c6e; font-weight: bold; }
.dsz-hora-grid { display: flex; flex-wrap: wrap; gap: 8px; padding: 12px 16px; }
.dsz-hora-btn { padding: 8px 16px; border: 1.5px solid #d0c8e0; border-radius: 20px; background: #fff; font-size: 14px; cursor: pointer; transition: all .15s; }
.dsz-hora-btn:hover, .dsz-hora-btn.selected { background: #4a2c6e; color: #fff; border-color: #4a2c6e; }

/* Resumen */
.dsz-resumen { background: #f3eff8; border-radius: 12px; padding: 20px; margin-bottom: 20px; font-size: 15px; line-height: 1.8; }
.dsz-resumen p { margin: 4px 0; }

/* Loading */
.dsz-loading { text-align: center; color: #888; padding: 24px; font-size: 14px; }

/* Error */
.dsz-error { color: #c0392b; font-size: 13px; margin-top: 8px; min-height: 20px; }

/* Éxito */
.dsz-exito { text-align: center; padding: 20px 0; }
.dsz-exito-icon { font-size: 52px; margin-bottom: 12px; }
.dsz-exito h3 { color: #4a2c6e; font-size: 24px; margin: 0 0 16px; }
#dsz-exito-detalle { background: #f3eff8; border-radius: 12px; padding: 16px; display: inline-block; text-align: left; font-size: 14px; line-height: 1.8; min-width: 260px; }
