.city-landing {
    padding-top: 32px;
    padding-bottom: 10px;
}
.city-landing .breadcrumb {
    float: none;
    display: flex;
    flex-wrap: wrap;
}
.city-landing h1 {
    font-size: 28px;
    margin: 24px 0;
    line-height: 1.6;
}
.city-landing .hotels-content {
    line-height: 2;
    margin: 24px 0;
    overflow-wrap: anywhere;
}
.city-landing .hotels-content img {
    max-width: 100%;
    height: auto;
}
.city-landing-faq {
    margin-top: 40px;
}
.city-landing-faq details {
    border: 1px solid #e3e5e8;
    border-radius: 12px;
    padding: 16px;
    margin: 12px 0;
}
.city-landing-faq summary {
    cursor: pointer;
    font-weight: 700;
}
.city-landing-faq p {
    line-height: 2;
    margin-top: 12px;
    white-space: pre-line;
}
@media (max-width: 575px) {
    .city-landing h1 { font-size: 23px; }
}
