.syg-map {
    width: 100%;
    height: min(62vh, 560px);
    min-height: 360px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 0.5rem;
    overflow: hidden;
}

.syg-map-marker {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    background: #4f94c4;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.28);
}

.syg-map-popup-title {
    display: block;
    font-weight: 700;
    margin-bottom: 0.2rem;
}

.syg-map-popup-meta {
    display: block;
    margin-bottom: 0.35rem;
}

.syg-map-popup-note {
    display: block;
    font-size: 0.8rem;
    margin-top: 0.25rem;
}

@media (max-width: 767.98px) {
    .syg-map {
        height: 420px;
        min-height: 320px;
    }
}

/* --- SYG CENTRAL AGGREGATE MAP POPUPS START --- */

.syg-map-engine {
    width: 100%;
}

.syg-map-country-popup {
    min-width: 280px;
}

.syg-map-company-list {
    padding-left: 18px;
    max-height: 320px;
    overflow-y: auto;
}

.syg-map-hub-popup {
    min-width: 245px;
    max-width: 320px;
}

.syg-map-hub-popup h3 {
    font-size: 1.05rem;
    line-height: 1.3;
    margin: 0 0 0.45rem;
}

.syg-map-hub-popup-location {
    font-size: 0.82rem;
    color: #6c757d;
    margin-bottom: 0.55rem;
}

.syg-map-hub-popup-count {
    margin-bottom: 0.6rem;
}

.syg-map-hub-popup-summary {
    font-size: 0.88rem;
    line-height: 1.45;
    margin-bottom: 0.75rem;
}

.syg-map-hub-popup-link {
    font-weight: 700;
    text-decoration: none;
}

/* --- SYG CENTRAL AGGREGATE MAP POPUPS END --- */
