@import url('../../../js/leaflet/leaflet.css');

/* ── Events page ── */
#mapid {
    height: 480px;
    margin-top: 20px;
    margin-bottom: 40px;
    margin-left: 50px;
    margin-right: 50px;
    z-index: 0; /* keep below GP nav dropdowns */
}

/* Filter box left padding */
.event-filters-container {
    padding-left: 20px;
}

/* Push participating regions below the filter/event list */
.events-and-participating-regions {
    display: flex;
    flex-wrap: wrap;
}

.events-section {
    flex: 1 1 100%;
}

.participating-regions-section {
    flex: 1 1 100%;
    max-width: 700px;
    margin: 40px auto 0;
    text-align: center;
}
