/* =========================================
   Posao EU Custom Map Markers — Map Styles
   ========================================= */

/* Hide default Google InfoWindow (we use custom overlay popups) */
.gm-style-iw-c {
    display: none !important;
}
.gm-style-iw-tc {
    display: none !important;
}

/* Center cluster number text inside the circle */
.cluster > div[aria-label] {
    top: 0 !important;
    left: 0 !important;
    width: 44px !important;
    height: 44px !important;
    line-height: 44px !important;
    text-align: center !important;
    font-weight: 700 !important;
    font-family: 'Quicksand', Arial, sans-serif !important;
}

/* Map container — better proportions on listing page */
.hp-listing--view-page [data-component="map"],
.hp-template--listings-view-page [data-component="map"] {
    max-height: 480px !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08) !important;
}

/* Map on single listing page — smaller */
.hp-template--listing-view-page [data-component="map"] {
    max-height: 300px !important;
    border-radius: 12px !important;
    overflow: hidden !important;
}

/* Fullscreen button styling */
.gm-fullscreen-control {
    border-radius: 8px !important;
}

/* Zoom controls */
.gm-bundled-control .gmnoprint > div {
    border-radius: 8px !important;
}
