.map-subtitle {
    font-size: 0.82rem;
    color: #555;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-top: 0.4rem;
    margin-bottom: 1.8rem;
    font-family: "lora", serif;
}

.map-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1.8rem;
    margin-bottom: 2rem;
    align-items: center;
}

.legend-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-family: "lora", serif;
    font-size: 0.78rem;
    color: #888;
    letter-spacing: 0.03em;
}

.legend-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    flex-shrink: 0;
}

.map-section {
    padding: 0 40px 120px;
    max-width: 1400px;
    margin: 0 auto;
}

.map-wrap {
    width: 100%;
    border: 0.5px solid #1a1a1a;
    border-radius: 4px;
    overflow: hidden;
}

.map-image {
    width: 100%;
    height: auto;
    display: block;
}

.map-caption {
    font-family: "lora", serif;
    font-size: 0.78rem;
    color: #444;
/*    font-style: italic;*/
    margin-top: 0.8rem;
    text-align: center;
}
