:root {
    --ghd-blue: #4054b2;
    --ghd-blue-dark: #304192;
    --ghd-text: #111111;
    --ghd-muted: #60646f;
    --ghd-line: #dfe3ef;
    --ghd-soft: #f7f8fc;
    --ghd-white: #ffffff;
    --ghd-radius: 16px;
    --ghd-shadow: 0 10px 26px rgba(17, 17, 17, .08);
}

.ghd-form-shell,
.ghd-directory,
.ghd-single {
    box-sizing: border-box;
    color: var(--ghd-text);
    font-family: inherit;
}

.ghd-form-shell *,
.ghd-directory *,
.ghd-single * { box-sizing: border-box; }

/* FORMULARIO */
.ghd-form-shell {
    max-width: 1160px;
    margin: 30px auto;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--ghd-line);
    border-radius: 20px;
    box-shadow: var(--ghd-shadow);
}

.ghd-form-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 26px;
    min-height: 180px;
    padding: 34px 42px;
    color: #fff;
    background: var(--ghd-blue);
}

.ghd-form-header__copy { max-width: 760px; }
.ghd-form-header h2 {
    margin: 0 0 12px !important;
    color: #fff !important;
    font-size: clamp(1.8rem, 3vw, 2.7rem) !important;
    line-height: 1.1 !important;
    text-align: left !important;
}
.ghd-form-header p { margin: 0; color: #fff; font-size: 1rem; opacity: .94; }
.ghd-form-header__brand { flex: 0 0 180px; text-align: center; }
.ghd-guide-logo { display: block; max-width: 170px; max-height: 105px; width: auto; height: auto; margin-left: auto; object-fit: contain; }
.ghd-guide-logo-fallback {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    min-width: 150px;
    min-height: 76px;
    padding: 10px 14px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 8px;
    line-height: 1;
}
.ghd-guide-logo-fallback strong { font-size: 1.35rem; letter-spacing: .04em; }
.ghd-guide-logo-fallback small { margin-top: 7px; font-size: .68rem; letter-spacing: .13em; }

.ghd-form { padding: 34px 38px 42px; }
.ghd-form fieldset {
    margin: 0 0 26px;
    padding: 24px;
    background: #fff;
    border: 1px solid var(--ghd-line);
    border-radius: 14px;
}
.ghd-form legend { padding: 0 9px; color: var(--ghd-blue); font-size: 1.08rem; font-weight: 800; }
.ghd-form label { display: block; margin-bottom: 15px; color: var(--ghd-text); font-weight: 700; }
.ghd-form label > span, .ghd-consent span { color: var(--ghd-blue); }
.ghd-form input:not([type="checkbox"]):not([type="radio"]),
.ghd-form select,
.ghd-form textarea {
    width: 100%;
    margin-top: 7px;
    padding: 12px 13px;
    color: var(--ghd-text);
    background: #fff;
    border: 1px solid #bec5d8;
    border-radius: 9px;
    font: inherit;
    font-weight: 400;
}
.ghd-form input:focus, .ghd-form select:focus, .ghd-form textarea:focus {
    border-color: var(--ghd-blue);
    outline: 3px solid rgba(64,84,178,.12);
}
.ghd-form small { display: block; margin-top: 6px; color: var(--ghd-muted); font-weight: 400; }
.ghd-grid { display: grid; gap: 0 18px; }
.ghd-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.ghd-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.ghd-service-form-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px 26px;
    margin-bottom: 24px;
}
.ghd-service-form-group h4 { margin: 0 0 10px; color: var(--ghd-blue); font-size: 1rem; }
.ghd-service-form-group label { margin: 7px 0; font-weight: 500; }
.ghd-service-form-group input { margin-right: 7px; }
.ghd-service-details-form { padding-top: 8px; border-top: 1px solid var(--ghd-line); }
.ghd-consent {
    display: flex !important;
    align-items: flex-start;
    gap: 9px;
    padding: 17px;
    background: var(--ghd-soft);
    border-radius: 10px;
    font-weight: 500 !important;
}
.ghd-submit,
.ghd-add-room {
    border: 0;
    border-radius: 10px;
    color: #fff;
    background: var(--ghd-blue);
    font: inherit;
    font-weight: 800;
    cursor: pointer;
}
.ghd-submit { width: 100%; min-height: 56px; padding: 13px 20px; font-size: 1.05rem; }
.ghd-add-room { padding: 11px 16px; }
.ghd-submit:hover, .ghd-add-room:hover { background: var(--ghd-blue-dark); }
.ghd-honeypot { position: absolute !important; left: -99999px !important; height: 1px; overflow: hidden; }
.ghd-notice { margin: 22px 34px 0; padding: 14px 18px; border-radius: 10px; }
.ghd-notice ul { margin: 0; padding-left: 20px; }
.ghd-notice--success { color: #18552e; background: #e7f6eb; border: 1px solid #9bd3aa; }
.ghd-notice--error { color: #7e281d; background: #ffebe7; border: 1px solid #eab1a8; }


.ghd-photo-rule {
    margin: 0 0 18px;
    padding: 12px 14px;
    color: var(--ghd-text);
    background: #f2f4ff;
    border: 1px solid #d9def7;
    border-radius: 9px;
    font-size: .88rem;
    line-height: 1.55;
}

.ghd-room-builder { margin-top: 14px; }
.ghd-public-room {
    margin: 16px 0;
    padding: 18px;
    background: var(--ghd-soft);
    border: 1px solid var(--ghd-line);
    border-radius: 12px;
}
.ghd-public-room__heading { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; }
.ghd-room-remove { border: 0; color: #9d1f1f; background: transparent; font-weight: 700; cursor: pointer; }

/* DIRECTORIO - TARJETAS VERTICALES */
.ghd-region-section { margin: 28px 0 44px; }
.ghd-region-heading h2 { margin: 0 0 18px; color: var(--ghd-blue); }

/*
 * ÚNICO CAMBIO DE DISEÑO v2.8.3:
 * la tarjeta del directorio pasa de horizontal a vertical.
 * Se conservan exactamente el contenido, enlaces y datos de v2.8.2.
 */
.ghd-card-grid.ghd-card-grid--list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    align-items: stretch;
}

.ghd-card.ghd-card--list {
    display: flex;
    flex-direction: column;
    gap: 0;
    min-width: 0;
    height: 100%;
    padding: 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--ghd-line);
    border-radius: 14px;
    box-shadow: 0 3px 12px rgba(17,17,17,.04);
    transition: box-shadow .22s ease, transform .22s ease, border-color .22s ease;
}

.ghd-card.ghd-card--list:hover {
    border-color: #cfd5e8;
    box-shadow: 0 14px 34px rgba(17,17,17,.15);
    transform: translateY(-3px);
}

.ghd-card__image--list {
    display: block;
    width: 100%;
    aspect-ratio: 3 / 2;
    min-height: 0;
    overflow: hidden;
    background: #f1f3f9;
    border-radius: 0;
    text-decoration: none !important;
}

.ghd-card__image--list img {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    display: block;
    transform: none !important;
}

.ghd-card__placeholder {
    display: grid;
    width: 100%;
    height: 100%;
    min-height: 0;
    place-items: center;
    color: var(--ghd-blue);
    font-weight: 800;
}

.ghd-card__body--list {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 0;
    padding: 17px;
}

.ghd-card__main {
    flex: 1;
    min-width: 0;
}

.ghd-card__head-line {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px;
    margin-bottom: 6px;
}

.ghd-card__head-line h3 {
    margin: 0;
    font-size: 18px;
    line-height: 1.3;
}

.ghd-card__head-line h3 a {
    color: var(--ghd-blue);
    text-decoration: none !important;
}

.ghd-card__stars {
    color: var(--ghd-blue);
    font-size: .78rem;
    letter-spacing: .05em;
}

.ghd-card__location-line {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    margin: 0 0 10px;
    color: var(--ghd-muted);
    font-size: .72rem;
    line-height: 1.5;
    font-weight: 600;
}

.ghd-map-icon-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    margin-left: 3px;
    color: var(--ghd-blue);
    text-decoration: none !important;
}

