.serve-map-page {
    --serve-orange: #f7941d;
    --serve-orange-dark: #e17f09;
    --serve-ink: #222;
    --serve-muted: #6f7480;
    --serve-line: #e8e8e8;
    --serve-soft: #f7f7f7;
    position: relative;
    background: #fff;
    color: var(--serve-ink);
}

.serve-map-megamenu {
    position: relative;
    z-index: 30;
}

.serve-map-megamenu .main-mega-menu {
    margin-bottom: 0;
}

.serve-map-megamenu .main-mega-menu .dropdown-menu {
    z-index: 1050;
}

body.serve-map-body #myBtn {
    display: none !important;
}

.serve-map-load-more,
.serve-map-area-button {
    border: 0;
    border-radius: 999px;
    background: var(--serve-orange);
    color: #fff;
    font-weight: 700;
    min-height: 36px;
    padding: 0 16px;
}

.serve-map-layer-options[hidden] {
    display: none !important;
}

.serve-map-filter {
    position: sticky;
    top: 0;
    z-index: 22;
    border-bottom: 1px solid var(--serve-line);
    background: rgba(255, 255, 255, .97);
    backdrop-filter: saturate(140%) blur(10px);
}

.serve-map-filter-main {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 170px;
    align-items: center;
    gap: 10px;
    min-height: 72px;
    padding: 12px 28px 12px 176px;
}

.serve-map-brand {
    position: absolute;
    top: 12px;
    left: 28px;
    z-index: 28;
    display: inline-flex;
    align-items: center;
    min-height: 48px;
    border: 1px solid var(--serve-line);
    border-radius: 999px;
    background: #fff;
    padding: 7px 16px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .14);
    text-decoration: none;
}

.serve-map-brand span {
    color: var(--serve-orange-dark);
    font-size: 29px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
}

.serve-map-filter-center {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 0;
}

.serve-map-header-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.serve-map-header-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    min-width: 40px;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 999px;
    background: #fff;
    color: var(--serve-orange-dark);
    text-decoration: none;
    box-shadow: 0 2px 10px rgba(15, 23, 42, .08);
}

.serve-map-header-icon i {
    color: var(--serve-orange-dark);
    font-size: 18px;
}

.serve-map-header-icon > img {
    width: 28px;
    height: 28px;
    border-radius: 999px;
    object-fit: cover;
    opacity: 1;
    filter: contrast(1.15) saturate(1.1);
}

.serve-map-header-icon span {
    color: var(--serve-orange-dark);
    font-size: 14px;
    font-weight: 900;
}

#serveMapLanguage {
    padding: 0 12px;
}

.serve-map-area-custom input,
.serve-map-price-inputs input {
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--serve-ink);
    font: inherit;
}

.serve-map-chip-group {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    height: 44px;
    padding: 4px;
    border: 1px solid #ddd;
    border-radius: 999px;
    background: #fff;
}

.serve-map-chip,
.serve-map-filter-button,
.serve-map-reset-filter,
.serve-map-icon-filter {
    border: 1px solid #ddd;
    border-radius: 999px;
    background: #fff;
    color: var(--serve-ink);
    font-weight: 700;
}

.serve-map-chip {
    min-width: 56px;
    height: 34px;
    padding: 0 12px;
    border-color: transparent;
}

.serve-map-chip.is-active {
    background: var(--serve-orange);
    color: #fff;
}

.serve-map-filter-button {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    height: 44px;
    padding: 0 14px;
    white-space: nowrap;
}

.serve-map-filter-button.is-active,
.serve-map-filter-button[aria-expanded="true"] {
    border-color: #ffd1a1;
    background: #fff5e8;
    color: var(--serve-orange-dark);
}

.serve-map-filter-popover {
    position: relative;
}

.serve-map-filter-menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    z-index: 24;
    width: 190px;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 16px 38px rgba(15, 23, 42, .16);
}

.serve-map-filter-menu button {
    display: block;
    width: 100%;
    min-height: 36px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: var(--serve-ink);
    text-align: left;
    padding: 0 10px;
}

.serve-map-filter-menu button:hover,
.serve-map-filter-menu button.is-active {
    background: #fff5e8;
    color: var(--serve-orange-dark);
}

.serve-map-transit-menu {
    width: 460px;
}

.serve-map-transit-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 3px 4px 8px;
}

.serve-map-transit-head strong {
    color: var(--serve-ink);
    font-size: 14px;
}

.serve-map-transit-head button {
    width: auto;
    min-height: 28px;
    color: var(--serve-orange-dark);
    font-weight: 800;
    padding: 0 8px;
}

.serve-map-transit-menu input[type="search"] {
    width: 100%;
    height: 38px;
    border: 1px solid #ddd;
    border-radius: 999px;
    outline: 0;
    padding: 0 12px;
    color: var(--serve-ink);
}

