body.hl-page {
    background: #f3fbfb;
}

body.hl-page .hl-legacy,
body.hl-page #filters,
body.hl-page .filter_container,
body.hl-page .foot_keywords,
body.hl-page .load_more_div,
body.hl-page .pagination.bk_app_foot,
body.hl-page #list-slider {
    display: none !important;
}

.hl-shell {
    max-width: 1180px;
    margin: 0 auto;
    padding: 18px 24px 40px;
}

.hl-crumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 18px;
    padding: 0;
    list-style: none;
    font-size: 14px;
    color: #6b7280;
}

.hl-crumb a {
    color: #0f766e;
    text-decoration: none;
}

.hl-crumb li + li:before {
    content: ">";
    margin-right: 8px;
    color: #9ca3af;
}

.hl-layout {
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr);
    gap: 22px;
    align-items: start;
}

.hl-filters,
.hl-head,
.hl-card,
.hl-links {
    background: #fff;
    border: 1px solid #e7eef0;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(15, 118, 110, 0.05);
}

.hl-filters,
.hl-links {
    padding: 18px 16px 20px;
}

body.hl-page .hl-shell h1,
body.hl-page .hl-shell h2,
body.hl-page .hl-type,
body.hl-page .hl-chip,
body.hl-page .hl-addr,
body.hl-page .hl-rate {
    text-transform: none !important;
}

.hl-filters h2,
.hl-links h2,
.hl-head h1 {
    margin: 0 0 14px;
    color: #1e3a5f;
    font-size: 18px;
    text-transform: none;
}

body.hl-page .hl-head h1 {
    margin: 0 !important;
    font-size: 28px !important;
    line-height: 1.2;
}

.hl-count {
    margin: 4px 0 0;
    color: #6b7280;
    font-size: 14px;
}

.hl-filter-block {
    margin-bottom: 16px;
}

.hl-filter-block span,
.hl-links h2 {
    display: block;
    margin-bottom: 8px;
    color: #1e3a5f;
    font-size: 14px;
    font-weight: 700;
}

.hl-checks,
.hl-locs {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-height: 220px;
    margin: 0;
    padding: 0;
    overflow: auto;
    list-style: none;
}

.hl-checks label,
.hl-locs a {
    color: #4b5563;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}

.hl-checks label {
    display: flex;
    align-items: center;
    gap: 8px;
}

.hl-locs a:hover {
    color: #0f766e;
}

.hl-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 14px;
    padding: 16px 18px;
}

.hl-sort select {
    height: 42px;
    padding: 0 12px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: #fff;
    color: #374151;
}

.hl-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

body.hl-page .hl-card {
    display: flex !important;
    align-items: center;
    gap: 16px;
    padding: 14px 16px;
}

.hl-photo-wrap {
    position: relative;
    flex: 0 0 118px;
    width: 118px;
    height: 84px;
}

.hl-card.is-hidden {
    display: none !important;
}

.hl-photo {
    display: block;
    width: 118px;
    height: 84px;
    overflow: hidden;
    border-radius: 12px;
    background: #e7f6f3;
}

.hl-photo img {
    display: block;
    width: 118px !important;
    height: 84px !important;
    max-width: none;
    object-fit: cover;
}

.hl-heart {
    position: absolute;
    top: 6px;
    right: 6px;
    z-index: 2;
    width: 22px;
    height: 22px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: #f43f5e;
    font-size: 12px;
    line-height: 22px;
    cursor: pointer;
}

.hl-main {
    flex: 1;
    min-width: 0;
}

.hl-card h2,
.hl-type,
.hl-addr,
.hl-rate,
.hl-chip {
    margin: 0;
    text-transform: none;
}

body.hl-page .hl-card h2 {
    margin: 0 0 4px !important;
    font-size: 18px !important;
    line-height: 1.3;
    font-weight: 700;
}

.hl-card h2 a {
    color: #0f766e;
    text-decoration: none;
}

.hl-card h2 a:hover {
    text-decoration: underline;
}

.hl-type {
    display: inline-block;
    margin-bottom: 6px;
    padding: 2px 8px;
    border-radius: 8px;
    background: #e7f6f3;
    color: #0f766e;
    font-size: 12px;
    font-weight: 700;
}

.hl-addr {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    margin-bottom: 6px;
    color: #4b5563;
    font-size: 13px;
}

.hl-addr i {
    margin-top: 2px;
    color: #0f766e;
}

.hl-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 6px;
}

.hl-chip {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #4b5563;
    font-size: 12px;
}

.hl-chip i {
    color: #0f766e;
}

.hl-rate {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #374151;
    font-size: 13px;
    font-weight: 600;
}

.hl-rate i {
    color: #f5b400;
}

body.hl-page .hl-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex: 0 0 156px;
    min-width: 156px;
    height: 44px;
    padding: 0 16px;
    border-radius: 12px;
    background: #0e9a70;
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
    white-space: nowrap;
}

body.hl-page .hl-btn:hover {
    background: #0c8562;
    color: #fff !important;
}

.hl-pages {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin: 18px 0 0;
}

.hl-pages a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    padding: 0 10px;
    border: 1px solid #d7e3e1;
    border-radius: 10px;
    background: #fff;
    color: #1e3a5f;
    font-size: 14px;
    text-decoration: none;
}

.hl-pages a.is-active,
.hl-pages a:hover {
    border-color: #0e9a70;
    background: #0e9a70;
    color: #fff;
}

.hl-links {
    margin-top: 22px;
}

.hl-links + .hl-links {
    margin-top: 14px;
}

.hl-link-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px 16px;
}

.hl-link-grid a {
    color: #0f766e;
    font-size: 14px;
    text-decoration: none;
}

.hl-link-grid a:hover {
    text-decoration: underline;
}

@media (max-width: 991px) {
    .hl-layout,
    .hl-head {
        display: block;
    }

    body.hl-page .hl-card {
        display: block !important;
    }

    .hl-photo-wrap,
    .hl-sort,
    body.hl-page .hl-btn {
        margin-top: 12px;
    }

    .hl-link-grid {
        grid-template-columns: 1fr 1fr;
    }
}
