﻿/* Deepam Cabs — airport hub page (airport-taxi-special-price.html) */

.airport-hub-page .hero.hero--airport-hub {
  min-height: clamp(280px, 42vh, 420px);
}

.airport-hub-page .hero.hero--airport-hub .hero__picture img {
  object-position: center 35%;
}

.airport-hub-page .hero__actions--airport-hub {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.airport-hub-page .airport-fare-note {
  margin-top: 1rem;
  font-size: 0.9375rem;
  color: var(--color-text-muted, #5c6470);
}

.airport-hub-page .airport-content-prose {
  max-width: 48rem;
}

.airport-hub-page .airport-content-prose p + p {
  margin-top: 1rem;
}

.airport-hub-page .airport-content-prose a {
  color: var(--color-primary, #152736);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media (max-width: 767px) {
  .airport-hub-page .hero.hero--airport-hub {
    min-height: 260px;
  }
}