.serve-map-transit-tabs {
    display: flex;
    gap: 5px;
    margin: 12px 0 18px;
    overflow-x: auto;
    padding: 2px 0 14px;
    scrollbar-gutter: stable;
}

.serve-map-transit-tabs button {
    flex: 0 0 auto;
    width: auto;
    min-height: 32px;
    border: 1px solid #ddd;
    border-radius: 999px;
    padding: 0 10px;
    font-size: 12px;
    font-weight: 800;
}

.serve-map-transit-tabs button.is-active {
    border-color: var(--serve-orange);
    background: var(--serve-orange);
    color: #fff;
}

.serve-map-transit-list {
    display: grid;
    gap: 10px;
    max-height: 260px;
    overflow: auto;
    padding-right: 2px;
}

.serve-map-transit-group {
    display: grid;
    gap: 6px;
}

.serve-map-transit-group > strong {
    color: var(--serve-muted);
    font-size: 12px;
    font-weight: 800;
    padding: 0 4px;
}

.serve-map-transit-option {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 40px;
    border: 1px solid #eee;
    border-radius: 10px;
    background: #fff;
    padding: 0 10px;
    cursor: pointer;
}

.serve-map-transit-option:hover,
.serve-map-transit-option.is-selected {
    border-color: #ffd1a1;
    background: #fff7ed;
}

.serve-map-transit-option span {
    min-width: 0;
    width: 100%;
    overflow: hidden;
    color: var(--serve-ink);
    font-size: 13px;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.serve-map-transit-option small {
    flex: 0 0 auto;
    color: var(--serve-muted);
    font-size: 11px;
    font-weight: 800;
}

.serve-map-transit-actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #eee;
}

.serve-map-transit-actions button {
    width: auto;
    min-width: 126px;
    border-radius: 999px;
    background: var(--serve-orange);
    color: #fff;
    font-weight: 800;
    text-align: center;
}

.serve-map-empty-inline {
    padding: 16px 8px;
    color: var(--serve-muted);
    font-size: 13px;
    text-align: center;
}

.serve-map-area-menu {
    width: 240px;
}

.serve-map-price-menu {
    width: 360px;
}

.serve-map-sort-menu {
    width: 230px;
}

.serve-map-type-menu {
    width: 430px;
}

.serve-map-type-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 8px;
}

.serve-map-type-card,
.serve-map-type-list-option {
    border: 1px solid #eee !important;
    background: #fff !important;
}

.serve-map-type-card {
    display: grid !important;
    align-content: center;
    gap: 6px;
    min-height: 94px !important;
    padding: 10px !important;
    text-align: left !important;
}

.serve-map-type-card img {
    width: 44px;
    height: 44px;
    object-fit: contain;
}

.serve-map-type-card span {
    color: var(--serve-ink);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
}

.serve-map-type-card.is-active,
.serve-map-type-list-option.is-active {
    border-color: #ffd1a1 !important;
    background: #fff5e8 !important;
    color: var(--serve-orange-dark) !important;
}

.serve-map-type-list-option {
    margin-top: 4px;
}

.serve-map-check-menu {
    display: grid;
    gap: 4px;
    max-height: 280px;
    overflow: auto;
}

.serve-map-check-option {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 36px;
    margin: 0;
    border-radius: 8px;
    padding: 0 8px;
    cursor: pointer;
}

.serve-map-check-option:hover {
    background: #fff5e8;
}

.serve-map-check-option input {
    accent-color: var(--serve-orange);
}

.serve-map-check-option span {
    color: var(--serve-ink);
    font-size: 13px;
    font-weight: 800;
}

.serve-map-area-custom,
.serve-map-price-inputs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.serve-map-area-custom {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid #eee;
}

.serve-map-area-custom label,
.serve-map-price-inputs label {
    display: grid;
    gap: 4px;
    margin: 0;
}

.serve-map-area-custom span,
.serve-map-price-inputs span {
    color: var(--serve-muted);
    font-size: 11px;
    font-weight: 800;
}

.serve-map-area-custom input,
.serve-map-price-inputs input {
    height: 36px;
    border: 1px solid #ddd;
    border-radius: 9px;
    padding: 0 9px;
    font-size: 13px;
}

.serve-map-area-custom button,
.serve-map-price-actions button {
    grid-column: 1 / -1;
    border-radius: 999px;
    background: var(--serve-orange);
    color: #fff;
    font-weight: 800;
    text-align: center;
}

.serve-map-price-presets {
    margin-top: 10px;
}

.serve-map-price-preset-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.serve-map-price-preset-group {
    display: grid;
    gap: 4px;
    max-height: 230px;
    overflow: auto;
}

.serve-map-price-preset-group strong {
    color: var(--serve-muted);
    font-size: 12px;
    padding: 0 4px;
}

.serve-map-price-empty {
    margin-top: 10px;
    border: 1px dashed #ddd;
    border-radius: 10px;
    color: var(--serve-muted);
    font-size: 12px;
    font-weight: 700;
    padding: 12px;
    text-align: center;
}

