﻿
    .google-map-locations { background: #f4f6f7; }
    .cb-map { width: 100%; height: 86vh; border-radius: 0; }
    .cb-location-list { padding: 18px 12px 30px; }
    .cb-location-card { height: 100%; overflow: hidden; background: #fff; border: 1px solid #d8e0e4; border-radius: 12px; box-shadow: 0 3px 12px rgba(0,0,0,.06); transition: border-color .2s ease,box-shadow .2s ease; }
    .cb-location-card:hover { border-color: #bfcbd1; box-shadow: 0 7px 22px rgba(0,0,0,.09); }
    .cb-location-card__summary { display: grid; grid-template-columns: minmax(220px,38%) 1fr; min-height: 200px; }
    .cb-location-card__media { height: 200px; overflow: hidden; background: #eaf0f3; }
    .cb-location-card__hero { display: block; width: 100%; height: 200px; object-fit: cover; }
    .cb-location-card__placeholder { display: flex; align-items: center; justify-content: center; width: 100%; height: 200px; color: #9daab0; background: #eaf0f3; font-size: 2rem; }
    .cb-location-card__content { display: flex; flex: 1; flex-direction: column; min-width: 0; padding: 22px; }
    .cb-location-card__title { margin: 0 0 12px; color:#0f4057; font-weight:700; font-size: 1.4rem; line-height: 1.25; }
    .cb-location-card__address { display: flex; align-items: flex-start; gap: 9px; margin-bottom: 18px; color: #626c72; font-size: .95rem; line-height: 1.45; }
    .cb-location-card__address i { flex: 0 0 auto; margin-top: 3px; color: #278cc1; }
    .cb-location-card__actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: auto; }
    .cb-location-card__action { display: inline-flex; align-items: center; justify-content: center; gap: 7px; min-height: 42px; padding: 9px 15px; border: 1px solid #278cc1; border-radius: 7px; background: #fff; color: #278cc1; font-size: .92rem; text-decoration: none; transition: background-color .2s ease,color .2s ease; }
    .cb-location-card__action:hover { background: #278cc1; color: #fff; text-decoration: none; }
    .cb-location-card__expand-wrap { border-top: 1px solid #e2e7ea; }
    .cb-location-card__expand-button { display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 52px; padding: 12px 20px; border: 0; background: #f8fafb; color: #475157; font-size: .95rem; font-weight: 500; text-align: left; cursor: pointer; }
    .cb-location-card__expand-button:hover { background: #f1f5f7; color: #278cc1; }
    .cb-location-card__expand-icon { transition: transform .2s ease; }
    .cb-location-card__expand-button[aria-expanded="true"] .cb-location-card__expand-icon { transform: rotate(180deg); }
    .cb-location-card__details { padding: 20px; border-top: 1px solid #e4e9eb; background: #fff; }
    .cb-location-card__detail-row { margin-bottom: 12px; color: #5a646a; font-size: .94rem; overflow-wrap: anywhere; }
    .cb-location-card__detail-row:last-child { margin-bottom: 0; }
    .cb-location-card__detail-row a { overflow-wrap: anywhere; }
    .cb-location-card__description { margin-top: 18px; color: #5d676d; font-size: .95rem; line-height: 1.6; }
    .cb-location-card__gallery-section { margin-top: 20px; padding-top: 20px; border-top: 1px solid #e6eaec; }
    .cb-location-card__section-title { margin-bottom: 14px; color: #465158; font-size: .84rem; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; }
    .cb-location-card__gallery { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 9px; }
    .cb-location-card__gallery-image { display: block; width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 7px; }
    .cb-location-card__amenities { margin-top: 20px; padding-top: 20px; border-top: 1px solid #e6eaec; }
    .cb-location-card__amenities-grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 16px 8px; }
    .cb-location-card__amenity { min-width: 0; color: #59646a; font-size: .74rem; line-height: 1.2; text-align: center; }
    .cb-location-card__amenity i { display: block; margin-bottom: 7px; color: #278cc1; font-size: 1.15rem; }
    .js-location-card.cb-location-card-isolated { flex: 0 0 100% !important; width: 100% !important; max-width: 100% !important; }

    .cb-map-bubble__imgwrap { }
    .cb-map-bubble__img { width: 100%; height: auto; }
    .cb-map-bubble__address { }
    .cb-map-bubble__meta { }
    .cb-map-bubble__desc { }
    .cb-map-bubble__address div { }
    .cb-map-bubble__meta div { }
    .cb-map-bubble a { }

    .gm-style-iw-d { }
    .gm-style .gm-style-iw-c { }
    /* Outer container */
    .gm-style .gm-style-iw {height:auto !important; width:300px !important; padding: 0 !important; position:absolute; overflow:hidden;}

    /* Inner white bubble */
    .gm-style .gm-style-iw-c {width:100% !important; position:absolute; padding: 12px !important; border-radius: 12px !important; box-shadow: 0 4px 12px rgba(0,0,0,0.15) !important; }


    .cb-map-bubble { width:250px !important; min-height:200px !important; padding:12px; box-sizing:border-box; background:#fff; }
    .cb-map-bubble__title { margin:0 34px 10px 0; color:#06435e; font-size:18px; font-weight:800; line-height:1.3; }
    .cb-map-bubble__imgwrap { width:94%; margin:0 0 12px; overflow:hidden; border-radius:8px; }
    .cb-map-bubble__img { display:block; width:100%; height:150px; object-fit:cover; }
    .cb-map-bubble__address { margin-bottom:10px; color:#0f4057; font-size:13px; font-weight:700; line-height:1.45; }
    .cb-map-bubble__meta { color:#606a70; font-size:.86rem; line-height:1.55; }
    .cb-map-bubble__meta > div { margin-top:4px; font-size:12px; }
    .email span {font-size:11px; text-decoration:underline;}
    .cb-map-bubble__meta a { display:inline; overflow-wrap:anywhere; white-space:normal; }
    .cb-map-bubble__amenities { margin-top:14px; padding-top:14px; border-top:1px solid #e4e8ea; }
    .cb-map-bubble__amenities .small { margin-top:4px; font-size:.67rem; line-height:1.15; }
    .cb-map-bubble__amenities i { color:#278cc1; font-size:1rem; }
    .cb-map-bubble [hidden] { display:none !important; }

    @media (max-width:991px) {
        .cb-map { height: 80vh; min-height: 480px; }
        .cb-location-card__summary { grid-template-columns: 220px 1fr; }
        .cb-location-card__amenities-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
    }

    @media (max-width:767px) {
        .cb-map { height: 80vh; min-height: 390px; }
        .cb-location-list { padding: 12px 10px 24px; }
        .cb-location-card { border-radius: 10px; }
        .cb-location-card__summary { grid-template-columns: 135px 1fr; min-height: 200px; }
        .cb-location-card__media, .cb-location-card__hero, .cb-location-card__placeholder { height: 200px; }
        .cb-location-card__content { padding: 16px 14px; }
        .cb-location-card__title { margin-bottom: 9px; font-size: 1.15rem; }
        .cb-location-card__address { margin-bottom: 12px; font-size: .84rem; line-height: 1.35; }
        .cb-location-card__actions { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); width: 100%; gap: 7px; }
        .cb-location-card__action { width: 100%; min-height: 40px; padding: 8px 5px; font-size: .82rem; }
        .cb-location-card__expand-button { min-height: 50px; padding: 11px 16px; }
        .cb-location-card__details { padding: 16px; }
        .cb-location-card__gallery { grid-template-columns: repeat(2,minmax(0,1fr)); }
        .cb-location-card__amenities-grid { grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px 5px; }
        .cb-location-card__amenity { font-size: .67rem; }
    }

    @media (max-width:480px) {
        .cb-location-card__summary { grid-template-columns: 120px 1fr; }
        .cb-location-card__content { padding: 14px 12px; }
        .cb-location-card__title { font-size: 1.05rem; }
        .cb-location-card__address { font-size: .78rem; }

        .cb-location-card__action span { display: none; }
        .cb-location-card__action i { margin: 0; font-size: 1rem; }

        .cb-location-card__amenities-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
    }

    .cb-location-filter { position: relative; z-index: 2; padding: 24px 18px; background: #0f4057; border-top: 1px solid rgba(255,255,255,.15); box-shadow: 0 4px 14px rgba(0,0,0,.12); }
    .cb-location-filter__inner { display: flex; align-items: center; justify-content: center; gap: 16px; max-width: 1200px; margin: 0 auto; }
    .cb-location-filter__label { flex: 0 0 auto; margin: 0; color: #fff; font-size: .95rem; font-weight: 500; }
    .cb-location-filter__controls { display: flex; align-items: center; flex: 1; gap: 9px; max-width: 620px; }
    .cb-location-filter__select-wrap { position: relative; flex: 1; }
    .cb-location-filter__select { width: 100%; height: 48px; padding: 0 44px; border: 1px solid rgba(255,255,255,.45); border-radius: 8px; outline: 0; appearance: none; background: #fff; color: #41484d; font-size: 1rem; cursor: pointer; }
    .cb-location-filter__select:focus { border-color: #75cfe6; box-shadow: 0 0 0 3px rgba(117,207,230,.25); }
    .cb-location-filter__icon { position: absolute; top: 50%; left: 15px; z-index: 1; color: #278cc1; transform: translateY(-50%); pointer-events: none; }
    .cb-location-filter__chevron { position: absolute; top: 50%; right: 15px; z-index: 1; color: #68747a; transform: translateY(-50%); pointer-events: none; }
    .cb-location-filter__clear { display: inline-flex; align-items: center; justify-content: center; gap: 7px; flex: 0 0 auto; height: 48px; padding: 0 17px; border: 1px solid rgba(255,255,255,.65); border-radius: 8px; background: transparent; color: #fff; font-size: .92rem; cursor: pointer; transition: background-color .2s ease,border-color .2s ease,color .2s ease,opacity .2s ease; }
    .cb-location-filter__clear:hover:not(:disabled) { border-color: #fff; background: #fff; color: #0f4057; }
    .cb-location-filter__clear:disabled { opacity: .4; cursor: not-allowed; }
    .cb-location-filter__count { flex: 0 0 auto; color: rgba(255,255,255,.88); font-size: .88rem; white-space: nowrap; }

    @media (max-width:767px) {
        .cb-location-filter { padding: 14px 10px; }
        .cb-location-filter__inner { display: block; }
        .cb-location-filter__label { display: block; margin-bottom: 7px; font-size: .88rem; }
        .cb-location-filter__controls { max-width: none; }
        .cb-location-filter__select { height: 50px; font-size: 1rem; }
        .cb-location-filter__clear { height: 50px; padding: 0 15px; }
        .cb-location-filter__count { margin-top: 8px; text-align: right; }
    }

@media (max-width:480px) {
    .cb-location-filter__controls { display: grid; grid-template-columns: 1fr auto; }
    .cb-location-filter__clear { width: 50px; padding: 0; }
    .cb-location-filter__clear span { display: none; }
}


.cb-location-filter__select { -webkit-appearance:none !important; -moz-appearance:none !important; appearance:none !important; background-image:none !important; padding-right:44px; }
.cb-location-filter__select::-ms-expand { display:none; }