/* MAP */

#map {
    flex-grow: 1;
}

/* MAP CONTROLS */

.map-block {
    max-width: 350px;
    padding: 15px;
    background: #ffffffd9;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    display: flex;
    flex-flow: column nowrap;
    row-gap: 8px;    
}

/* LEGEND MAP CONTROL */

.legend-row {
    width: 256px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    column-gap: 12px;
    font-size: 14px;
}

#high-avail-info,
#med-avail-info,
#low-avail-info,
#not-connected-info {
    color: #5c85ff;
    text-decoration: underline dotted;
    cursor: pointer;
}

/* DETAILS */

#school-details {
    display: flex;
    flex-flow: column nowrap;
    row-gap: 24px;    
}

.school-details-block {
    padding: 16px 22px;
    background: #f8f8ff;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.details-block-title {
    margin-bottom: 24px;
    text-align: center;
    font-weight: bold;
}

.chart-container {
    height: 360px;
}