.ghd-map-icon-link svg {
    width: 17px;
    height: 17px;
    fill: currentColor;
}

.ghd-map-icon-link::after {
    content: attr(data-tooltip);
    position: absolute;
    left: 50%;
    bottom: calc(100% + 7px);
    z-index: 20;
    transform: translate(-50%, 4px);
    padding: 6px 8px;
    color: #fff;
    background: #111;
    border-radius: 6px;
    font-size: .72rem;
    font-weight: 600;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity .16s ease, transform .16s ease;
}

.ghd-map-icon-link:hover::after,
.ghd-map-icon-link:focus::after {
    opacity: 1;
    transform: translate(-50%, 0);
}

.ghd-card__excerpt,
.ghd-card__meta-text,
.ghd-card__subline {
    margin: 0 0 10px;
    color: #252525;
    font-size: .82rem;
    line-height: 1.55;
}

.ghd-card__meta-text strong,
.ghd-card__subline strong {
    color: var(--ghd-blue);
}

.ghd-card__experiences {
    margin-top: 12px;
    margin-bottom: 4px;
}

/* La antigua columna derecha pasa debajo del contenido. */
.ghd-card__side {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 0;
    margin-top: 7px;
    padding: 14px 0 0;
    border-left: 0;
    border-top: 1px solid var(--ghd-line);
}

