/* PLAYAVIEW International Edition — language-safe presentation */
.pv-intl-amenities {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 12px !important;
}

.pv-intl-amenities .pv-feature-card {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    border: 1px solid rgba(11, 47, 107, .09);
    border-radius: 12px;
    background: #fff;
    color: #17263b;
    line-height: 1.35;
}

.pv-intl-policies {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.pv-intl-policies li {
    position: relative;
    padding-left: 24px;
    color: #35445a;
    line-height: 1.55;
}

.pv-intl-policies li::before {
    position: absolute;
    top: .1em;
    left: 0;
    color: #c88a1c;
    content: "✓";
    font-weight: 800;
}

html.pv-lang-fr .pv-property-card h3,
html.pv-lang-de .pv-property-card h3,
html.pv-lang-ca .pv-property-card h3,
html.pv-lang-gl .pv-property-card h3,
html.pv-lang-eu .pv-property-card h3 {
    font-size: clamp(24px, 2.15vw, 29px);
    line-height: 1.13;
}

html.pv-lang-fr .pv-property-card__footer .pv-btn,
html.pv-lang-de .pv-property-card__footer .pv-btn,
html.pv-lang-eu .pv-property-card__footer .pv-btn {
    padding-inline: 13px;
    font-size: 12px;
    letter-spacing: .015em;
}

html.pv-lang-fr #product_info_tab h2,
html.pv-lang-de #product_info_tab h2,
html.pv-lang-ca #product_info_tab h2,
html.pv-lang-gl #product_info_tab h2,
html.pv-lang-eu #product_info_tab h2 {
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
}

@media (max-width: 1024px) {
    .pv-intl-amenities {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    html.pv-lang-fr .pv-property-card h3,
    html.pv-lang-de .pv-property-card h3,
    html.pv-lang-ca .pv-property-card h3,
    html.pv-lang-gl .pv-property-card h3,
    html.pv-lang-eu .pv-property-card h3 {
        font-size: clamp(22px, 3.1vw, 26px);
    }
}

@media (max-width: 767px) {
    .pv-intl-amenities {
        grid-template-columns: 1fr !important;
    }

    html.pv-lang-fr .pv-property-card h3,
    html.pv-lang-de .pv-property-card h3,
    html.pv-lang-ca .pv-property-card h3,
    html.pv-lang-gl .pv-property-card h3,
    html.pv-lang-eu .pv-property-card h3 {
        font-size: clamp(19px, 5.2vw, 22px);
        line-height: 1.15;
    }

    html.pv-lang-fr .pv-search button,
    html.pv-lang-de .pv-search button,
    html.pv-lang-ca .pv-search button,
    html.pv-lang-gl .pv-search button,
    html.pv-lang-eu .pv-search button {
        padding-inline: 10px;
        font-size: 11px;
        white-space: nowrap;
    }
}

.pv-legal-document {
    max-width: 920px;
    margin: 0 auto 48px;
    color: #26364b;
}

.pv-legal-document h1 {
    margin: 0 0 18px;
    color: #0b2f6b;
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1.12;
}

.pv-legal-document .pv-legal-lead {
    margin: 0 0 28px;
    padding: 18px 20px;
    border-left: 4px solid #c88a1c;
    border-radius: 0 12px 12px 0;
    background: #f7f9fc;
    font-size: 17px;
    line-height: 1.65;
}

.pv-legal-document section {
    padding: 22px 0;
    border-top: 1px solid rgba(11, 47, 107, .1);
}

.pv-legal-document section h2 {
    margin: 0 0 9px;
    color: #0b2f6b;
    font-size: clamp(21px, 2.4vw, 27px);
    line-height: 1.2;
}

.pv-legal-document section p {
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
}

footer [hidden] {
    display: none !important;
}
