/* Fechas y horas: la misma superficie crema y verde de las reservas. */
html { scrollbar-gutter: stable; }
body.rp-datetime-open { overflow: hidden; }
.rp-datetime-field { position: relative; display: block; min-width: 0; width: 100%; }
.rp-datetime-field > input.rp-datetime-native {
  position: absolute !important; width: 1px !important; height: 1px !important;
  min-width: 0 !important; min-height: 0 !important; padding: 0 !important;
  margin: 0 !important; border: 0 !important; opacity: 0;
  clip-path: inset(50%); pointer-events: none;
}
.rp-datetime-trigger {
  box-sizing: border-box; display: flex; align-items: center; gap: 12px;
  width: 100%; min-width: 0; min-height: 47px; padding: 12px 14px;
  border: 1px solid rgba(36,33,27,.13); border-radius: 12px;
  background: #fbf8f1; color: #24211b; font: inherit; font-size: 16px;
  font-weight: 400; line-height: 1.25; text-align: left; cursor: pointer;
  transition: background .16s ease, border-color .16s ease;
}
.rp-datetime-trigger > span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.rp-datetime-trigger svg { flex: none; width: 19px; height: 19px; color: #3c5a43; }
.rp-datetime-trigger:hover:not(:disabled) { background: #e6ede4; border-color: #3c5a43; }
.rp-datetime-trigger[data-empty="true"] > span { color: #6e665a; }
.rp-datetime-trigger:disabled { opacity: .6; cursor: default; }
.rp-datetime-trigger[aria-invalid="true"] { border-color: #a24432; }
.weekend-pool-form .rp-datetime-trigger { min-height: 50px; }
.rp-modal-body .rp-field input:not([type="radio"]):not([type="checkbox"]),
.rp-modal-body .rp-field select { min-height: 47px; }
.rp-datetime-error { display: block; color: #a24432; font-size: 14px; line-height: 1.4; margin-top: 6px; }
.rp-datetime-error[hidden] { display: none; }
.rp-datetime-dialog {
  box-sizing: border-box; position: fixed; inset: 0; margin: auto;
  width: min(420px, calc(100% - 28px)); max-height: calc(100dvh - 28px);
  overflow: auto; overscroll-behavior: contain; padding: 24px;
  border: 1px solid rgba(36,33,27,.13); border-radius: 22px;
  background: #fbf8f1; color: #24211b;
  font: 16px/1.4 -apple-system,BlinkMacSystemFont,'Helvetica Neue',Arial,sans-serif;
  box-shadow: 0 24px 80px rgb(36 33 27 / 20%);
}
.rp-datetime-dialog * { box-sizing: border-box; }
.rp-datetime-dialog:not([open]), .rp-datetime-dialog [hidden] { display: none !important; }
.rp-datetime-dialog[open] { animation: rp-datetime-fade .16s ease-out; }
.rp-datetime-dialog::backdrop { background: rgb(36 33 27 / 28%); }
.rp-datetime-head, .rp-datetime-nav, .rp-datetime-footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.rp-datetime-head { margin-bottom: 18px; }
.rp-datetime-dialog .rp-datetime-title {
  margin: 0; font: 600 30px/1.15 'Cormorant Garamond',Georgia,serif; color: #24211b;
}
.rp-datetime-dialog .rp-datetime-caption { margin: 0 0 18px; color: #6e665a; font-size: 14px; }
.rp-datetime-dialog button { font: inherit; cursor: pointer; }
.rp-datetime-dialog .rp-datetime-icon {
  flex: none; display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; border: 1px solid rgba(36,33,27,.13); border-radius: 50%;
  background: transparent; color: #3c5a43; padding: 0;
}
.rp-datetime-icon svg { width: 20px; height: 20px; }
.rp-datetime-icon:hover:not(:disabled) { background: #e6ede4; }
.rp-datetime-dialog button:disabled { opacity: .4; cursor: default; }
.rp-datetime-nav { margin-bottom: 12px; }
.rp-datetime-dialog .rp-datetime-month {
  margin: 0; text-align: center;
  font: 600 26px/1.15 'Cormorant Garamond',Georgia,serif;
}
.rp-datetime-row { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 3px; }
.rp-datetime-weekday { text-align: center; text-transform: capitalize; font-size: 13px; color: #6e665a; padding: 7px 0 12px; }
.rp-datetime-cell { min-width: 0; margin-bottom: 3px; }
.rp-datetime-dialog .rp-datetime-day {
  width: 100%; height: 44px; padding: 0; border: 1px solid transparent;
  border-radius: 10px; background: transparent; color: #24211b; font-size: 15px;
}
.rp-datetime-day[data-adjacent="true"] { color: #6e665a; }
.rp-datetime-day:hover:not(:disabled) { background: #e6ede4; border-color: #3c5a43; }
.rp-datetime-day[aria-current="date"] { border-color: #c0964e; box-shadow: inset 0 0 0 1px #c0964e; }
.rp-datetime-cell[aria-selected="true"] .rp-datetime-day { background: #3c5a43; color: #fff; font-weight: 600; }
.rp-datetime-footer { border-top: 1px solid rgba(36,33,27,.13); margin-top: 16px; padding-top: 16px; flex-wrap: wrap; }
.rp-datetime-dialog .rp-datetime-action {
  min-height: 44px; border: 1px solid rgba(36,33,27,.13); border-radius: 24px;
  padding: 10px 18px; background: transparent; color: #3c5a43; font-size: 14px;
}
.rp-datetime-action:hover:not(:disabled) { background: #e6ede4; }
.rp-datetime-dialog .rp-datetime-primary { background: #3c5a43; color: #fff; border-color: #3c5a43; }
.rp-datetime-dialog .rp-datetime-primary:hover { background: #2f4835; }
.rp-datetime-dialog .rp-datetime-help { color: #6e665a; font-size: 13px; line-height: 1.5; margin: 14px 0 0; }
.rp-datetime-time-grid { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 14px; }
.rp-datetime-time-part { text-align: center; min-width: 0; }
.rp-datetime-time-part label { display: block; color: #6e665a; font-size: 14px; margin-bottom: 8px; }
.rp-datetime-time-part .rp-datetime-time-input {
  width: 100%; min-height: 74px; text-align: center; background: #f6f1e8;
  border: 1px solid rgba(36,33,27,.13); border-radius: 14px;
  color: #2f4835; padding: 8px; line-height: 1.2;
  font-family: inherit; font-size: 36px; font-weight: 500;
}
.rp-datetime-step-buttons { display: flex; justify-content: center; gap: 12px; margin-top: 10px; }
.rp-datetime-time-colon { font-size: 30px; color: #6e665a; padding-bottom: 26px; }
.rp-datetime-dialog :focus-visible, .rp-datetime-trigger:focus-visible { outline: 2px solid #c0964e; outline-offset: 3px; }
.sitio-reservas input[type="file"]::file-selector-button {
  padding: 10px 16px; margin: 0 12px 0 0; border: 1px solid rgba(36,33,27,.13);
  border-radius: 24px; color: #2f4835; background: #e6ede4;
  font: inherit; font-weight: 600; cursor: pointer;
}
.sitio-reservas input[type="file"]::file-selector-button:hover { background: #3c5a43; color: #fff; }
:is(.sitio-reservas, .rp) input:is([type="radio"], [type="checkbox"]) { accent-color: #3c5a43; }
@keyframes rp-datetime-fade { from { opacity: 0; } to { opacity: 1; } }
@media (max-width: 480px) {
  .rp-datetime-dialog { padding: 18px; }
  .rp-datetime-dialog .rp-datetime-title { font-size: 28px; }
  .rp-datetime-row { gap: 2px; }
}
@media (prefers-reduced-motion: reduce) {
  .rp-datetime-dialog[open] { animation: none; }
  .rp-datetime-trigger { transition: none; }
}