.serve-map-price-empty[hidden],
.serve-map-price-preset-list[hidden] {
    display: none !important;
}

.serve-map-price-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 10px;
}

.serve-map-price-actions button:first-child {
    border: 1px solid #ddd;
    background: #fff;
    color: var(--serve-orange-dark);
}

.serve-map-toggle-line {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 44px;
    color: var(--serve-ink);
    font-weight: 700;
}

.serve-map-icon-filter {
    display: inline-grid;
    place-items: center;
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
    padding: 0;
    color: var(--serve-orange-dark);
}

.serve-map-icon-filter i {
    font-size: 17px;
}

.serve-map-shell {
    display: grid;
    grid-template-columns: minmax(420px, 40%) minmax(0, 60%);
    height: var(--serve-map-shell-height, 100vh);
    min-height: 0;
    overflow: hidden;
}

.serve-map-panel {
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 0;
    overflow: hidden;
    background: #fff;
    z-index: 5;
}

.serve-map-panel-handle {
    display: none;
}

.serve-map-toolbar {
    flex: 0 0 auto;
    padding: 24px 28px 10px;
    background: #fff;
}

.serve-map-summary-row,
.serve-map-list-tools {
    display: flex;
    align-items: center;
    gap: 10px;
}

.serve-map-summary-row {
    justify-content: space-between;
    color: var(--serve-muted);
    font-size: 13px;
}

.serve-map-summary-row strong {
    display: block;
    color: var(--serve-ink);
    font-size: 21px;
    line-height: 1.2;
}

.serve-map-view-mode {
    padding: 5px 10px;
    border-radius: 999px;
    background: #fff5e8;
    color: var(--serve-orange-dark);
    font-weight: 700;
}

.serve-map-list-tools {
    justify-content: flex-start;
    min-height: 24px;
    margin-top: 8px;
}

.serve-map-link-button {
    border: 0;
    background: transparent;
    color: var(--serve-orange-dark);
    font-weight: 700;
}

.serve-map-selected-project {
    margin: 0 28px 12px;
    padding: 12px 14px;
    border: 1px solid #ffe0b9;
    border-radius: 8px;
    background: #fff9f1;
    color: var(--serve-ink);
}

.serve-map-list {
    flex: 1 1 auto;
    min-height: 0;
    max-height: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: max-content;
    align-content: start;
    gap: 22px 16px;
    overflow-y: scroll;
    overscroll-behavior: contain;
    scrollbar-gutter: stable;
    padding: 12px 24px 28px;
}

.serve-map-list::-webkit-scrollbar {
    width: 10px;
}

.serve-map-list::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.serve-map-list::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: #c9c9c9;
    border: 2px solid #f1f1f1;
}

.serve-map-card {
    position: relative;
    display: block;
    width: 100%;
    min-width: 0;
    padding: 0;
    border: 0;
    border-radius: 8px;
    background: #fff;
    color: inherit;
    text-align: left;
    transition: transform .16s ease, filter .16s ease;
}

button.serve-map-card {
    cursor: pointer;
}

.serve-map-card:hover,
.serve-map-card.is-active {
    transform: translateY(-2px);
}

.serve-map-card:hover .serve-map-card-image,
.serve-map-card.is-active .serve-map-card-image {
    filter: brightness(.96);
}

.serve-map-card-image-wrap {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1.18 / 1;
    border-radius: 8px;
    background: #edf2f7;
}

.serve-map-card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: filter .16s ease, transform .18s ease;
}

.serve-map-card-gallery {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.serve-map-card-gallery-track {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform .22s ease;
    will-change: transform;
}

.serve-map-gallery-slide {
    position: relative;
    flex: 0 0 100%;
    width: 100%;
    height: 100%;
    min-width: 0;
}

.serve-map-gallery-control {
    position: absolute;
    top: 50%;
    z-index: 4;
    display: grid;
    place-items: center;
    width: 44px;
    height: 58px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: rgba(255, 255, 255, .86);
    box-shadow: none;
    transform: translateY(-50%);
    opacity: .82;
    transition: opacity .16s ease, background .16s ease;
}

.serve-map-gallery-control i {
    font-size: 34px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, .18);
}

.serve-map-gallery-prev {
    left: 14px;
}

.serve-map-gallery-next {
    right: 14px;
}

.serve-map-card-image-wrap:hover .serve-map-gallery-control,
.serve-map-result-media:hover .serve-map-gallery-control,
.serve-map-gallery-control:focus-visible {
    opacity: 1;
}

.serve-map-gallery-control:hover {
    background: transparent;
    opacity: 1;
}

.serve-map-card:hover .serve-map-card-image {
    transform: scale(1.018);
}

.serve-map-card-favorite,
.serve-map-card-badge {
    position: absolute;
    z-index: 2;
}

