.elementor-709 .elementor-element.elementor-element-f6917ed{--display:flex;--border-radius:14px 14px 0px 0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-709 .elementor-element.elementor-element-008b349{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--padding-top:26px;--padding-bottom:26px;--padding-left:26px;--padding-right:26px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-709 .elementor-element.elementor-element-828cdd1 .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:20px;font-weight:600;color:#F1EEE4;}.elementor-709 .elementor-element.elementor-element-bcf1e38{--display:flex;--border-radius:0px 0px 24px 24px;--margin-top:-21px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:24px;--padding-bottom:24px;--padding-left:24px;--padding-right:24px;}.elementor-709 .elementor-element.elementor-element-bcf1e38:not(.elementor-motion-effects-element-type-background), .elementor-709 .elementor-element.elementor-element-bcf1e38 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#2B351D;}#elementor-popup-modal-709 .dialog-widget-content{animation-duration:0.5s;background-color:var( --e-global-color-accent );border-radius:24px 24px 24px 24px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-709{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-709 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-709 .dialog-close-button{display:flex;}#elementor-popup-modal-709 .dialog-close-button i{color:#F1EEE4;}#elementor-popup-modal-709 .dialog-close-button svg{fill:#F1EEE4;}@media(max-width:767px){.elementor-709 .elementor-element.elementor-element-828cdd1 .elementor-heading-title{font-size:16px;}}/* Start custom CSS for shortcode, class: .elementor-element-953c0da */.proximas-fechas {
  width: 100%;
}

/* ── ROW ────────────────────────────────────── */
.fecha-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #2a352a;
}

.fecha-row:last-child {
  border-bottom: none;
}

/* ── CLICKABLE ROW (when reservar_url is set) ── */
a.fecha-row--link {
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s ease, padding-left 0.2s ease;
  border-radius: 6px;
  padding-left: 8px;
  padding-right: 8px;
  margin-left: -8px;
  margin-right: -8px;
}

a.fecha-row--link:hover {
  background: rgba(242, 188, 7, 0.06);
}

a.fecha-row--link:hover .fecha-month {
  color: #F2BC07;
}

a.fecha-row--link:hover .fecha-days {
  border-color: #F2BC07;
  color: #F2BC07;
}

/* ── LEFT: MONTH + YEAR ─────────────────────── */
.fecha-info {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.fecha-month {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.fecha-year {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #F2BC07;
  letter-spacing: 0.5px;
}

/* ── RIGHT: DAYS BADGE ──────────────────────── */
.fecha-days {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #F2BC07;
  background: #F2BC0720;
  border: 1px solid #2e3d2e;
  padding: 6px 16px;
  border-radius: 6px;
  white-space: nowrap;
}/* End custom CSS */