/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

/* Map pin used for the sign location. A CSS pin rather than Leaflet's default
   image marker, whose icon URLs don't survive asset digesting. */
.sign-pin span {
  display: block;
  width: 26px;
  height: 26px;
  border: 3px solid #fff;
  border-radius: 50% 50% 50% 0;
  background: #059669;
  box-shadow: 0 2px 6px rgb(0 0 0 / 0.4);
  transform: rotate(-45deg);
}

.leaflet-container {
  font: inherit;
}

/* Printable QR sheet: keep a code from being split across two pages. */
@media print {
  .qr-card {
    break-inside: avoid;
    page-break-inside: avoid;
  }

  body {
    background: #fff;
  }
}
