/* Area names sit directly on satellite imagery, which is busy and unpredictably light or dark.
   The outline keeps them legible over both without a background plate that would hide the ground. */
.site-area-label {
    text-shadow:
        -1px -1px 2px rgba(0, 0, 0, .9),
         1px -1px 2px rgba(0, 0, 0, .9),
        -1px  1px 2px rgba(0, 0, 0, .9),
         1px  1px 2px rgba(0, 0, 0, .9);
}
