/* Reset + Pico base can still be included in each page */
.leaflet-container img,
.leaflet-container .leaflet-marker-icon,
.leaflet-container .leaflet-marker-shadow {
    background: transparent !important;
    border: none !important;
}


#metrics {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    /* min 300px, max 1fr */
    gap: 1.5rem;
    /* space between columns and rows */
    margin-top: 1rem;
}

#metrics article {
    background-color: #fff;
    /* card style */
    padding: 1rem;
    border-radius: 0.5rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
}

#metrics button {
    background-color: #F2F7F2;
    color: #000;
}

header {
    background-color: #FFFFFF;
    height: 100px;
}

html, body {
  height: 100%;
  margin: 0;
}

body {
  display: flex;
  flex-direction: column;
}

footer {
    background-color: #FFFFFF;
    margin-top: auto;
}

main {
    background-color: #F2F7F2;
    flex: 1
}

.gridjs-spread {
    display: none !important;
}

.description-cell {
    white-space: normal;
    word-break: break-word;
    overflow: visible;
    line-height: 1.5;

    /* ensure it can actually expand */
     min-width: clamp(500px, 30vw, 1000px);
}

.location-cell {
    white-space: normal;
    word-break: break-word;
    overflow: visible;
    line-height: 1.5;

    /* ensure it can actually expand */
     min-width: clamp(150px, 30vw, 300px);
}

.council-cell {
    white-space: normal;
    word-break: break-word;
    overflow: visible;
    line-height: 1.5;

    /* ensure it can actually expand */
     min-width: clamp(150px, 30vw, 300px);
}