/* css/wrecks.css — P2-03. Unnamed charted-wreck markers + provenance popup. */

.atlas-wreck {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 0;
}
.atlas-wreck__mark {
  font-size: 13px;
  line-height: 1;
  color: #cfd9df;
  text-shadow: 0 0 3px rgba(10, 16, 19, 0.9), 0 0 1px rgba(10, 16, 19, 0.9);
  opacity: 0.85;
}

.atlas-wreck-pop .leaflet-popup-content-wrapper {
  background: var(--bg-raised);
  color: var(--text);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font-family: var(--font);
}
.atlas-wreck-pop .leaflet-popup-tip { background: var(--bg-raised); }
.atlas-wreck__popup { font-size: 0.75rem; line-height: 1.5; }
.atlas-wreck__popup b { color: var(--accent-2); }