.serve-map-card-favorite {
    top: 10px;
    right: 10px;
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, .9);
    color: #404040;
    box-shadow: 0 2px 8px rgba(15, 23, 42, .12);
}

.serve-map-card-badge {
    top: 10px;
    left: 10px;
    max-width: calc(100% - 58px);
    padding: 5px 10px;
    border-radius: 999px;
    background: #fff;
    color: var(--serve-ink);
    font-size: 12px;
    font-weight: 700;
    box-shadow: 0 2px 8px rgba(15, 23, 42, .12);
}

.serve-map-card-dots {
    position: absolute;
    left: 50%;
    bottom: 10px;
    display: flex;
    gap: 4px;
    transform: translateX(-50%);
}

.serve-map-card-dots span {
    width: 5px;
    height: 5px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .72);
}

.serve-map-card-dots span.is-active {
    background: #fff;
}

.serve-map-card-body {
    padding: 10px 3px 0;
}

.serve-map-card-title {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 2px;
}

.serve-map-card h3 {
    min-width: 0;
    margin: 0;
    color: var(--serve-ink);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.serve-map-card-rating {
    flex: 0 0 auto;
    color: var(--serve-ink);
    font-size: 13px;
}

.serve-map-card p {
    margin: 0;
    color: var(--serve-muted);
    font-size: 13px;
    line-height: 1.42;
}

.serve-map-card-price {
    margin-top: 7px;
    color: var(--serve-ink);
    font-size: 13px;
}

.serve-map-card-price strong {
    color: var(--serve-ink);
    font-weight: 800;
    text-decoration: underline;
}

.serve-map-card-actions {
    display: flex;
    gap: 8px;
    margin-top: 9px;
}

.serve-map-card-actions button {
    min-height: 30px;
    border: 1px solid #ddd;
    border-radius: 999px;
    background: #fff;
    color: var(--serve-ink);
    padding: 0 10px;
    font-size: 12px;
}

.serve-map-card-actions .is-selected {
    border-color: var(--serve-orange);
    background: #fff5e8;
    color: var(--serve-orange-dark);
}

.serve-map-property-card {
    position: relative;
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    height: auto !important;
    padding: 0 !important;
    overflow: visible !important;
    border: 0;
    border-radius: 30px;
    background: transparent;
    color: inherit;
    text-align: left;
    box-shadow: none;
    transition: transform .16s ease, filter .16s ease, box-shadow .16s ease;
}

.serve-map-property-card:hover,
.serve-map-property-card.is-active {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(15, 23, 42, .14);
}

.serve-map-property-card .p-card-frame {
    position: absolute;
    z-index: 101;
    width: 100%;
    height: 100px;
    left: 0;
    top: -5px;
    overflow: visible;
    pointer-events: none;
}

.serve-map-property-card .p-card-frame::before {
    padding-top: 0;
    position: relative;
}

.serve-map-property-card > .serve-map-card-gallery {
    height: auto;
    overflow: visible;
}

.serve-map-property-card .carousel-inner {
    border-radius: 30px 30px 0 0;
    overflow: hidden;
    display: block;
}

.serve-map-property-card .carousel-item {
    padding-top: 75%;
}

.serve-map-property-card .carousel-item img {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    object-position: 50% 50%;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    border-radius: 0;
}

.serve-map-property-card .carousel-control-prev,
.serve-map-property-card .carousel-control-next {
    z-index: 100;
}

.serve-map-property-card .p-card-frame .sc-card-icons {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    pointer-events: auto;
}

.serve-map-property-card .p-card-frame .sc-icon-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    position: relative !important;
    right: auto !important;
    width: 32px;
    height: 32px;
    border: 1px solid rgba(255, 255, 255, .85);
    border-radius: 999px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 2px 8px rgba(15, 23, 42, .16);
}

.serve-map-property-card .p-card-frame .sc-icon-btn > i.fa {
    display: block;
    width: auto;
    height: auto;
    margin: 0 !important;
    line-height: 1;
}

.serve-map-property-card .p-card-frame .sc-card-icons * {
    pointer-events: auto;
}

.serve-map-property-card .p-card-frame .compare-btn.is-selected i.fa {
    color: var(--serve-orange);
}

.serve-map-property-card .p-card-content {
    min-height: 300px;
    overflow: visible;
}

