:root {
    --playa-blue: #1d5ccf;
    --playa-blue-dark: #0f3e9a;
    --playa-text-light: #f4f7ff;
    --playa-surface: rgba(245, 248, 255, 0.96);
    --playa-border: rgba(53, 90, 170, 0.18);
}

body.playa-page .navbar.fixed-top {
    background-color: transparent !important;
    transition: background-color 0.25s ease-in-out;
}

body.playa-page .navbar.fixed-top.navbar-scrolled {
    background-color: #294781 !important;
}

body.playa-page .btn-nav-alojamiento.btn-blue {
    margin-right: 10px;
    padding: 9px 18px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.48);
    background: linear-gradient(135deg, #f8fbff, #e5efff);
    color: #0f5cb7;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.02em;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 8px 20px rgba(10, 31, 72, 0.22);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

body.playa-page .btn-nav-alojamiento.btn-blue:hover,
body.playa-page .btn-nav-alojamiento.btn-blue:focus {
    color: #0a4f9f;
    border-color: rgba(255, 255, 255, 0.78);
    background: linear-gradient(135deg, #ffffff, #dbeaff);
    box-shadow: 0 12px 24px rgba(8, 28, 64, 0.3);
    transform: translateY(-1px);
    text-decoration: none;
}

body.playa-page .nuevo-buscador-mascotas {
    background-image: linear-gradient(120deg, rgba(7, 29, 79, 0.62), rgba(58, 92, 173, 0.34)), url("https://hotelesmascotas.com/img/hoteles-primera-linea-playa-mascotas-perros.jpg");
    background-size: cover;
    background-position: center center;
    padding-bottom: 10px;
}

body.playa-page .hero-main-title {
    margin: 90px 0 0 0;
    font-size: 32px;
    line-height: 1.03;
    color: #ffffff;
    text-shadow: 0 6px 24px rgba(10, 24, 64, 0.45);
}

body.playa-page .hero-main-title span {
    display: block;
    color: var(--playa-text-light);
    font-size: 0.92em;
    font-weight: 500;
    opacity: 0.95;
}

body.playa-page .hero-content-row {
    padding: 0 18px;
    justify-content: center;
}

body.playa-page .hero-content-row .row-edad-ninos {
    margin-top: 13px;
    color: #6f7480;
}

body.playa-page .hero-search-col {
    margin: 6px auto 40px auto;
    max-width: 700px;
    transform: translateX(-300px);
}

body.playa-page .subtitulo,
body.playa-page .subtitulo p,
body.playa-page .subtitulo i {
    color: #eaf1ff;
    text-align: center;
}

body.playa-page .subtitulo {
    margin-top: 16px;
}

body.playa-page .hero-support-copy {
    margin: 0;
    font-size: 49px;
    line-height: 1.1;
    font-weight: 400;
    color: #cfdcff;
    text-align: left;
}

body.playa-page .hero-cta {
    border: 0;
    border-radius: 999px;
    padding: 12px 30px;
    margin-top: 12px !important;
    font-size: 20px;
    line-height: 1.1;
    text-transform: none !important;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, var(--playa-blue), #4a81ea);
    box-shadow: 0 12px 28px rgba(21, 56, 133, 0.45);
}

body.playa-page .hero-cta::after {
    content: "\2192";
    font-size: 1em;
    line-height: 1;
}

body.playa-page .hero-cta:hover {
    background: linear-gradient(135deg, #2a69dd, #5b8ef0) !important;
}

body.playa-page .playa-form-wrapper {
    position: relative;
    margin-top: 16px;
    background: rgba(247, 248, 255, 0.9);
    border-radius: 20px;
    border: 1px solid rgba(184, 194, 219, 0.9);
    box-shadow: 0 16px 34px rgba(35, 48, 84, 0.24);
    padding: 14px 16px 16px 16px;
}

body.playa-page .playa-form-top {
    position: relative;
    z-index: 2;
    width: 100%;
    margin-left: 0;
}

body.playa-page .playa-form-bottom {
    position: relative;
    top: 0;
    z-index: 1;
    width: 100%;
    margin-top: 8px;
}

body.playa-page .form-destination-col {
    padding: 0;
    margin-left: 0;
}

body.playa-page .formulario {
    margin-top: 14px;
}

body.playa-page .formulario-row {
    background: transparent;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    margin-top: 8px;
    margin-bottom: 0;
}

body.playa-page .formulario label,
body.playa-page .destino {
    color: #6f7480;
    margin-bottom: 4px;
    text-align: left;
    display: block;
    width: 100%;
    font-size: 18px;
}

body.playa-page .field-label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    font-size: 17px;
    font-weight: 500;
    color: #6f7480;
    margin-bottom: 6px;
    text-align: left;
    width: 100%;
}

body.playa-page .field-label i {
    color: #7f7f85;
    font-size: 18px;
}

body.playa-page .playa-form-wrapper .formulario label i {
    color: #7f7f85;
}

body.playa-page .date-fields-row {
    margin-top: 2px;
}

body.playa-page .formulario input.form-control,
body.playa-page .formulario select.form-control,
body.playa-page .formulario .flatpickr-alt.form-control {
    border-radius: 8px;
    border: 1px solid #c5cbd7;
    height: 40px;
    font-size: 18px;
    color: #7f7f85;
    background-color: #fbfcff;
}

body.playa-page input[type="date"].form-control {
    font-size: 12px;
    font-weight: 500;
    color: #49505a;
}

body.playa-page .flatpickr-alt.form-control {
    font-size: 12px;
    color: #49505a;
    background-color: #fbfcff;
    border: 1px solid #c5cbd7;
    border-radius: 8px;
    height: 40px;
}

body.playa-page .form-control:focus {
    border-color: #7ea0e9;
    box-shadow: 0 0 0 0.2rem rgba(57, 103, 205, 0.18);
}

body.playa-page .destino-autocomplete-wrap {
    position: relative;
}

body.playa-page #list {
    display: none;
    margin-top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    top: calc(100% + 2px);
    z-index: 9999;
    background-color: #fbfcff !important;
    border: 1px solid #c5cbd7;
    border-radius: 8px;
    color: #7f7f85;
    padding: 0 !important;
    margin-bottom: 0;
    overflow: hidden;
    box-sizing: border-box;
}

body.playa-page .formulario .list-items {
    color: #7f7f85;
    font-size: 18px;
    padding: 7px 14px !important;
    background-color: #fbfcff;
}

body.playa-page .formulario .list-items:hover {
    background-color: #eef3ff !important;
}

body.playa-page .occupancy-row {
    margin-top: 14px;
}

body.playa-page .counter-box {
    border: 1px solid #bec5d2;
    border-radius: 8px;
    height: 40px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    justify-items: center;
    background: #f9fbff;
}

body.playa-page .counter-btn {
    border: 0;
    background: transparent;
    color: #6f7480;
    font-size: 30px;
    line-height: 1;
    width: 34px;
    height: 34px;
    padding: 0;
    cursor: pointer;
}

body.playa-page .counter-value {
    color: #6f7480;
    font-size: 24px;
    line-height: 1;
    font-weight: 400;
}

body.playa-page .hm-hidden-select {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    pointer-events: none !important;
    z-index: -1 !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.playa-page .formulario .flex {
    margin-top: 12px;
    border-radius: 8px;
    font-size: 26px;
    font-weight: 700;
    background: linear-gradient(135deg, var(--playa-blue), #294781);
}

body.playa-page .formulario .search-hotels-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-transform: none !important;
}

body.playa-page .formulario .search-hotels-btn span {
    line-height: 1;
}

body.playa-page .formulario .search-hotels-btn i {
    color: #ffffff;
}

body.playa-page .formulario .search-hotels-btn::after {
    content: "\2192";
    font-size: 0.95em;
    line-height: 1;
}

body.playa-page .formulario .flex:hover {
    background: linear-gradient(135deg, #2a69dd, #5b8ef0) !important;
}

/* Localizacion cards: modern visual treatment */
body.playa-page .localizacion {
    margin-top: 30px;
    padding: 8px 0 2px 0;
}

body.playa-page .localizacion .row {
    row-gap: 20px;
}

body.playa-page .localizacion .row + .row {
    margin-top: 22px;
}

body.playa-page .localizacion .row:last-child {
    justify-content: center;
}

body.playa-page .localizacion br {
    display: none;
}

body.playa-page .localizacion .card-tipos {
    border-radius: 8px !important;
    border: 1px solid #d7deeb;
    overflow: hidden;
    box-shadow: 0 8px 22px rgba(20, 42, 92, 0.12);
    background: #ffffff;
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

body.playa-page .localizacion .card-tipos:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(20, 42, 92, 0.2);
}

body.playa-page .localizacion .card-tipos img {
    height: 232px;
    width: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

body.playa-page .localizacion .card-tipos:hover img {
    transform: scale(1.03);
}

body.playa-page .localizacion .card-tipos .card-body {
    padding: 10px;
    background: #ffffff;
}

body.playa-page .localizacion .card-tipos .button .flex {
    margin-top: 0;
    border-radius: 8px;
    padding: 10px 12px !important;
    background: #294781;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    text-decoration: none;
}

body.playa-page .localizacion .card-tipos .button .flex:hover {
    background: linear-gradient(135deg, #1b86d8, #1678c7) !important;
}

body.playa-page .localizacion .card-tipos .button h3 {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.1;
    text-transform: none;
    text-align: center;
    color: #ffffff;
}

body.playa-page .contenedor-estancias {
    margin-top: 26px;
}

body.playa-page .titulo-estancias {
    font-size: 30px;
    margin-bottom: 2px;
}

body.playa-page .card-estancias {
    border: none;
    border-radius: 8px !important;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 8px 18px rgba(46, 56, 74, 0.10);
}

body.playa-page .card-estancias .btn {
    background: #294781;
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
    padding: 6px 16px;
    border: none;
    border-radius: 8px !important;
    transition: all 0.2s;
    text-decoration: none;
    display: inline-block;
    text-transform: none;
    margin-bottom: 0px;
    margin-right: 0px;
}

body.playa-page .card-estancias .btn::after {
    content: "\2192";
    margin-left: 8px;
    font-size: 0.95em;
    line-height: 1;
}

body.playa-page .card-estancias .card-text {
    text-align: inherit;
}

body.playa-page .card-estancias .btn:hover,
body.playa-page .card-estancias .btn:focus {
    background: #294781;
    color: #ffffff;
}

body.playa-page .card-estancias .card-body {
    padding: 18px 18px 14px 18px;
    min-height: 0 !important;
}

body.playa-page .card-estancias .card-title {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 1.08;
    color: #2b3445;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 100%;
    text-align: left;
}

body.playa-page .card-estancias .card-body .card-text {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.52;
    color: #4b5568;
}

body.playa-page .card-estancias .card-text-wrap {
    position: relative;
}

body.playa-page .card-estancias .card-text-wrap.is-collapsed {
    max-height: calc(1.52em * 4);
    overflow: hidden;
}

body.playa-page .card-estancias .card-text-wrap.is-collapsed .card-text {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (max-width: 767.98px) {
    body.playa-page .card-estancias .card-text-wrap.is-collapsed .card-text {
        -webkit-line-clamp: 3;
        line-clamp: 3;
    }
}

body.playa-page .card-estancias .card-text-wrap.is-collapsed::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1.8em;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), #ffffff 92%);
    pointer-events: none;
}

body.playa-page .card-estancias .read-more-btn,
body.playa-page .card-estancias .card-body .read-more {
    margin-top: 4px;
    border: 0;
    background: transparent;
    color: #7b8290;
    font-size: 16px;
    line-height: 1;
    padding: 0;
    display: block;
    text-align: right;
    cursor: pointer;
    text-decoration: none;
}

body.playa-page .card-estancias .read-more-btn::after {
    content: "\203A";
    margin-left: 8px;
    font-size: 1.35em;
    line-height: 1;
}

body.playa-page .card-estancias .read-more-btn.is-expanded::after {
    content: "\2039";
}

body.playa-page .card-estancias .card-body .read-more i {
    margin-left: 4px;
}

body.playa-page .card-estancias img {
    height: auto;
    aspect-ratio: 16 / 9;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

body.playa-page .card-estancias .ubicacion,
body.playa-page .card-estancias .location,
body.playa-page .card-estancias .card-location {
    display: none !important;
}

body.playa-page .suplemento,
body.playa-page .gratis {
    position: absolute;
    top: 12px;
    right: 12px;
    width: auto;
    min-width: 0;
    padding: 5px 12px;
    border-radius: 20px;
    background: #FABB03;
    box-shadow: 0 2px 10px rgba(0,0,0,0.18);
    border: none;
    z-index: 5;
}

body.playa-page .suplemento p,
body.playa-page .gratis p {
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: #1a1a1a;
    text-align: center;
    white-space: nowrap;
    text-transform: uppercase;
}

body.playa-page .gratis {
    background: #28B463;
}

body.playa-page .gratis p {
    color: #ffffff;
}

body.playa-page .card-estancias .btn {
    letter-spacing: 0;
}

body.playa-page .card-estancias > .row {
    margin: 0;
    padding: 14px 18px;
    border-top: 1px solid #dce1e9;
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    align-items: center;
}

body.playa-page .card-estancias > .row > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
    display: flex;
    align-items: center;
    width: auto !important;
    max-width: none !important;
}

body.playa-page .card-estancias > .row > [class*="col-"]:last-child {
    margin-left: auto;
    justify-content: flex-end;
    flex: 0 0 auto !important;
    min-width: fit-content;
}

body.playa-page .card-estancias .icono {
    flex: 0 0 30px !important;
    max-width: 30px;
    justify-content: center;
    margin-left: -13px;
}

body.playa-page .card-estancias .icono p {
    margin: 0;
}

body.playa-page .card-estancias .precio,
body.playa-page .card-estancias .precio-icono,
body.playa-page .card-estancias > .row > [class*="col-"]:first-child:not(.icono):not(:last-child) {
    flex: 1 1 auto !important;
    min-width: 0;
}

body.playa-page .card-estancias .precio p,
body.playa-page .card-estancias .precio-icono p,
body.playa-page .card-estancias > .row > [class*="col-"]:not(:last-child) > p {
    margin: 0;
    color: #6c7380;
    font-size: 14px;
    line-height: 1.2;
    display: inline-flex;
    align-items: baseline;
    gap: 6px;
    white-space: nowrap;
}

body.playa-page .card-estancias .precio strong,
body.playa-page .card-estancias .precio-icono strong,
body.playa-page .card-estancias > .row > [class*="col-"]:not(:last-child) > p strong {
    color: #263041;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.01em;
}

body.playa-page .card-estancias .precio + div {
    text-align: right;
}

body.playa-page .card-estancias .icono i,
body.playa-page .card-estancias .icono .fa-paw {
    color: #294781 !important;
}

body.playa-page .huella {
    color: grey;
    margin: 0px 10px 10px 10px !important;
}

body.playa-page .card-estancias .btn {
    min-height: 0;
    padding: 6px 10px;
    font-size: 15px;
    font-weight: 600;
    white-space: nowrap;
    float: none !important;
    margin: 0 !important;
}

body.playa-page .subcontenedor-home {
    margin-top: 28px;
}

body.playa-page .subcontenedor-home .row {
    margin-top: 28px;
    padding: 34px 34px;
    border-radius: 20px;
    border: 1px solid #0c5ea0;
    background: linear-gradient(145deg, #294781, #0b66ad);
    box-shadow: 0 16px 30px rgba(16, 52, 108, 0.18);
    align-items: center;
    min-height: 330px;
}

body.playa-page .subcontenedor-home .row > [class*="col-"] {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

body.playa-page .subcontenedor-home .text-center {
    align-items: center;
}

body.playa-page .subcontenedor-home h2 {
    margin: 0 0 16px 0;
    font-size: 32px;
    line-height: 1.12;
    font-weight: 800;
    text-transform: none;
    color: #f4f8ff;
}

body.playa-page .subcontenedor-home p {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.5;
    color: #e9f2ff;
}

body.playa-page .subcontenedor-home p:last-child {
    margin-bottom: 0;
}

body.playa-page .subcontenedor-home a {
    color: #ffd37a !important;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.2s ease, border-color 0.2s ease;
}

body.playa-page .subcontenedor-home a:hover,
body.playa-page .subcontenedor-home a:focus {
    color: #fff2cc;
    border-bottom-color: rgba(255, 242, 204, 0.95);
    border-bottom: none;
    transition: color 0.2s ease;
}

body.playa-page .subcontenedor-home img {
    border-bottom: none;
    height: 220px;
    margin-top: 0;
    object-fit: cover;
    border-radius: 14px;
    border-bottom: none;
    box-shadow: 0 14px 28px rgba(8, 34, 75, 0.3);
}

@media (max-width: 991px) {
    body.playa-page .hero-main-title {
        font-size: 46px;
        margin-top: 64px;
        padding-left: 20px;
    }

    body.playa-page .hero-search-col {
        margin: 6px 0 22px 0;
        transform: none;
    }

    body.playa-page .hero-support-copy {
        font-size: 38px;
    }

    body.playa-page .hero-cta {
        font-size: 24px;
    }

    body.playa-page .formulario .flex {
        font-size: 22px;
    }

    body.playa-page .localizacion .card-tipos img {
        height: 205px;
    }

    body.playa-page .localizacion .card-tipos .button h3 {
        font-size: 24px;
    }

    body.playa-page .subcontenedor-home .row {
        min-height: 0;
        padding: 28px 24px;
    }

    body.playa-page .subcontenedor-home h2 {
        font-size: clamp(1.5rem, 3.2vw, 2rem);
    }

    body.playa-page .subcontenedor-home p {
        font-size: 17px;
    }

    body.playa-page .subcontenedor-home img {
        width: min(100%, 305px);
        height: 206px;
    }
}

@media (max-width: 767px) {
    body.playa-page .navbar.fixed-top {
        background-color: #294781 !important;
        box-shadow: 0 8px 20px rgba(9, 26, 58, 0.28);
    }

    body.playa-page .navbar.fixed-top .navbar-collapse {
        margin-top: 8px;
        padding: 10px 12px;
        border-radius: 12px;
        background: rgba(24, 58, 120, 0.96);
    }

    body.playa-page .nuevo-buscador-mascotas {
        padding-bottom: 2px;
    }

    body.playa-page .hero-main-title {
        font-size: 33px;
        margin-top: 80px;
        padding: 0 8px;
    }

    body.playa-page .hero-support-copy {
        font-size: 28px;
        padding: 0;
    }

    body.playa-page .hero-cta {
        font-size: 20px;
        width: auto;
    }

    body.playa-page .formulario .flex {
        font-size: 24px;
        width: 100%;
    }

    body.playa-page .hero-search-col {
        margin: 6px 0 30px 0;
        max-width: 100%;
        transform: none;
    }

    body.playa-page .form-destination-col {
        margin-left: 0;
    }

    body.playa-page .formulario-row {
        padding: 0px 0px 0px 0px;
    }

    body.playa-page .playa-form-wrapper {
        padding: 14px 10px 16px 10px;
    }

    body.playa-page .playa-form-bottom .formulario-row {
        margin-left: 0;
        margin-right: 0;
    }

    body.playa-page .playa-form-bottom .formulario-row > [class*="col-"] {
        padding-left: 6px;
        padding-right: 6px;
    }

    body.playa-page .playa-form-bottom .formulario-row > .col-md-12.col-sm-12 > .formulario-row {
        margin-left: -15px;
        margin-right: -15px;
    }

    body.playa-page .playa-form-bottom .formulario-row > .col-md-12.col-sm-12 > .formulario-row > [class*="col-"] {
        padding-left: 15px;
        padding-right: 15px;
    }

    body.playa-page .field-label {
        font-size: 14px;
    }

    body.playa-page .field-label i {
        font-size: 14px;
    }

    body.playa-page input[type="date"].form-control {
        font-size: 11px;
    }

    body.playa-page .flatpickr-alt.form-control {
        font-size: 11px;
    }

    body.playa-page .formulario-mascotas .form-control,
    body.playa-page .formulario-peso .form-control {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        box-sizing: border-box;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 14px;
    }

    body.playa-page .formulario .list-items {
        font-size: 15px;
        padding: 8px 12px !important;
    }

    body.playa-page .counter-btn {
        width: 32px;
        height: 32px;
        font-size: 26px;
    }

    body.playa-page .counter-value {
        font-size: 22px;
    }

    body.playa-page .localizacion {
        margin-top: 20px;
    }

    body.playa-page .localizacion .row {
        row-gap: 14px;
    }

    body.playa-page .localizacion .row + .row {
        margin-top: 14px;
    }

    body.playa-page .localizacion .row:last-child {
        justify-content: center;
    }

    body.playa-page .localizacion .col-md-4.col-sm-12 {
        margin: 0px 10px;
    }

    body.playa-page .localizacion .card-tipos {
        border-radius: 12px !important;
    }

    body.playa-page .localizacion .card-tipos img {
        height: 186px;
    }

    body.playa-page .localizacion .card-tipos .button .flex {
        min-height: 46px;
        padding: 8px 10px !important;
    }

    body.playa-page .localizacion .card-tipos .button h3 {
        font-size: 18px;
    }

    body.playa-page .subcontenedor-home {
        margin-top: 20px;
    }

    body.playa-page .subcontenedor-home .row {
        margin-top: 18px;
        padding: 20px 18px;
        border-radius: 14px;
        row-gap: 14px;
    }

    body.playa-page .subcontenedor-home h2 {
        margin-bottom: 12px;
        font-size: 26px;
        text-align: center;
    }

    body.playa-page .subcontenedor-home p {
        font-size: 16px;
        text-align: left;
    }

    body.playa-page .subcontenedor-home img {
        width: 100%;
        max-width: 360px;
        height: 210px;
    }

    body.playa-page .contenedor-index img,
    body.playa-page .subcontenedor-home img {
        height: auto;
    }

    body.playa-page .card-estancias img {
        aspect-ratio: 16 / 10;
    }

    body.playa-page .card-estancias > .row {
        gap: 8px;
        padding: 12px 14px;
    }

    body.playa-page .card-estancias .icono {
        flex: 0 0 26px !important;
        max-width: 26px;
        margin-left: -8px;
    }

    body.playa-page .card-estancias .precio p,
    body.playa-page .card-estancias .precio-icono p,
    body.playa-page .card-estancias > .row > [class*="col-"]:not(:last-child) > p {
        font-size: 13px;
        gap: 5px;
    }

    body.playa-page .card-estancias .precio strong,
    body.playa-page .card-estancias .precio-icono strong,
    body.playa-page .card-estancias > .row > [class*="col-"]:not(:last-child) > p strong {
        font-size: 24px;
    }

    body.playa-page .card-estancias .btn {
        min-height: 0;
        font-size: 14px;
        padding: 6px 12px;
    }
}
