.companies-map-section {
    padding: 60px 0 0;
}

.companies-map-section .sec-title {
    margin-bottom: 16px;
}

.companies-map-count-wrap {
    margin-bottom: 30px;
}

.companies-map-wrapper {
    position: relative;
    width: 100%;
    min-height: 400px;
}

.companies-map-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.companies-map-count.theme-btn.btn-style-three.is-highlighted {
    flex-direction: column;
    color: #ffffff;
    background-color: #1967d2;
    min-width: 110px;
    padding: 12px 24px 10px;
    cursor: default;
    pointer-events: none;
}

.companies-map-count .count-value {
    display: block;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
}

.companies-map-count .count-label {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    opacity: 0.85;
}

.companies-map-marker-icon {
    background: transparent;
    border: 0;
}

.companies-map-popup .leaflet-popup-content {
    margin: 0;
}

.companies-map-popup .map-box {
    margin: 0;
}

.companies-map-popup .map-listing-item .inner-box {
    cursor: pointer;
}

.companies-map-popup .map-listing-item .infoBox-close {
    z-index: 10;
    position: absolute;
}

.companies-map-popup .companies-map-infobox-link {
    display: block;
    position: relative;
    z-index: 1;
    margin: -20px;
    margin-left: -90px;
    padding: 20px;
    padding-left: 90px;
    color: inherit;
    text-decoration: none;
}

.companies-map-popup .companies-map-infobox-link:hover,
.companies-map-popup .companies-map-infobox-link:focus {
    color: inherit;
    text-decoration: none;
}

.companies-map-popup .companies-map-infobox-link h3 {
    color: #202124;
}

.marker-cluster-small,
.marker-cluster-medium,
.marker-cluster-large {
    background-color: rgba(25, 103, 210, 0.25);
}

.marker-cluster-small div,
.marker-cluster-medium div,
.marker-cluster-large div {
    background-color: #1967d2;
    color: #fff;
    font-weight: 600;
}

@media (max-width: 767px) {
    .companies-map-section {
        padding-top: 40px;
    }
}
