.fsat-aircraft-btn {
  appearance: none;
  background: #112b48;
  border: 1px solid #31577f;
  border-radius: 999px;
  color: #dbeafe;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  min-height: 32px;
  padding: 8px 13px;
  transition: background-color .15s ease, border-color .15s ease, box-shadow .15s ease;
}

.fsat-aircraft-btn:hover,
.fsat-aircraft-btn:focus-visible {
  background: #173b61;
  border-color: #5aa5e8;
  outline: none;
}

.fsat-aircraft-btn.is-active {
  background: #1169a8;
  border-color: #67d4ff;
  box-shadow: 0 0 0 2px rgba(103, 212, 255, .16);
  color: #fff;
}

.fsat-aircraft-btn.has-error {
  border-color: #f59e0b;
}

.fsat-aircraft-marker {
  background: transparent;
  border: 0;
}

.fsat-aircraft-symbol {
  align-items: center;
  background: transparent;
  border: 0;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, .9));
  display: flex;
  height: 28px;
  justify-content: center;
  transform-origin: 50% 50%;
  transition: transform .25s linear;
  width: 28px;
}

.fsat-aircraft-symbol svg {
  fill: #ffd400;
  height: 26px;
  stroke: rgba(31, 24, 0, .75);
  stroke-width: .45;
  width: 26px;
}

.fsat-aircraft-symbol.fsat-helicopter svg {
  height: 30px;
  width: 30px;
}

.fsat-aircraft-popup .leaflet-popup-content-wrapper,
.fsat-aircraft-popup .leaflet-popup-tip {
  background: #07192d;
  color: #e5efff;
}

.fsat-aircraft-popup .leaflet-popup-content-wrapper {
  border: 1px solid #31577f;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .55);
}

.fsat-aircraft-popup .leaflet-popup-content {
  margin: 13px 15px;
}

.fsat-aircraft-popup .leaflet-popup-close-button {
  color: #b7cae4;
}

.fsat-popup-title {
  color: #79ceff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.fsat-popup-operator {
  color: #fff;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.3;
  margin-bottom: 8px;
}

.fsat-popup-operator.is-known {
  color: #7ee3ff;
}

.fsat-popup-row {
  display: flex;
  gap: 12px;
  justify-content: space-between;
  line-height: 1.35;
  margin-top: 4px;
}

.fsat-popup-row span {
  color: #92a8c5;
}

.fsat-popup-row strong {
  color: #eef6ff;
  font-weight: 650;
  text-align: right;
}

.fsat-popup-route-note {
  border-top: 1px solid rgba(73, 109, 148, .55);
  color: #7f98b8;
  font-size: 10px;
  line-height: 1.35;
  margin-top: 9px;
  padding-top: 7px;
}

@media (max-width: 767px) {
  .fsat-aircraft-btn {
    flex: 0 0 auto;
    font-size: 11px;
    min-height: 30px;
    padding: 7px 10px;
  }
}