.serve-map-property-card .serve-map-card-detail {
    flex: 0 0 auto;
    min-height: 36px;
    margin: 0 0 8px;
    overflow: hidden;
    color: #939598;
    display: -webkit-box;
    font-size: 13px;
    line-height: 1.3;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.serve-map-result-media {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    height: 194px !important;
    min-height: 194px !important;
    max-height: 194px !important;
    overflow: hidden !important;
    border-radius: 24px 24px 0 0;
    background: #edf2f7;
}

.serve-map-result-media::before,
.serve-map-result-media::after {
    content: none !important;
    display: none !important;
}

.serve-map-result-media img {
    position: static !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 194px !important;
    object-fit: cover !important;
}

.serve-map-result-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.serve-map-card-image-link {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
}

.serve-map-result-badges,
.serve-map-result-icons {
    position: absolute;
    z-index: 2;
}

.serve-map-result-badges {
    top: 14px;
    left: 14px;
}

.serve-map-result-badges span {
    display: inline-block;
    padding: 6px 11px;
    border-radius: 999px;
    background: #00bb01;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    box-shadow: 0 0 12px rgba(173, 173, 173, .27);
}

.serve-map-result-icons {
    top: 10px;
    right: 12px;
    display: flex;
    gap: 5px;
}

.serve-map-result-icons button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #666;
    font-size: 23px;
    line-height: 1;
    text-shadow: 0 0 4px rgba(255, 255, 255, .9);
}

.serve-map-result-icons button.is-selected {
    color: var(--serve-orange);
}

.serve-map-result-content {
    display: flex !important;
    flex-direction: column !important;
    min-height: 200px !important;
    height: auto !important;
    overflow: visible !important;
    padding: 14px 16px 16px;
    color: #000;
}

.serve-map-result-content a {
    color: inherit;
    text-decoration: none;
}

