.hj93-bh-editor-note {
    margin: 0 0 10px;
    padding: 8px 12px;
    background: #fff8e5;
    border-left: 3px solid #dba617;
    font-size: 13px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #444;
}

.hj93-buscador-hotel {
    --hj93-bh-accent: #b31e2e;
    --hj93-bh-label: rgba(255, 255, 255, 0.7);
    --hj93-bh-line: rgba(255, 255, 255, 0.15);
    --hj93-bh-serif: Georgia, "Palatino Linotype", Palatino, "Times New Roman", serif;
    --hj93-bh-sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 100%;
    overflow: visible;
}

.elementor-widget-Hj93_Widget_buscador_hotel,
.elementor-widget-Hj93_Widget_buscador_hotel .elementor-widget-container {
    overflow: visible;
}

.hj93-bh,
.hj93-bh * {
    box-sizing: border-box;
}

/* ── BARRA ── */
.hj93-bh {
    display: flex;
    align-items: stretch;
    width: 100%;
    min-height: 60px;
    background: #EEEBDE78;
    padding: 10px 10px 10px 40px;
    border-radius: 70px;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    font-family: var(--hj93-bh-sans);
    position: relative;
    z-index: 20;
}

.hj93-bh__cell {
    position: relative;
    flex: 1 1 0;
    min-width: 0;
    border-right: 1px solid var(--hj93-bh-line);
}

.hj93-bh__cell--promo {
    flex: 1 1 0;
    display: flex;
    align-items: center;
    padding: 0 20px;
    border-right: 0;
}

/* ── RESET BOTONES ── */
.hj93-bh__trigger,
.hj93-bh__submit,
.hj93-bh__step-btn,
.hj93-bh__room-opt,
.hj93-bh__cal-day,
.hj93-bh__cal-nav,
.hj93-bh__occ-col-btn,
.hj93-bh__occ-opt {
    appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
}

/* ── TRIGGER (celda clicable) ── */
.hj93-bh__trigger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 2px;
    width: 100%;
    height: 100%;
    min-height: 60px;
    padding: 10px 20px;
    margin: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    text-align: left;
    font: inherit;
    color: inherit;
    user-select: none;
}

.hj93-bh__trigger:hover {
    background-color: transparent;
}

/* ── LABELS ── */
.hj93-bh__label {
    display: block;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.04em;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.4;
}

/* ── VALORES (fechas, números) ── */
.hj93-bh__date,
.hj93-bh__value-row {
    display: flex;
    align-items: center;
    gap: 0;
    color: #fff;
    font-family: var(--hj93-bh-serif);
}

.hj93-bh__day,
.hj93-bh__value {
    font-family: var(--hj93-bh-serif);
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
}

.hj93-bh__value-primary {
    display: inline-block;
}

.hj93-bh__value-secondary {
    font-family: var(--hj93-bh-serif);
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
}

.hj93-bh__mdy {
    font-family: var(--hj93-bh-serif);
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0;
    margin-left: 0;
}

.hj93-bh__chevron {
    margin-left: 6px;
    color: rgba(255, 255, 255, 0.6);
    flex-shrink: 0;
    align-self: center;
}

/* Ocupación: mostrar en una línea "Huéspedes : N" */
.hj93-bh__cell:nth-child(4) .hj93-bh__trigger {
    align-items: center;
    gap: 6px;
}
.hj93-bh__cell:nth-child(4) .hj93-bh__label {
    white-space: nowrap;
}
.hj93-bh__cell:nth-child(4) .hj93-bh__value-row {
    gap: 0;
}

/* ── PROMO ── */
#hj93-bh-form .hj93-bh__promo {
    width: 100%;
    border: none;
    outline: none;
    background: transparent;
    font-family: var(--hj93-bh-sans);
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.02em;
    color: #fff;
    padding: 8px 14px;
}

.hj93-bh__promo::placeholder {
    color: rgba(255, 255, 255, 0.45);
}

/* ── BOTÓN SUBMIT ── */
.hj93-bh__submit {
    flex: 0 0 auto;
    align-self: center;
    margin: 0 10px;
    border: 0;
    padding: 10px 18px;
    background: var(--hj93-bh-accent);
    color: #fff;
    font-family: var(--hj93-bh-serif);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    cursor: pointer;
    transition: filter 0.15s ease;
    border-radius: 999px;
    text-align: center;
}

.hj93-bh__submit:hover,
.hj93-bh__submit:focus-visible {
    filter: brightness(1.12);
}

/* ── DROPDOWNS ── */
.hj93-bh__dropdown {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    background: #fff;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.15);
    z-index: 40;
    min-width: 100%;
    border-radius: 4px;
}

.hj93-bh__dropdown--cal {
    width: 300px;
    padding: 14px;
}

.hj93-bh__dropdown--rooms {
    width: 72px;
    padding: 6px 0;
}

.hj93-bh__dropdown--occ {
    width: 260px;
    padding: 0;
    overflow: visible;
}

/* ── ROOMS LIST ── */
.hj93-bh__room-opt {
    display: block;
    width: 100%;
    padding: 8px 0;
    border: 0;
    background: transparent;
    font-family: var(--hj93-bh-sans);
    font-size: 16px;
    color: #555;
    cursor: pointer;
    text-align: center;
}

