/* === Areas overlay labels === */
.area-label {
  background: #ffffffcc;
  border-radius: 6px;
  padding: 2px 6px;
  font: 12px/1.2 system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  color: #222;
  box-shadow: 0 1px 3px rgba(0,0,0,.15);
}
.area-label.anchorage  { background: #fff6cc; }
.area-label.restricted { background: #ffe6e6; }