.serve-map-result-content h3 {
    margin: 0 0 18px;
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.serve-map-result-location {
    margin-bottom: 8px;
    color: #000;
    font-size: 15px;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.serve-map-result-location i {
    color: #a45a44;
}

.serve-map-result-price {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 12px;
}

.serve-map-result-price span {
    border-radius: 999px;
    border: 1px solid #a45a44;
    background: #a45a44;
    color: #fff;
    padding: 6px 10px;
    font-size: 13px;
    font-weight: 800;
}

.serve-map-result-price strong {
    color: #000;
    font-size: 19px;
    font-weight: 800;
}

.serve-map-result-rate {
    display: block;
    min-height: 48px;
    margin-bottom: 8px;
    color: #000;
}

.serve-map-result-rate small {
    display: block;
    color: #939598;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.1;
    margin: 0 0 3px;
}

.serve-map-result-rate strong {
    font-size: 17px;
    font-weight: 400;
    line-height: 1;
}

.serve-map-result-rate span {
    color: #939598;
    font-size: 15px;
    font-weight: 700;
    padding-left: 4px;
}

.serve-map-result-meta {
    display: block;
    min-height: 26px;
    padding-bottom: 7px;
    color: #000;
    font-size: 14px;
}

.serve-map-result-meta small {
    display: block;
    min-width: 0;
    color: #939598;
    font-size: 12px;
    line-height: 1.35;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.serve-map-result-meta span {
    flex: 0 0 auto;
    color: #939598;
}

.serve-map-result-facility {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 8px;
    border-top: 1px solid #ccc;
    padding-top: 9px;
}

.serve-map-result-facility > div {
    display: flex;
    align-items: center;
    min-width: 0;
}

.serve-map-result-facility img {
    width: 15px;
    height: auto;
    flex: 0 0 auto;
}

.serve-map-result-facility span {
    padding-left: 5px;
    padding-right: 7px;
    color: #000;
    font-size: 13px;
    line-height: 1;
}

.serve-map-result-facility b {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
}

.serve-map-result-facility i {
    color: #666;
    font-style: normal;
    font-size: 13px;
    line-height: 1.15;
}

.serve-map-result-facility > div:last-child {
    justify-content: flex-end;
    max-width: 46%;
    font-size: 14px;
    text-align: right;
    flex-wrap: wrap;
}

.serve-map-result-facility > div:last-child img {
    width: 18px;
    margin-left: 6px;
}

.serve-map-result-facility > div:last-child span {
    flex-basis: 100%;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 2px 0 0;
    color: #000;
    font-size: 13px;
}

.serve-map-load-more {
    align-self: center;
    margin: 0 28px 24px;
}

.serve-map-empty,
.serve-map-loading {
    grid-column: 1 / -1;
    padding: 48px 18px;
    text-align: center;
    color: var(--serve-muted);
}

.serve-map-loading .line {
    height: 14px;
    margin: 12px auto;
    border-radius: 999px;
    background: linear-gradient(90deg, #eef2f6, #f8fafc, #eef2f6);
    animation: serveMapPulse 1.2s ease-in-out infinite;
}

.serve-map-loading .line:nth-child(1) { width: 82%; }
.serve-map-loading .line:nth-child(2) { width: 68%; }
.serve-map-loading .line:nth-child(3) { width: 74%; }

.serve-map-stage {
    position: relative;
    min-width: 0;
    border-left: 1px solid var(--serve-line);
    background: #dbeef5;
}

.serve-map-canvas {
    width: 100%;
    height: 100%;
    background: #dbeef5;
}

.serve-map-skeleton {
    position: absolute;
    inset: 0;
    overflow: hidden;
    background: linear-gradient(120deg, #86d8e8 0 30%, #f6f7f9 30% 100%);
}

.serve-map-skeleton div {
    position: absolute;
    height: 3px;
    width: 58%;
    background: rgba(136, 160, 184, .62);
    transform: rotate(-24deg);
}

.serve-map-skeleton div:nth-child(1) { top: 24%; left: 30%; }
.serve-map-skeleton div:nth-child(2) { top: 46%; left: 24%; transform: rotate(18deg); }
.serve-map-skeleton div:nth-child(3) { top: 62%; left: 50%; transform: rotate(42deg); }
.serve-map-skeleton div:nth-child(4) { top: 78%; left: 12%; transform: rotate(-9deg); }

.serve-map-area-button {
    position: absolute;
    top: 18px;
    left: 50%;
    z-index: 6;
    transform: translateX(-50%);
    box-shadow: 0 8px 22px rgba(15, 23, 42, .18);
}

.serve-map-layer-menu {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 6;
}

.serve-map-layer-toggle,
.serve-map-layer-options {
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(15, 23, 42, .12);
}

.serve-map-layer-toggle {
    min-height: 38px;
    padding: 0 12px;
    color: var(--serve-ink);
    font-weight: 700;
}

.serve-map-layer-options {
    display: grid;
    gap: 8px;
    min-width: 190px;
    margin-top: 8px;
    padding: 12px;
    color: var(--serve-ink);
    font-size: 13px;
}

.serve-map-layer-options label {
    display: flex;
    align-items: center;
    gap: 8px;
}

.serve-map-radius-control {
    position: absolute;
    left: 50%;
    bottom: 22px;
    z-index: 6;
    width: min(360px, calc(100% - 36px));
    transform: translateX(-50%);
    border: 1px solid rgba(221, 221, 221, .92);
    border-radius: 8px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 10px 28px rgba(15, 23, 42, .18);
    padding: 12px 14px;
    color: var(--serve-ink);
}

.serve-map-radius-control[hidden] {
    display: none;
}

.serve-map-radius-control > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 8px;
    font-size: 13px;
}

.serve-map-radius-control strong {
    font-weight: 800;
}

.serve-map-radius-control span {
    color: var(--serve-orange-dark);
    font-weight: 800;
}

.serve-map-radius-control input {
    width: 100%;
    accent-color: var(--serve-orange);
}

.serve-map-location-prompt {
    position: absolute;
    inset: 0;
    z-index: 12;
    display: grid;
    place-items: center;
    padding: 20px;
    background: rgba(31, 41, 51, .12);
    pointer-events: auto;
}

.serve-map-location-prompt[hidden] {
    display: none;
}

.serve-map-location-card {
    width: min(420px, 100%);
    padding: 18px;
    border: 1px solid rgba(217, 226, 236, .92);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 46px rgba(15, 23, 42, .18);
    color: var(--serve-ink);
}

.serve-map-location-card strong {
    display: block;
    margin-bottom: 6px;
    font-size: 18px;
}

.serve-map-location-card p {
    margin: 0 0 14px;
    color: var(--serve-muted);
    font-size: 13px;
    line-height: 1.5;
}

.serve-map-location-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.serve-map-location-primary,
.serve-map-location-secondary {
    min-height: 38px;
    border-radius: 999px;
    padding: 0 14px;
    font-weight: 700;
}

.serve-map-location-primary {
    border: 0;
    background: var(--serve-orange);
    color: #fff;
}

.serve-map-location-primary:disabled {
    opacity: .72;
}

.serve-map-location-secondary {
    border: 1px solid #ddd;
    background: #fff;
    color: var(--serve-ink);
}

.serve-map-location-card small {
    display: block;
    min-height: 18px;
    margin-top: 10px;
    color: var(--serve-muted);
    font-size: 12px;
}

.serve-map-marker {
    position: relative;
    min-width: 118px;
    max-width: 176px;
    padding: 8px 12px 9px;
    border: 1px solid rgba(15, 23, 42, .16);
    border-radius: 18px;
    background: #fff;
    color: #222;
    font: 900 12px Kanit, Arial, sans-serif;
    text-align: center;
    box-shadow: 0 4px 14px rgba(15, 23, 42, .2);
    cursor: pointer;
    transform: translate(-50%, -50%);
    transition: transform .16s ease, box-shadow .16s ease, background .16s ease, color .16s ease;
}

.serve-map-marker small {
    display: block;
    max-width: 148px;
    overflow: hidden;
    color: #5f6673;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.15;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.serve-map-marker > span {
    display: block;
    max-width: 148px;
    overflow: hidden;
    color: #222;
    font-size: 11px;
    font-weight: 900;
    line-height: 1.1;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.serve-map-marker strong {
    display: block;
    max-width: 148px;
    overflow: hidden;
    margin: 3px 0;
    color: var(--serve-orange-dark);
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.serve-map-marker.project-low,
.serve-map-marker.project-medium,
.serve-map-marker.project-high,
.serve-map-marker.property {
    background: #fff;
}

.serve-map-marker.cluster {
    min-width: 48px;
    max-width: 48px;
    height: 48px;
    padding: 0;
    display: grid;
    place-items: center;
    border: 2px solid rgba(247, 148, 29, .85);
    background: radial-gradient(circle at 35% 30%, #fff 0, #fff7ed 48%, #ffe0b2 100%);
    color: var(--serve-orange-dark);
    box-shadow: 0 8px 22px rgba(247, 148, 29, .28), 0 2px 8px rgba(15, 23, 42, .12);
}

.serve-map-marker.cluster strong {
    margin: 0;
    color: var(--serve-orange-dark);
    font-size: 14px;
}

.serve-map-marker.station {
    min-width: auto;
    padding: 5px 8px;
    border-color: rgba(247, 148, 29, .25);
    background: #fff5e8;
    color: var(--serve-orange-dark);
    font-size: 11px;
}

.serve-map-marker.is-active,
.serve-map-marker:hover {
    z-index: 20;
    background: var(--serve-ink);
    color: #fff;
    transform: translate(-50%, -50%) scale(1.08);
    box-shadow: 0 10px 28px rgba(15, 23, 42, .3);
}

.serve-map-marker.is-active span,
.serve-map-marker.is-active strong,
.serve-map-marker.is-active small,
.serve-map-marker:hover span,
.serve-map-marker:hover strong,
.serve-map-marker:hover small {
    color: #fff;
}

body.serve-map-body #compare-floating {
    bottom: 24px !important;
    right: 24px !important;
}

.serve-map-density {
    position: absolute;
    width: 96px;
    height: 96px;
    border-radius: 999px;
    background: rgba(247, 148, 29, .22);
    border: 1px solid rgba(247, 148, 29, .35);
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.serve-map-popup {
    max-width: 310px;
    font-family: Kanit, Arial, sans-serif;
    overflow: hidden;
    border-radius: 14px;
}

.serve-map-popup img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 10px;
}

.serve-map-popup-body {
    display: grid;
    gap: 8px;
}

.serve-map-popup-title-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    min-width: 0;
}

.serve-map-popup h3 {
    min-width: 0;
    margin: 0 0 4px;
    color: var(--serve-ink);
    font-size: 17px;
    line-height: 1.25;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.serve-map-popup-invid {
    flex: 0 0 auto;
    width: fit-content;
    padding: 3px 8px;
    border-radius: 999px;
    background: #fff4e5;
    color: var(--serve-orange-dark);
    font-size: 11px;
    font-weight: 800;
    line-height: 1.2;
}

.serve-map-popup p {
    margin: 0;
    color: var(--serve-muted);
    font-size: 12px;
}

.serve-map-popup-location {
    color: #555 !important;
}

.serve-map-popup-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
}

.serve-map-popup-metrics span,
.serve-map-popup-price,
.serve-map-popup-meta {
    border: 1px solid #ececec;
    border-radius: 10px;
    background: #fafafa;
}

.serve-map-popup-metrics span {
    display: grid;
    gap: 2px;
    padding: 8px;
}

.serve-map-popup-metrics strong {
    overflow: hidden;
    color: var(--serve-ink);
    font-size: 12px;
    line-height: 1.1;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.serve-map-popup-metrics small {
    color: var(--serve-muted);
    font-size: 10px;
}

.serve-map-popup-prices {
    display: grid;
    gap: 7px;
}

.serve-map-popup-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 9px 10px;
}

.serve-map-popup-price span {
    border-radius: 999px;
    background: #b2644d;
    color: #fff;
    padding: 3px 10px;
    font-size: 12px;
    font-weight: 800;
}

.serve-map-popup-price.sale span {
    background: var(--serve-orange);
}

.serve-map-popup-price strong {
    color: var(--serve-ink);
    font-size: 18px;
}

.serve-map-popup-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    padding: 9px 10px;
    color: #222;
    font-size: 12px;
}

.serve-map-popup-station {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    color: var(--serve-muted) !important;
    font-size: 12px;
    font-weight: 700;
    text-align: right;
}

.serve-map-popup-station strong {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: var(--serve-orange-dark);
    font-weight: 900;
}

.serve-map-popup-station img {
    width: 22px;
    height: 22px;
    margin: 0;
    object-fit: contain;
    border-radius: 0;
}

.serve-map-popup-actions {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding-top: 2px;
    border-top: 1px solid #eee;
}

.serve-map-popup-actions a {
    flex: 0 1 auto;
    color: #555;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.2;
    white-space: nowrap;
    text-decoration: none;
}

.serve-map-popup-actions a:hover {
    color: var(--serve-orange-dark);
    text-decoration: underline;
}

.serve-map-popup-actions a.primary {
    color: var(--serve-orange-dark);
}

.serve-map-popup button {
    min-height: 32px;
    border: 0;
    border-radius: 999px;
    background: var(--serve-orange);
    color: #fff;
    padding: 0 12px;
    font-weight: 800;
}

.serve-map-compare {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 40;
    width: min(560px, calc(100vw - 36px));
    max-height: 44vh;
    overflow: auto;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 48px rgba(15, 23, 42, .22);
}

.serve-map-compare-head {
    display: flex;
    justify-content: space-between;
    padding: 12px 14px;
    border-bottom: 1px solid var(--serve-line);
}

.serve-map-compare-head button {
    border: 0;
    background: transparent;
    color: var(--serve-orange-dark);
    font-weight: 700;
}

.serve-map-compare-body {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    gap: 10px;
    padding: 12px;
}

.serve-map-compare-item {
    border: 1px solid var(--serve-line);
    border-radius: 8px;
    padding: 10px;
    color: var(--serve-muted);
    font-size: 12px;
}

.serve-map-compare-item strong {
    display: block;
    color: var(--serve-ink);
    font-size: 13px;
}

@keyframes serveMapPulse {
    50% { opacity: .45; }
}

@media (max-width: 1199.98px) {
    .serve-map-filter-main {
        grid-template-columns: minmax(0, 1fr) auto;
        overflow-x: auto;
        overscroll-behavior-x: contain;
        padding: 10px 18px 10px 160px;
    }

    .serve-map-filter-center {
        justify-content: flex-start;
        overflow-x: auto;
        overscroll-behavior-x: contain;
    }

    .serve-map-chip-group,
    .serve-map-filter-popover,
    .serve-map-toggle-line {
        flex: 0 0 190px;
    }

    .serve-map-chip-group,
    .serve-map-filter-popover,
    .serve-map-toggle-line {
        flex-basis: auto;
    }

    .serve-map-shell {
        grid-template-columns: minmax(380px, 40%) minmax(0, 60%);
    }

    .serve-map-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991.98px) {
    .serve-map-filter {
        position: sticky;
        top: 0;
    }

    .serve-map-filter-main {
        grid-template-columns: 1fr auto;
        min-height: 64px;
        gap: 8px;
        padding: 64px 14px 10px;
    }

    .serve-map-brand {
        top: 8px;
        left: 14px;
    }

    .serve-map-brand span {
        font-size: 24px;
        letter-spacing: 0;
    }

    .serve-map-header-actions {
        grid-column: 2;
    }

    .serve-map-filter-center {
        grid-column: 1 / -1;
        grid-row: 2;
        padding-top: 6px;
    }

    .serve-map-chip-group,
    .serve-map-filter-button,
    .serve-map-icon-filter {
        height: 40px;
    }

    .serve-map-icon-filter {
        width: 40px;
    }

    .serve-map-filter-menu {
        position: fixed;
        top: 70px;
        left: 14px;
        right: 14px;
        width: auto;
    }

    .serve-map-shell {
        display: block;
        height: var(--serve-map-shell-height, 100vh);
        min-height: 0;
    }

    .serve-map-stage,
    .serve-map-canvas {
        height: 100%;
    }

    .serve-map-panel {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        height: 58vh;
        border-radius: 16px 16px 0 0;
        transform: translateY(calc(100% - 104px));
        transition: transform .22s ease;
        box-shadow: 0 -16px 36px rgba(15, 23, 42, .18);
    }

    .serve-map-panel.is-expanded {
        transform: translateY(0);
    }

    .serve-map-panel-handle {
        display: block;
        width: 42px;
        height: 5px;
        margin: 10px auto 0;
        border-radius: 999px;
        background: #ccd6e0;
    }

    .serve-map-toolbar {
        padding: 12px 16px 8px;
    }

    .serve-map-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px 12px;
        padding: 10px 16px 18px;
    }

    .serve-map-layer-menu {
        top: 72px;
        right: 12px;
    }

    .serve-map-radius-control {
        bottom: calc(104px + 14px);
        width: min(340px, calc(100% - 24px));
        padding: 10px 12px;
    }

    .serve-map-area-button {
        top: 72px;
    }

    .serve-map-location-prompt {
        align-items: start;
        padding-top: 86px;
    }
}

@media (max-width: 575.98px) {
    .serve-map-filter-main {
        padding: 60px 12px 9px;
    }

    .serve-map-brand {
        left: 12px;
        padding: 6px 10px;
    }

    .serve-map-brand span {
        font-size: 22px;
        letter-spacing: 0;
    }

    .serve-map-chip {
        min-width: 50px;
        padding: 0 10px;
    }

    .serve-map-area-menu,
    .serve-map-price-menu,
    .serve-map-type-menu,
    .serve-map-sort-menu,
    .serve-map-transit-menu {
        width: auto;
    }

    .serve-map-list {
        grid-template-columns: 1fr;
    }
}