.hj93-bh__room-opt.is-active,
.hj93-bh__room-opt:hover {
    background: var(--hj93-bh-accent);
    color: #fff;
}

/* ── OCUPACIÓN: HEADER ── */
.hj93-bh__occ-room {
    border-bottom: 1px solid #f0f0f0;
}

.hj93-bh__occ-room:last-child {
    border-bottom: 0;
}

.hj93-bh__occ-header {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.hj93-bh__occ-hcol {
    position: relative;
    border-right: 1px solid #f0f0f0;
}

.hj93-bh__occ-hcol:last-child {
    border-right: 0;
}

.hj93-bh__occ-col-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 12px 4px 10px;
    border: 0;
    background: transparent;
    cursor: pointer;
    font: inherit;
    color: inherit;
    user-select: none;
}

.hj93-bh__occ-col-btn:hover {
    background-color: transparent;
}

.hj93-bh__occ-col-label {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.02em;
    color: #888;
}

.hj93-bh__occ-col-val {
    font-family: var(--hj93-bh-serif);
    font-size: 22px;
    font-weight: 300;
    color: #333;
    line-height: 1.3;
}

/* ── OCUPACIÓN: LISTA FLOTANTE ── */
.hj93-bh__occ-list {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #fff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
    z-index: 50;
    border-radius: 0 0 4px 4px;
}

.hj93-bh__occ-opt {
    display: block;
    width: 100%;
    padding: 6px 0;
    border: 0;
    background: transparent;
    font-family: var(--hj93-bh-serif);
    font-size: 15px;
    color: #555;
    cursor: pointer;
    text-align: center;
}

.hj93-bh__occ-opt.is-active,
.hj93-bh__occ-opt:hover {
    background: var(--hj93-bh-accent);
    color: #fff;
}

/* ── EDADES ── */
.hj93-bh__occ-ages {
    padding: 6px 16px 12px;
}

/* ── STEPPER ── */
.hj93-bh__stepper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 6px 0;
}

.hj93-bh__stepper-label {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.02em;
    color: #888;
    flex: 1 1 auto;
}

.hj93-bh__stepper-value {
    font-family: var(--hj93-bh-serif);
    font-size: 18px;
    font-weight: 300;
    min-width: 1.4em;
    text-align: center;
    color: #333;
}

.hj93-bh__step-btn {
    width: 30px;
    height: 30px;
    border: 0;
    background: var(--hj93-bh-accent);
    color: #fff;
    cursor: pointer;
    line-height: 1;
    font-size: 16px;
    font-weight: 700;
    padding: 0;
    border-radius: 50%;
    transition: filter 0.15s ease;
}

.hj93-bh__step-btn:hover:not(:disabled) {
    filter: brightness(1.15);
}

.hj93-bh__step-btn:disabled {
    opacity: 0.3;
    cursor: default;
}

/* ── CALENDARIO ── */
.hj93-bh__cal-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.hj93-bh__cal-title {
    font-family: var(--hj93-bh-sans);
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

.hj93-bh__cal-nav {
    width: 28px;
    height: 28px;
    border: 0;
    background: transparent;
    font-size: 20px;
    line-height: 1;
    color: var(--hj93-bh-accent);
    cursor: pointer;
}

.hj93-bh__cal-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 0;
}

.hj93-bh__cal-dow {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    letter-spacing: 0.06em;
    color: #aaa;
    padding: 4px 0 8px;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
}

.hj93-bh__cal-empty {
    min-height: 32px;
}

.hj93-bh__cal-day {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 32px;
    border: 0;
    background: transparent;
    font-family: var(--hj93-bh-sans);
    font-size: 13px;
    color: #333;
    cursor: pointer;
    border-radius: 50%;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
}

.hj93-bh__cal-day.is-today {
    box-shadow: inset 0 0 0 1px var(--hj93-bh-accent);
}

.hj93-bh__cal-day.is-selected,
.hj93-bh__cal-day:hover:not(:disabled) {
    background: var(--hj93-bh-accent);
    color: #fff;
}

.hj93-bh__cal-day:disabled {
    color: #ccc;
    cursor: default;
}

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
    .hj93-bh {
        flex-wrap: wrap;
        min-height: 0;
    }

    .hj93-bh__cell {
        flex: 1 1 50%;
        border-bottom: 1px solid var(--hj93-bh-line);
    }

    .hj93-bh__cell--promo {
        flex: 1 1 50%;
    }

    .hj93-bh__submit {
        flex: 0 0 auto;
        margin: 8px auto;
    }

    .hj93-bh__dropdown--occ,
    .hj93-bh__dropdown--cal {
        width: min(280px, calc(100vw - 32px));
    }
}

@media (max-width: 560px) {
    .hj93-bh__cell,
    .hj93-bh__cell--promo {
        flex: 1 1 100%;
        border-right: 0;
    }

    .hj93-bh__dropdown {
        left: 12px;
        right: 12px;
        width: auto;
        min-width: 0;
    }
}
