html, body {
    margin: 0;
    padding: 0;
}

.marker {
    background-size: contain;
    width: 20px;
    height: 30px;
    cursor: pointer;
    background-repeat: no-repeat;
}

.marker.red { background-image: url('../img/map-pin-red.svg'); }
.marker.orange { background-image: url('../img/map-pin-orange.svg'); }

.mapboxgl-popup {
    /* max-width: 400px; */
    opacity: .9;
    font-size: 1.15em;
    line-height: 150%;
}

.mapboxgl-popup h2 {
    margin-top: 0;
    margin-bottom: .5em;
}

.mapboxgl-popup h2.red {
    color: #ff1d34;
}

.mapboxgl-popup h2.orange {
    color: #f16e22;
}

.mapboxgl-popup h2 .byline {
    font-size: .55em;
    text-transform: uppercase;
    color: #333;
    font-weight: bold;
}

.mapboxgl-popup-content p {
    margin: .65em 0;
}

.mapboxgl-popup-content p:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}