/* Shared header CTA for flight compensation */
a.nav-flight {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-left: 0;
  padding: 8px 14px;
  background: #0d2c3b;
  color: #e8d5a3 !important;
  border: 1px solid #c4a35a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  border-radius: 24px;
  text-decoration: none !important;
  white-space: nowrap;
  line-height: 1;
  flex-shrink: 0;
  transition: background 0.2s ease, color 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
  box-shadow: 0 1px 0 rgba(196, 163, 90, 0.25);
}

a.nav-flight:hover,
a.nav-flight:focus-visible {
  background: #c4a35a;
  color: #0d2c3b !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(13, 44, 59, 0.18);
}

a.nav-flight .nav-flight-icon {
  flex-shrink: 0;
}

a.nav-flight .nav-flight-label {
  display: inline;
  white-space: nowrap;
  line-height: 1;
}

@media (max-width: 1024px) {
  a.nav-flight {
    margin-left: 0;
    margin-top: 4px;
    margin-bottom: 8px;
    padding: 12px 18px;
    border-radius: 10px;
    font-size: 13px;
    width: 100%;
    box-sizing: border-box;
  }
}
