/*
 * 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.
 */

.leaflet-tooltip.plane-tooltip {
  background: #020617;
  border-radius: 0.75rem;
  border: 1px solid rgba(51, 65, 85, 0.9);
  color: #e5e7eb;
  padding: 0.6rem 1rem;
  min-width: 200px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.8);
}

.leaflet-tooltip.plane-tooltip::before {
  border-top-color: #020617;
}

.plane-tooltip-inner {
  font-size: 0.7rem;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.plane-tooltip-heading {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
  font-size: 0.75rem;
  font-weight: 600;
  color: #38bdf8;
}

.plane-tooltip-meta {
  font-size: 0.65rem;
  color: #9ca3af;
}

.plane-tooltip-row {
  display: flex;
  justify-content: space-between;
  font-size: 0.65rem;
  color: #e5e7eb;
}

.plane-tooltip-row span:first-child {
  color: #6b7280;
}

