.network-map-canvas {
    width: 100%;
    background: #eef3f8;
}

.network-map-empty {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 300px;
    color: #526277;
    font-size: 15px;
    padding: 20px;
    text-align: center;
}

.network-map-info {
    max-width: 260px;
    font-family: "epilogue", sans-serif;
}

.network-map-info__badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 4px 8px;
    margin-bottom: 8px;
}

.network-map-info__badge--company {
    background: #ebf5f8;
    color: #002d4c;
}

.network-map-info__badge--service {
    background: #0088cc;
    color: #fff;
}

.network-map-info__title {
    margin: 0 0 8px;
    font-size: 16px;
    color: #001a2e;
}

.network-map-info__meta,
.network-map-info__desc {
    margin: 0 0 6px;
    font-size: 13px;
    line-height: 1.5;
    color: #526277;
}

.network-map-info__meta a {
    color: #0088cc;
    text-decoration: none;
}

.network-map-filter .btn.is-active {
    background: #002d4c;
    color: #fff;
    border-color: #002d4c;
}

.network-location-card {
    border: 1px solid #e8e9ed;
    padding: 24px;
    height: 100%;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.network-location-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 26, 46, 0.08);
}

@media (max-width: 1199.98px) {
    .network-map-canvas {
        height: 450px !important;
    }
}

@media (max-width: 767.98px) {
    .network-map-canvas {
        height: 300px !important;
    }
}
