:root {
    font-family: Arial, Helvetica, sans-serif;
    color: #1f1f1f;
    background: #f5f5f5;
}

body {
    margin: 0;
}

.page {
    width: min(100% - 40px, 900px);
    margin: 40px auto;
}

h1 {
    margin-bottom: 8px;
}

.address {
    margin-top: 0;
    margin-bottom: 24px;
}

.polling-station-map {
    width: 100%;
    height: 460px;
    border: 1px solid #d3d3d3;
    border-radius: 10px;
    overflow: hidden;
    background: #e9e9e9;
}

.polling-station-map .leaflet-tooltip {
    padding: 7px 10px;
    border: 0;
    border-radius: 5px;
    font-weight: 700;
    box-shadow: 0 1px 6px rgb(0 0 0 / 25%);
}

.polling-station-popup strong {
    display: block;
    margin-bottom: 6px;
}

.polling-station-popup p {
    margin: 0;
    line-height: 1.4;
}

.test-data {
    margin-top: 12px;
    color: #555;
    font-size: 0.9rem;
}

@media (max-width: 600px) {
    .page {
        width: min(100% - 24px, 900px);
        margin: 24px auto;
    }

    .polling-station-map {
        height: 360px;
    }
}
