#kw-particle-map {
    width: 100%;
    height: 70vh;
    min-height: 600px;
}

.kw-refinery-label {
    background: transparent;
    border: none;
    width: auto !important;
    height: auto !important;
}

.kw-refinery-label span {
    display: inline-block;
    background: rgba(36, 36, 36, 0.88);
    color: #ffffff;
    padding: 6px 9px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.15;
    /*white-space: pre;*/
    box-shadow: 0 2px 6px rgba(0,0,0,0.25);
}

/* coordinate is bottom-center of label */
.kw-refinery-label--bottom span {
    transform: translate(-50%, -100%);
}

.kw-sampling-site {
    /*white-space: pre;*/
}

.kw-sampling-site-marker {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.35));
}

.kw-sampling-site-dot {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #f2b705;
    border: 3px solid #ffffff;
    box-shadow: 0 0 0 2px #1f2933;
}

.kw-sampling-site-tooltip {
    background: #ffffff;
    color: #1f2933;
    border: none;
    border-radius: 6px;
    padding: 6px 9px;
    font-size: 13px;
    font-weight: 500;
    box-shadow: 0 4px 14px rgba(0,0,0,0.22);
}

.kw-sampling-site-tooltip--full .kw-site-popup {
    padding: 10px 12px;
    min-width: 240px;
    max-width: 340px;
}

.kw-sampling-site-tooltip--full .kw-site-popup strong {
    display: block;
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 1.15;
    font-weight: 700;
    white-space: normal;
}

.kw-sampling-site-tooltip--full .kw-site-popup__address {
    margin-bottom: 6px;
    font-size: 15px;
    line-height: 1.25;
    font-weight: 400;
    white-space: normal;
}

.kw-sampling-site-tooltip--full .kw-site-popup__meta {
    font-size: 15px;
    line-height: 1.25;
    font-weight: 400;
}

.kw-sampling-site-tooltip--full .kw-site-popup__meta span {
    font-weight: 700;
}

/* Allow full site info tooltip to wrap */
.leaflet-tooltip.kw-sampling-site-tooltip--full {
    white-space: normal;
}

.kw-sampling-site-tooltip--full .kw-site-popup {
    min-width: 240px;
    max-width: 340px;
}

.kw-sampling-site-tooltip--full .kw-site-popup strong,
.kw-sampling-site-tooltip--full .kw-site-popup__address,
.kw-sampling-site-tooltip--full .kw-site-popup__meta {
    white-space: normal;
}

.kw-site-popup {
    font-size: 15px;
    line-height: 1.35;
    color: #333;
}

.kw-site-popup strong {
    display: block;
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 1.2;
}

.kw-site-popup__address {
    margin-bottom: 6px;
}

.kw-site-popup__meta {
    font-size: 14px;
}

.kw-site-popup__meta span {
    font-weight: 700;
}