.ghd-card__from {
    margin: 0 0 11px;
    color: var(--ghd-muted);
    font-size: .78rem;
    font-weight: 700;
    text-align: left;
}

.ghd-card__from span {
    display: inline-block;
    margin-left: 4px;
    color: var(--ghd-blue);
    font-size: 1.45rem;
    line-height: 1.05;
}

.ghd-card__included {
    display: block;
    margin: 0 0 15px;
    color: #252525;
    font-size: .76rem;
    line-height: 1.55;
}

.ghd-card__included strong {
    display: block;
    margin-bottom: 3px;
    color: #111;
}

.ghd-card__included span {
    display: block;
    color: var(--ghd-muted);
}

.ghd-card__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: auto;
}

.ghd-card__actions .ghd-card__cta:only-child {
    grid-column: 1 / -1;
}

.ghd-card__cta {
    display: inline-flex;
    width: 100%;
    min-height: 44px;
    padding: 10px 14px;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    background: var(--ghd-blue);
    border-radius: 7px;
    font-size: .78rem;
    font-weight: 800;
    text-decoration: none !important;
}

.ghd-card__cta:hover {
    background: var(--ghd-blue-dark);
}

.ghd-empty { padding: 16px; background: var(--ghd-soft); border-radius: 10px; }
.ghd-pagination { display: flex; flex-wrap: wrap; justify-content: center; gap: 7px; margin-top: 26px; }
.ghd-pagination .page-numbers { display: inline-flex; align-items: center; justify-content: center; min-width: 40px; min-height: 40px; padding: 0 11px; color: var(--ghd-blue); background: #fff; border: 1px solid var(--ghd-line); border-radius: 999px; text-decoration: none !important; font-weight: 700; }
.ghd-pagination .current, .ghd-pagination .page-numbers:hover { color: #fff; background: var(--ghd-blue); border-color: var(--ghd-blue); }

/* FICHA INDIVIDUAL */
.single-hotel_guia .entry-header,
.single-hotel_guia .page-header,
.single-hotel_guia .entry-title { display: none !important; }
.ghd-single { width: 100%; max-width: 1180px; margin: 100px auto 50px; padding: 0 16px; }
.ghd-hotel-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    min-height: 110px;
    margin: 20px 0 18px;
    padding: 16px 20px;
    text-align: center;
    background: #fff;
}
.ghd-hotel-logo { flex: 0 0 100px; display: flex; align-items: center; justify-content: center; }
.ghd-hotel-logo img { display: block; max-width: 100px; max-height: 90px; width: auto; height: auto; object-fit: contain; }
.ghd-hotel-logo span { display: grid; width: 74px; height: 74px; place-items: center; color: #fff; background: var(--ghd-blue); border-radius: 14px; font-size: 2rem; font-weight: 800; }
.ghd-hotel-heading { min-width: 0; max-width: 820px; }
.ghd-hotel-heading h1 {
    max-width: 100%;
    margin: 0 0 7px !important;
    color: #111 !important;
    background: transparent !important;
    font-size: clamp(1.75rem, 3vw, 2.6rem) !important;
    font-weight: 700 !important;
    line-height: 1.12 !important;
    text-align: center !important;
    overflow-wrap: anywhere;
    word-break: normal;
}
.ghd-hotel-heading p { margin: 0; color: var(--ghd-muted); font-size: .96rem; font-weight: 600; text-align: center; }

.ghd-single-carousel { position: relative; width: 100%; margin: 0 0 24px; }
.ghd-carousel-viewport { overflow: hidden; border-radius: 14px; }
.ghd-carousel-track { display: flex; gap: 12px; will-change: transform; transition: transform .42s ease; }
.ghd-carousel-slide { flex: 0 0 calc((100% - 24px) / 3); aspect-ratio: 4 / 3; overflow: hidden; background: #f2f3f7; border-radius: 12px; }
.ghd-carousel-slide img { display: block; width: 100%; height: 100%; object-fit: cover; pointer-events: none; user-select: none; }
.ghd-carousel-arrow { position: absolute; top: 50%; z-index: 5; width: 42px; height: 42px; padding: 0; transform: translateY(-50%); color: #fff; background: rgba(17,17,17,.72); border: 0 !important; border-radius: 50%; outline: 0 !important; font-size: 2rem; line-height: 1; cursor: pointer; }
.ghd-carousel-arrow--prev { left: 12px; }.ghd-carousel-arrow--next { right: 12px; }
.ghd-carousel-arrow:hover { background: var(--ghd-blue); }

.ghd-panel {
    width: 100%;
    margin: 22px 0;
    padding: 24px;
    background: #fff;
    border: 1px solid var(--ghd-line);
    border-radius: var(--ghd-radius);
    box-shadow: 0 4px 16px rgba(17,17,17,.04);
}
.ghd-panel > h2 { margin: 0 0 18px; color: var(--ghd-blue); font-size: 1.45rem; }
.ghd-description-text { color: #242424; line-height: 1.7; }
.ghd-description-text p:last-child { margin-bottom: 0; }
.ghd-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin: 20px 0; }
.ghd-facts > div { padding: 15px; background: var(--ghd-soft); border: 1px solid #edf0f7; border-radius: 10px; }
.ghd-facts small { display: block; margin-bottom: 4px; color: var(--ghd-muted); }
.ghd-facts strong { color: #111; }

.ghd-room-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.ghd-room-card { overflow: hidden; background: #fff; border: 1px solid var(--ghd-line); border-radius: 12px; }
.ghd-room-card__image { aspect-ratio: 16 / 9; overflow: hidden; background: #f2f3f7; }
.ghd-room-card__image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ghd-room-card__content { padding: 18px; }
.ghd-room-card h3 { margin: 0 0 10px; color: var(--ghd-blue); font-size: 1.2rem; }
.ghd-room-card p { margin: 0 0 10px; line-height: 1.55; }
.ghd-room-meta { display: flex; flex-wrap: wrap; gap: 7px; margin: 10px 0; }
.ghd-room-meta span { padding: 6px 9px; background: var(--ghd-soft); border-radius: 7px; font-size: .85rem; }
.ghd-room-price { color: var(--ghd-blue); font-size: 1.05rem; }
.ghd-legacy-room-text { line-height: 1.7; }

.ghd-services-layout { columns: 3 250px; column-gap: 28px; }
.ghd-service-group { break-inside: avoid; margin: 0 0 22px; }
.ghd-service-group h3 { display: flex; align-items: center; gap: 9px; margin: 0 0 9px; color: var(--ghd-blue); font-size: 1.02rem; }
.ghd-service-group h3 span { color: var(--ghd-blue); font-size: 1.1rem; }
.ghd-service-group ul { margin: 0; padding: 0; list-style: none; }
.ghd-service-group li { margin: 7px 0; color: #222; font-size: .92rem; line-height: 1.4; }
.ghd-detail-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 10px; padding-top: 18px; border-top: 1px solid var(--ghd-line); }
.ghd-detail-item { min-width: 0; padding: 14px; background: var(--ghd-soft); border-radius: 10px; }
.ghd-detail-item strong { display: block; margin-bottom: 7px; color: var(--ghd-blue); }
.ghd-detail-item p { margin: 0; line-height: 1.55; overflow-wrap: anywhere; }
.ghd-video { position: relative; overflow: hidden; width: 100%; padding-top: 56.25%; border-radius: 12px; background: #000; }
.ghd-video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

.ghd-contact-box { text-align: center; }
.ghd-contact-box > h2 { text-align: center; }
.ghd-contact-copy { max-width: 760px; margin: 0 auto 18px; text-align: center; }
.ghd-contact-copy p { margin: 7px 0; }
.ghd-contact-copy a { color: var(--ghd-blue); }
.ghd-contact-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.ghd-contact-button { display: inline-flex; align-items: center; justify-content: center; width: 180px; min-height: 48px; padding: 10px 14px; color: #fff !important; background: var(--ghd-blue); border-radius: 9px; font-weight: 800; text-decoration: none !important; }
.ghd-contact-button:hover { background: var(--ghd-blue-dark); }

@media (max-width: 900px) {
    .ghd-grid--3, .ghd-service-form-grid, .ghd-facts, .ghd-detail-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .ghd-card-grid.ghd-card-grid--list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .ghd-carousel-slide { flex-basis: calc((100% - 12px) / 2); }
    .ghd-room-cards { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
    .ghd-form-header { flex-direction: column-reverse; align-items: center; padding: 28px 22px; text-align: center; }
    .ghd-form-header h2, .ghd-form-header p { text-align: center !important; }
    .ghd-form-header__brand { flex-basis: auto; }
    .ghd-guide-logo { margin: 0 auto; }
    .ghd-form { padding: 20px 16px 28px; }
    .ghd-form fieldset { padding: 17px; }
    .ghd-grid--2, .ghd-grid--3, .ghd-service-form-grid, .ghd-facts, .ghd-detail-grid { grid-template-columns: 1fr; }
    .ghd-card-grid.ghd-card-grid--list { grid-template-columns: 1fr; }
    .ghd-card__body--list { padding: 15px; }
    .ghd-hotel-header { flex-direction: column; gap: 10px; margin-top: 20px; padding: 14px; }
    .ghd-hotel-logo { flex-basis: auto; }
    .ghd-hotel-heading h1 { font-size: clamp(1.55rem, 8vw, 2rem) !important; }
    .ghd-carousel-slide { flex-basis: 100%; }
    .ghd-panel { padding: 18px; }
    .ghd-services-layout { columns: 1; }
    .ghd-contact-button { width: 100%; }
}
.ghd-carousel--count-1 .ghd-carousel-slide { flex-basis: 100%; }
.ghd-carousel--count-2 .ghd-carousel-slide { flex-basis: calc((100% - 12px) / 2); }
@media (max-width: 620px) {
    .ghd-carousel--count-2 .ghd-carousel-slide { flex-basis: 100%; }
}

/* v2.8.5: fecha de última actualización */
.ghd-last-updated {
    margin: 10px 0 0;
    text-align: right;
    font-size: 12px;
    color: #6b7280;
}

/* =========================================================
 * v2.9.1 — ficha, OpenStreetMap/Leaflet y alojamientos relacionados
 * =======================================================*/

/* Solo el nombre del alojamiento usa el azul del directorio. */
.ghd-hotel-heading h1 {
    color: var(--ghd-blue) !important;
}
.ghd-hotel-heading p {
    color: var(--ghd-muted) !important;
}

/* Icono "Ver en el mapa" en las tarjetas del directorio. */
button.ghd-map-icon-link {
    padding: 0;
    border: 0 !important;
    outline: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    cursor: pointer;
    font: inherit;
}
button.ghd-map-icon-link:hover,
button.ghd-map-icon-link:focus {
    color: var(--ghd-blue-dark);
}

/* Mapa dentro de la ficha: aparece entre Habitaciones y Servicios. */
.ghd-location-map { overflow: hidden; }
.ghd-map-frame {
    position: relative;
    width: 100%;
    height: 360px;
    overflow: hidden;
    background: var(--ghd-soft);
    border-radius: 12px;
}
.ghd-leaflet-map {
    width: 100%;
    height: 100%;
    min-height: 300px;
    z-index: 1;
}
.ghd-map-frame .leaflet-container {
    font: inherit;
    background: #eef2f5;
}

/* El botón Ver mapa del bloque final abre un popup, no otra página. */
button.ghd-contact-button {
    border: 0;
    font: inherit;
    cursor: pointer;
}

/* Popup de mapa reutilizable para ficha individual y tarjetas. */
.ghd-map-modal {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 22px;
    background: rgba(0, 0, 0, .58);
}
.ghd-map-modal.is-open { display: flex; }
.ghd-map-modal__dialog {
    position: relative;
    width: min(760px, 94vw);
    max-height: 86vh;
    overflow: hidden;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 24px 70px rgba(0,0,0,.3);
}
.ghd-map-modal__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 13px 16px;
    border-bottom: 1px solid var(--ghd-line);
}
.ghd-map-modal__title {
    margin: 0;
    color: var(--ghd-blue);
    font-size: 1rem;
    font-weight: 800;
}
.ghd-map-modal__close {
    display: inline-grid;
    width: 36px;
    height: 36px;
    padding: 0;
    place-items: center;
    color: #111;
    background: #fff;
    border: 1px solid var(--ghd-line);
    border-radius: 50%;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}
.ghd-map-modal__frame {
    width: 100%;
    height: min(500px, 67vh);
    background: var(--ghd-soft);
}
.ghd-map-modal__leaflet {
    width: 100%;
    height: 100%;
    min-height: 320px;
}
.ghd-map-modal__frame .leaflet-container {
    font: inherit;
    background: #eef2f5;
}
body.ghd-map-modal-open { overflow: hidden; }

/* Carrusel final con alojamientos de la misma ciudad. */
.ghd-related-section {
    width: 100%;
    margin: 38px 0 0;
    padding-top: 26px;
    border-top: 1px solid var(--ghd-line);
}
.ghd-related-heading h2 {
    margin: 0 0 18px;
    color: var(--ghd-blue);
    font-size: 1.55rem;
}
.ghd-related-carousel { position: relative; width: 100%; }
.ghd-related-viewport { overflow: hidden; padding: 3px; }
.ghd-related-track {
    display: flex;
    gap: 20px;
    align-items: stretch;
    will-change: transform;
    transition: transform .42s ease;
}
.ghd-related-slide {
    flex: 0 0 calc((100% - 40px) / 3);
    min-width: 0;
}
.ghd-related-slide > .ghd-card { height: 100%; }
.ghd-related-carousel > .ghd-carousel-arrow--prev { left: 10px; }
.ghd-related-carousel > .ghd-carousel-arrow--next { right: 10px; }

@media (max-width: 900px) {
    .ghd-related-slide { flex-basis: calc((100% - 20px) / 2); }
}
@media (max-width: 620px) {
    .ghd-map-frame { height: 300px; }
    .ghd-map-modal { padding: 12px; }
    .ghd-map-modal__frame { height: 62vh; }
    .ghd-related-slide { flex-basis: 100%; }
}

/* OpenStreetMap / Leaflet */
.ghd-single .leaflet-control-attribution,
.ghd-map-modal .leaflet-control-attribution {
    font-size: 10px;
}
.ghd-single .leaflet-popup-content,
.ghd-map-modal .leaflet-popup-content {
    margin: 10px 12px;
    color: var(--ghd-text);
}


/* =========================================================
 * v2.9.2 — cabecera, etiquetas de mapa, habitaciones y servicios
 * =======================================================*/

/* Oculta la navegación anterior/siguiente del tema: la ficha usa una navegación propia. */
.single-hotel_guia nav.navigation.post-navigation,
.single-hotel_guia .post-navigation,
.single-hotel_guia .ast-post-navigation,
.single-hotel_guia .ast-single-post-order { display: none !important; }

/* Cabecera en tres columnas: logo del alojamiento, identidad y logo PROTUREC. */
.ghd-hotel-header {
    display: grid;
    grid-template-columns: minmax(100px, 150px) minmax(0, 1fr) minmax(100px, 150px);
    align-items: center;
    justify-content: stretch;
    gap: 24px;
}
.ghd-hotel-logo { min-width: 0; justify-self: start; }
.ghd-hotel-logo a,
.ghd-hotel-guide-brand a,
.ghd-hotel-heading h1 a {
    text-decoration: none !important;
    outline: none;
    box-shadow: none;
}
.ghd-hotel-logo a { display: inline-flex; align-items: center; justify-content: center; }
.ghd-hotel-heading { width: 100%; max-width: none; justify-self: center; text-align: center; }
.ghd-hotel-heading h1,
.ghd-hotel-heading h1 a {
    color: var(--ghd-blue) !important;
    font-family: inherit !important;
    font-weight: 800 !important;
}
.ghd-hotel-heading h1 a:hover { color: var(--ghd-blue-dark) !important; }
.ghd-hotel-heading p {
    margin: 0;
    color: var(--ghd-muted) !important;
    font-weight: 700;
    text-align: center;
}
.ghd-hotel-guide-brand { min-width: 0; justify-self: end; text-align: right; }
.ghd-hotel-guide-brand a { display: inline-flex; align-items: center; justify-content: flex-end; }
.ghd-hotel-guide-brand .ghd-guide-logo {
    max-width: 145px;
    max-height: 88px;
    margin: 0;
}
.ghd-hotel-guide-brand .ghd-guide-logo-fallback {
    min-width: 132px;
    min-height: 68px;
    margin: 0;
    color: #111;
    background: #fff;
    border-color: #111;
}

/* El nombre del hotel queda visible permanentemente encima del marcador OpenStreetMap. */
.ghd-map-hotel-label {
    padding: 8px 12px !important;
    color: var(--ghd-blue) !important;
    background: #fff !important;
    border: 1px solid #d8ddec !important;
    border-radius: 9px !important;
    box-shadow: 0 5px 14px rgba(17, 17, 17, .16) !important;
    font-family: inherit !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    white-space: nowrap;
}
.leaflet-tooltip-top.ghd-map-hotel-label::before { border-top-color: #fff !important; }

/* Títulos principales de las secciones: mismo lenguaje visual que el nombre del hotel. */
.ghd-description-panel > h2,
.ghd-rooms-panel > h2,
.ghd-location-map > h2,
.ghd-services-panel > h2,
.ghd-contact-box > h2,
.ghd-related-heading h2 {
    margin-bottom: 18px;
    color: var(--ghd-blue) !important;
    font-family: inherit !important;
    font-size: clamp(1.65rem, 2.4vw, 2.05rem) !important;
    font-weight: 800 !important;
    line-height: 1.15;
}

/* Texto introductorio e inclusión de la tarifa antes de las tarjetas de habitación. */
.ghd-rooms-intro {
    margin: -2px 0 20px;
    color: #30323a;
    font-size: .98rem;
    line-height: 1.65;
}
.ghd-rooms-intro p { margin: 0 0 7px; }
.ghd-room-includes { color: var(--ghd-text); }
.ghd-room-includes strong { color: var(--ghd-blue); font-weight: 800; }

/* Servicios: iconos de grupo más grandes, claros y con trazo fuerte. */
.ghd-service-group h3 {
    gap: 11px;
    margin-bottom: 11px;
    color: var(--ghd-blue);
    font-size: 1.08rem;
    font-weight: 800;
}
.ghd-service-group__icon {
    display: inline-grid;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    place-items: center;
    color: var(--ghd-blue);
}
.ghd-service-group__icon svg {
    display: block;
    width: 30px;
    height: 30px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.25;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.ghd-service-group li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin: 8px 0;
}
.ghd-service-check {
    flex: 0 0 auto;
    color: var(--ghd-blue);
    font-size: 1.08rem;
    font-weight: 900;
    line-height: 1.25;
}

/* Fecha: más pequeña, centrada e inmediatamente debajo de los botones. */
.ghd-last-updated {
    margin: 9px 0 0 !important;
    text-align: center !important;
    color: #7a7f8a;
    font-size: 10px !important;
    font-weight: 400;
    line-height: 1.3;
}

/* Navegación final propia: muestra directamente los nombres reales. */
.ghd-hotel-adjacent-nav {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 20px;
    width: 100%;
    margin: 28px 0 0;
    padding: 18px 6px 4px;
    border-top: 1px solid var(--ghd-line);
}
.ghd-hotel-adjacent-nav__previous { text-align: left; }
.ghd-hotel-adjacent-nav__next { text-align: right; }
.ghd-hotel-adjacent-nav a {
    color: var(--ghd-blue) !important;
    font-size: .92rem;
    font-weight: 800;
    text-decoration: none !important;
}
.ghd-hotel-adjacent-nav a:hover { color: var(--ghd-blue-dark) !important; }

@media (max-width: 700px) {
    .ghd-hotel-header {
        grid-template-columns: 82px minmax(0, 1fr) 82px;
        gap: 10px;
        padding-left: 8px;
        padding-right: 8px;
    }
    .ghd-hotel-logo img { max-width: 76px; max-height: 72px; }
    .ghd-hotel-guide-brand .ghd-guide-logo { max-width: 80px; max-height: 62px; }
    .ghd-hotel-guide-brand .ghd-guide-logo-fallback { min-width: 76px; min-height: 54px; padding: 6px; }
    .ghd-hotel-guide-brand .ghd-guide-logo-fallback strong { font-size: .85rem; }
    .ghd-hotel-guide-brand .ghd-guide-logo-fallback small { font-size: .46rem; }
    .ghd-hotel-heading h1 { font-size: clamp(1.35rem, 6vw, 1.85rem) !important; }
    .ghd-hotel-heading p { font-size: .78rem; }
    .ghd-map-hotel-label { max-width: 220px; white-space: normal; text-align: center; }
}

@media (max-width: 480px) {
    .ghd-hotel-header {
        grid-template-columns: 66px minmax(0, 1fr) 66px;
        gap: 7px;
    }
    .ghd-hotel-logo img { max-width: 58px; max-height: 58px; }
    .ghd-hotel-guide-brand .ghd-guide-logo { max-width: 64px; max-height: 52px; }
    .ghd-hotel-heading p { font-size: .72rem; }
    .ghd-hotel-adjacent-nav { grid-template-columns: 1fr; gap: 10px; }
    .ghd-hotel-adjacent-nav__previous,
    .ghd-hotel-adjacent-nav__next { text-align: center; }
}
