.my-xc-summary__stat-label img,
.my-xc-summary__stat-label svg {
  width: 34px;
  height: 34px;
  max-width: 34px;
  max-height: 34px;
  object-fit: contain;
}

.my-xc-summary__country-flag img {
  width: 20px;
  height: 14px;
  object-fit: cover;
}

.my-xc-summary--community {
  margin-bottom: 0.45rem;
}

.public-flights.public-flights--pilot {
  max-width: var(--bxc-page-max-width, 1920px);
  width: 100%;
  margin-inline: auto;
}

.public-flights.public-flights--pilot .public-flights__header--pagination-only {
  margin-bottom: 0.35rem;
}

.my-xc-summary__hero-action {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.42rem;
  border: 1px solid rgba(37, 99, 235, 0.22);
  border-radius: var(--bxc-radius, 8px);
  background: rgba(255, 255, 255, 0.9);
  color: #1d4ed8;
  padding: 0.42rem 0.66rem;
  text-decoration: none;
  font-size: 0.86rem;
  font-weight: 800;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
}

.my-xc-summary__hero-action--primary {
  background: #2563eb;
  border-color: #2563eb;
  color: #ffffff;
}

.my-xc-summary__extra-panel {
  min-width: 0;
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: var(--bxc-radius, 8px);
  background: rgba(255, 255, 255, 0.76);
  padding: 0.55rem 0.65rem;
  box-shadow: 0 8px 18px rgba(15, 76, 129, 0.08);
}

.my-xc-summary__extra-panel.public-flights__guest-detail-panel {
  grid-column: 1 / -1;
  padding: 0.68rem 0.78rem;
  border-color: rgba(37, 99, 235, 0.22);
  background: linear-gradient(135deg, rgba(239, 246, 255, 0.96), rgba(255, 255, 255, 0.9));
}

.public-flights__guest-detail-notice {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  min-width: 0;
}

.public-flights__guest-detail-icon {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--bxc-radius, 8px);
  background: #dbeafe;
  color: #1d4ed8;
}

.public-flights__guest-detail-copy {
  min-width: 0;
  display: grid;
  gap: 0.12rem;
  color: #0f172a;
}

.public-flights__guest-detail-copy strong {
  font-size: 0.92rem;
  line-height: 1.2;
}

.public-flights__guest-detail-copy span {
  color: #475569;
  font-size: 0.84rem;
  line-height: 1.35;
}

.public-flights__guest-detail-action {
  margin-left: auto;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  border-radius: var(--bxc-radius, 8px);
  background: #1d4ed8;
  color: #ffffff;
  padding: 0.38rem 0.62rem;
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 800;
}

.public-flights__guest-detail-action:hover {
  background: #1e40af;
  color: #ffffff;
}

.my-xc-summary--pilot-flightbook {
  margin-bottom: 0.72rem;
}

.public-flights__pilot-tabs {
  display: grid;
  gap: 0.78rem;
  margin-top: 0.72rem;
}

.public-flights__pilot-tabs-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.46rem;
  align-items: center;
  padding: 0.5rem;
  border: 1px solid #dbe5f0;
  border-radius: var(--bxc-radius, 8px);
  background: #f8fafc;
}

.public-flights__pilot-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.42rem;
  min-height: 40px;
  padding: 0.44rem 0.68rem;
  border: 1px solid transparent;
  border-radius: var(--bxc-radius, 8px);
  background: #ffffff;
  color: #334155;
  font-weight: 850;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
}

.public-flights__pilot-tab:hover,
.public-flights__pilot-tab:focus-visible {
  color: #155946;
  border-color: rgba(38, 115, 93, 0.34);
  outline: none;
}

.public-flights__pilot-tab.is-active {
  background: #17324d;
  border-color: #17324d;
  color: #ffffff;
}

.public-flights__pilot-tab small {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.55rem;
  min-height: 1.35rem;
  padding: 0 0.36rem;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.08);
  color: inherit;
  font-size: 0.72rem;
}

.public-flights__pilot-tab.is-active small {
  background: rgba(255, 255, 255, 0.18);
}

.public-flights__pilot-tab-panel {
  display: none;
  min-width: 0;
}

.public-flights__pilot-tab-panel.is-active {
  display: block;
}

.public-flights .public-flights__pilot-badges-full,
.public-flights .public-flights__pilot-panel {
  width: 100%;
  padding: 0.9rem;
  border: 1px solid #dbe5f0;
  border-radius: var(--bxc-radius, 8px);
  background: #ffffff;
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.06);
}

.public-flights__pilot-panel-head {
  margin-bottom: 0.72rem;
}

.public-flights__pilot-panel-head h2 {
  margin: 0;
}

.my-xc-summary--pilot-flightbook .my-xc-summary__hero {
  display: grid;
  grid-template-columns: minmax(260px, 0.48fr) minmax(640px, 1.52fr);
  align-items: stretch;
  gap: 0.75rem;
  padding: 0.85rem 1rem;
  border-radius: var(--bxc-radius, 8px);
}

.my-xc-summary--pilot-flightbook .my-xc-summary__hero-text {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.my-xc-summary--pilot-flightbook .my-xc-summary__hero-text h1 {
  margin: 0.1rem 0 0;
  font-size: 1.65rem;
  line-height: 1.12;
}

.my-xc-summary--pilot-flightbook .my-xc-summary__title-row {
  align-items: center;
  gap: 0.45rem 0.55rem;
  margin-bottom: 0.35rem;
}

.my-xc-summary--pilot-flightbook .my-xc-summary__lede {
  max-width: 48ch;
  font-size: 0.92rem;
  line-height: 1.42;
}

.my-xc-summary--pilot-flightbook .my-xc-summary__hero-tags,
.my-xc-summary--pilot-flightbook .my-xc-summary__hero-actions {
  gap: 0.38rem;
  margin-top: 0.55rem;
}

.my-xc-summary--pilot-flightbook .my-xc-summary__hero-actions--title {
  margin-top: 0;
}

.my-xc-summary--pilot-flightbook .my-xc-summary__tag {
  padding: 0.22rem 0.58rem;
  border-radius: var(--bxc-radius, 8px);
  font-size: 0.76rem;
}

.my-xc-summary--pilot-flightbook .my-xc-summary__hero-stats {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 0.45rem;
  min-width: 0;
  width: 100%;
}

.my-xc-summary--pilot-flightbook .my-xc-summary__hero-stat-grid {
  display: contents;
}

.my-xc-summary--pilot-flightbook .my-xc-summary__stat {
  grid-column: span 2;
  min-width: 0;
  padding: 0.52rem 0.58rem;
  border-radius: var(--bxc-radius, 8px);
  text-align: left;
  box-shadow: 0 6px 14px rgba(15, 76, 129, 0.08);
}

.my-xc-summary--pilot-flightbook .my-xc-summary__stat--mini {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 0.1rem 0.35rem;
  align-items: center;
}

.my-xc-summary--pilot-flightbook .my-xc-summary__stat-icon {
  grid-row: 1 / span 2;
  width: 28px;
  height: 28px;
}

.my-xc-summary--pilot-flightbook .my-xc-summary__stat-icon img,
.my-xc-summary--pilot-flightbook .my-xc-summary__stat-icon svg {
  width: 24px;
  height: 24px;
}

.my-xc-summary--pilot-flightbook .my-xc-summary__stat-value {
  font-size: 1rem;
  line-height: 1.16;
}

.my-xc-summary--pilot-flightbook .my-xc-summary__stat-label,
.my-xc-summary--pilot-flightbook .my-xc-summary__stat-title {
  font-size: 0.72rem;
  line-height: 1.2;
}

.my-xc-summary--pilot-flightbook .my-xc-summary__country-card,
.my-xc-summary--pilot-flightbook .my-xc-summary__extra-panel {
  grid-column: span 6;
}

.my-xc-summary--pilot-flightbook .my-xc-summary__country-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 0.45rem 0.65rem;
  padding: 0.5rem 0.6rem;
  border-radius: var(--bxc-radius, 8px);
}

.my-xc-summary--pilot-flightbook .my-xc-summary__country-card-header {
  align-items: center;
  font-size: 0.78rem;
}

.my-xc-summary--pilot-flightbook .my-xc-summary__country-count {
  font-size: 1rem;
}

.my-xc-summary--pilot-flightbook .my-xc-summary__country-flags {
  gap: 0.32rem;
}

.pilot-contests--hero {
  margin: 0;
  gap: 0.34rem;
}

.pilot-contests--hero .pilot-contests__title {
  color: #2563eb;
  font-size: 0.72rem;
  letter-spacing: 0;
  margin: 0;
}

.pilot-contests--hero .pilot-contests__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 0.34rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pilot-contests__item {
  min-width: 0;
}

.pilot-contests__item a {
  min-width: 0;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.05rem 0.42rem;
  align-items: center;
  border: 1px solid rgba(37, 99, 235, 0.12);
  border-radius: var(--bxc-radius, 8px);
  background: rgba(248, 250, 252, 0.86);
  color: #0f172a;
  padding: 0.38rem 0.48rem;
  text-decoration: none;
  font-weight: 800;
}

.pilot-contests__item i {
  grid-row: 1 / span 2;
  color: #2563eb;
}

.pilot-contests__item span,
.pilot-contests__item small {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pilot-contests__item small {
  color: #64748b;
  font-size: 0.74rem;
  font-weight: 700;
}

.my-xc-summary--community .my-xc-summary__hero {
  display: grid;
  grid-template-columns: minmax(300px, 1fr) minmax(520px, 0.95fr);
  align-items: start;
  gap: 0.75rem 1rem;
  padding: 0.85rem 1rem;
  border-radius: 12px;
}

.my-xc-summary--community .my-xc-summary__hero-text h1 {
  margin: 0.12rem 0 0.42rem;
  font-size: 1.75rem;
  line-height: 1.12;
}

.my-xc-summary--community .my-xc-summary__lede {
  max-width: 46ch;
  font-size: 0.95rem;
  line-height: 1.45;
}

.my-xc-summary--community .my-xc-summary__hero-tags {
  gap: 0.38rem;
  margin-top: 0.6rem;
}

.my-xc-summary--community .my-xc-summary__tag {
  padding: 0.24rem 0.62rem;
  font-size: 0.78rem;
}

.my-xc-summary--community .my-xc-summary__hero-stats {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.45rem;
  min-width: 0;
  width: 100%;
}

.my-xc-summary--community .my-xc-summary__hero-stat-grid {
  display: contents;
}

.my-xc-summary--community .my-xc-summary__stat {
  grid-column: span 2;
  min-width: 0;
  padding: 0.55rem 0.62rem;
  border-radius: 9px;
  box-shadow: 0 6px 16px rgba(15, 76, 129, 0.09);
}

.my-xc-summary--community .my-xc-summary__stat--mini {
  grid-column: span 1;
  padding: 0.48rem 0.5rem;
}

.my-xc-summary--community .my-xc-summary__hero-stat-grid--mini .my-xc-summary__stat--mini:last-child {
  grid-column: span 3;
}

.my-xc-summary--community .my-xc-summary__stat-icon {
  width: 28px;
  height: 28px;
}

.my-xc-summary--community .my-xc-summary__stat-icon img,
.my-xc-summary--community .my-xc-summary__stat-icon svg {
  width: 24px;
  height: 24px;
}

.my-xc-summary--community .my-xc-summary__stat-value {
  font-size: 1.1rem;
  line-height: 1.15;
}

.my-xc-summary--community .my-xc-summary__stat-label,
.my-xc-summary--community .my-xc-summary__stat-title {
  font-size: 0.76rem;
  line-height: 1.2;
}

.my-xc-summary--community .my-xc-summary__country-card {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 0.6rem 0.85rem;
  padding: 0.55rem 0.7rem;
  border-radius: 9px;
  box-shadow: 0 6px 16px rgba(15, 76, 129, 0.09);
}

.my-xc-summary--community .my-xc-summary__country-card-header {
  align-items: center;
  font-size: 0.8rem;
}

.my-xc-summary--community .my-xc-summary__country-count {
  font-size: 1.15rem;
}

.my-xc-summary--community .my-xc-summary__country-subtitle {
  font-size: 0.76rem;
}

.my-xc-summary--community .my-xc-summary__country-flags {
  gap: 0.45rem;
}

.my-xc-summary--community .my-xc-summary__country-flag {
  width: auto;
  min-width: 48px;
  gap: 0.12rem;
}

.my-xc-summary--community .my-xc-summary__country-flag span {
  font-size: 0.72rem;
}

.my-xc-summary--community .my-xc-summary__country-flag strong {
  font-size: 0.74rem;
}

@media (max-width: 920px) {
  .my-xc-summary--pilot-flightbook .my-xc-summary__hero {
    grid-template-columns: 1fr;
  }

  .my-xc-summary--pilot-flightbook .my-xc-summary__hero-stats {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .my-xc-summary--pilot-flightbook .my-xc-summary__stat {
    grid-column: span 2;
  }

  .my-xc-summary--pilot-flightbook .my-xc-summary__country-card,
  .my-xc-summary--pilot-flightbook .my-xc-summary__extra-panel {
    grid-column: 1 / -1;
  }

  .my-xc-summary--community .my-xc-summary__hero {
    grid-template-columns: 1fr;
  }

  .my-xc-summary--community .my-xc-summary__hero-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .my-xc-summary--community .my-xc-summary__stat,
  .my-xc-summary--community .my-xc-summary__stat--mini,
  .my-xc-summary--community .my-xc-summary__hero-stat-grid--mini .my-xc-summary__stat--mini:last-child {
    grid-column: span 1;
  }

  .my-xc-summary--community .my-xc-summary__country-card,
  .my-xc-summary--community .my-xc-summary__extra-panel {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  .my-xc-summary--pilot-flightbook .my-xc-summary__hero-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .my-xc-summary--pilot-flightbook .my-xc-summary__stat {
    grid-column: span 1;
  }

  .my-xc-summary--pilot-flightbook .my-xc-summary__country-card {
    grid-template-columns: 1fr;
  }

  .pilot-contests--hero .pilot-contests__list {
    grid-template-columns: 1fr;
  }

  .my-xc-summary--community {
    margin-bottom: 0.35rem;
  }

  .my-xc-summary--community .my-xc-summary__hero {
    gap: 0.5rem;
    padding: 0.58rem;
    border-radius: var(--bxc-radius, 8px);
  }

  .my-xc-summary--community .my-xc-summary__hero-text h1 {
    margin: 0;
    font-size: 1.15rem;
    line-height: 1.15;
  }

  .my-xc-summary--community .my-xc-summary__eyebrow {
    font-size: 0.68rem;
    letter-spacing: 0.09em;
  }

  .my-xc-summary--community .my-xc-summary__lede,
  .my-xc-summary--community .my-xc-summary__hero-tags,
  .my-xc-summary--community .my-xc-summary__country-card {
    display: none;
  }

  .my-xc-summary--community .my-xc-summary__hero-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.35rem;
  }

  .my-xc-summary--community .my-xc-summary__stat {
    grid-column: span 1;
    padding: 0.42rem 0.32rem;
  }

  .my-xc-summary--community .my-xc-summary__stat-icon {
    display: none;
  }

  .my-xc-summary--community .my-xc-summary__stat-value {
    font-size: 0.98rem;
  }

  .my-xc-summary--community .my-xc-summary__stat-label,
  .my-xc-summary--community .my-xc-summary__stat-title {
    font-size: 0.66rem;
  }

  .public-flights__guest-detail-notice {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .public-flights__guest-detail-action {
    margin-left: 0;
    width: 100%;
  }
}

@media (max-width: 420px) {
  .my-xc-summary--community .my-xc-summary__hero-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.public-flights__route-icon {
  width: 40px;
  height: 40px;
  display: inline-flex;
}

.public-flights__heatmap {
  margin: 0 0 1.1rem;
  padding: 0.78rem;
  border-radius: var(--bxc-radius, 8px);
  border: 1px solid rgba(37, 99, 235, 0.12);
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.06), rgba(14, 165, 233, 0.03));
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
}

.public-flights__heatmap-head {
  display: flex;
  justify-content: space-between;
  gap: 0.85rem 1rem;
  flex-wrap: wrap;
  margin-bottom: 0.85rem;
}

.public-flights__heatmap-head h2 {
  margin: 0;
  font-size: 1.35rem;
  color: #0f172a;
}

.public-flights__heatmap-head .public-flights__lead {
  margin: 0.3rem 0 0;
  max-width: 58ch;
}

.public-flights__heatmap-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  align-items: flex-start;
}

.public-flights__heatmap-pill {
  display: inline-flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: min(150px, 100%);
  padding: 0.58rem 0.7rem;
  border-radius: var(--bxc-radius, 8px);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.public-flights__heatmap-pill strong {
  font-size: 1.15rem;
  color: #0f172a;
}

.public-flights__heatmap-pill span {
  font-size: 0.8rem;
  color: #475569;
}

.public-flights__heatmap-map {
  position: relative;
  min-height: 360px;
  border-radius: var(--bxc-radius, 8px);
  border: 1px solid rgba(15, 23, 42, 0.08);
  overflow: hidden;
  background: #dbeafe;
}

.public-flights__heatmap-circle {
  cursor: pointer;
}

.public-flights__heatmap-circle.is-active {
  filter: drop-shadow(0 0 6px rgba(15, 23, 42, 0.35));
}

.public-flights__heatmap-canvas {
  pointer-events: none;
  mix-blend-mode: multiply;
}

.public-flights__heatmap-resize {
  display: none;
}

.public-flights__route-toggle {
  display: grid;
  gap: 6px;
  min-width: 160px;
  padding: 8px;
  border: 1px solid rgba(15, 23, 42, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.18);
  color: #0f172a;
}

.public-flights__route-toggle-option {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 24px;
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}

.public-flights__route-toggle-option input {
  width: 14px;
  height: 14px;
  margin: 0;
  accent-color: #2563eb;
}

.public-flights__route-toggle-option input:disabled {
  cursor: not-allowed;
}

.public-flights__route-toggle-option input:disabled ~ span {
  opacity: 0.45;
}

.public-flights__route-toggle-swatch {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.18);
  flex: 0 0 auto;
}

.public-flights__route-toggle-text {
  flex: 1 1 auto;
}

.public-flights__route-toggle-count {
  min-width: 1.4em;
  color: #475569;
  font-size: 11px;
  text-align: right;
}

.public-flights__landing-label {
  width: max-content;
  max-width: none;
  overflow: visible;
  padding: 3px 7px;
  border: 1px solid rgba(15, 23, 42, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.18);
  color: #0f172a;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  text-overflow: clip;
  white-space: nowrap;
}

.public-flights__landing-label::before {
  display: none;
}

.public-flights__landing-label-marker {
  width: auto !important;
  height: auto !important;
  border: 0;
  background: transparent;
  white-space: nowrap;
}

.public-flights__landing-label-link {
  display: inline-block;
  width: max-content;
  max-width: none;
  overflow: visible;
  padding: 3px 7px;
  border: 1px solid rgba(15, 23, 42, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.18);
  color: #0f172a;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  text-overflow: clip;
  white-space: nowrap;
}

.public-flights__landing-label-link:hover,
.public-flights__landing-label-link:focus {
  color: #0f172a;
  text-decoration: underline;
}

.public-flights__heatmap-loader {
  position: absolute;
  inset: 0;
  z-index: 500;
  display: none;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  background: rgba(241, 245, 249, 0.82);
  color: #0f172a;
  font-weight: 700;
  pointer-events: none;
}

.public-flights__heatmap-map.is-loading .public-flights__heatmap-loader {
  display: flex;
}

.public-flights__heatmap-map.is-ready .public-flights__heatmap-loader {
  display: none;
}

.public-flights__heatmap-spinner {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 999px;
  border: 3px solid rgba(37, 99, 235, 0.18);
  border-top-color: #2563eb;
  animation: public-flights-spin 0.75s linear infinite;
}

@keyframes public-flights-spin {
  to {
    transform: rotate(360deg);
  }
}

.public-flights__heatmap-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.75rem;
}

.public-flights__heatmap-legend-item {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.34rem 0.6rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: #334155;
  font-size: 0.76rem;
  font-weight: 700;
}

.public-flights__heatmap-legend-item::before {
  content: '';
  width: 0.68rem;
  height: 0.68rem;
  border-radius: 999px;
  background: currentColor;
}

.public-flights__heatmap-legend-item--low {
  color: #2563eb;
}

.public-flights__heatmap-legend-item--mid {
  color: #f59e0b;
}

.public-flights__heatmap-legend-item--high {
  color: #ea580c;
}

.public-flights__heatmap-legend-item--peak {
  color: #b91c1c;
}

.public-flights__flag {
  width: 20px;
  height: 14px;
  object-fit: cover;
}

.public-flights__following-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.55rem 0 0.75rem;
}

.public-flights__following-tab {
  display: inline-flex;
  align-items: center;
  gap: 0.48rem;
  min-height: 42px;
  padding: 0.48rem 0.72rem;
  border: 1px solid #d8e2ef;
  border-radius: 8px;
  background: #fff;
  color: #26364d;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.07);
}

.public-flights__following-tab:hover,
.public-flights__following-tab:focus-visible {
  border-color: rgba(38, 115, 93, 0.38);
  color: #155946;
}

.public-flights__following-tab.is-active {
  background: #17324d;
  border-color: #17324d;
  color: #fff;
}

.public-flights__following-tab small {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.55rem;
  min-height: 1.35rem;
  padding: 0 0.38rem;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.08);
  color: inherit;
  font-size: 0.74rem;
}

.public-flights__following-tab.is-active small {
  background: rgba(255, 255, 255, 0.18);
}

.public-flights__following-pilots {
  display: grid;
  gap: 0.8rem;
  margin-top: 0.8rem;
}

.public-flights__following-pilots-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 1rem;
  border: 1px solid #dbe5f0;
  border-radius: 8px;
  background: #f8fafc;
}

.public-flights__following-pilots-head h2,
.public-flights__following-pilot-card h3 {
  margin: 0;
}

.public-flights__following-pilots-head p:not(.public-flights__eyebrow) {
  margin: 0.25rem 0 0;
  color: #5d697c;
}

.public-flights__following-pilots-discover,
.public-flights__following-pilot-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.42rem;
  min-height: 38px;
  padding: 0 0.68rem;
  border: 1px solid #d8e2ef;
  border-radius: 6px;
  background: #fff;
  color: #26364d;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.public-flights__following-pilots-discover:hover,
.public-flights__following-pilot-action:hover {
  color: #155946;
  border-color: rgba(38, 115, 93, 0.32);
}

.public-flights__following-pilot-list {
  display: grid;
  gap: 0.62rem;
}

.public-flights__following-pilot-card {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.95fr) auto;
  align-items: center;
  gap: 0.8rem;
  padding: 0.78rem;
  border: 1px solid #dbe5f0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.07);
}

.public-flights__following-pilot-main {
  display: flex;
  align-items: center;
  gap: 0.72rem;
  min-width: 0;
}

.public-flights__following-pilot-avatar {
  display: inline-grid;
  place-items: center;
  flex: 0 0 50px;
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50%;
  background: linear-gradient(135deg, #2563eb, #16a34a);
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 800;
}

.public-flights__following-pilot-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.public-flights__following-pilot-card h3 a {
  color: #162033;
  text-decoration: none;
}

.public-flights__following-pilot-card h3 a:hover {
  color: #155946;
}

.public-flights__following-pilot-main p {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.5rem;
  margin: 0.2rem 0 0;
  color: #64748b;
  font-size: 0.84rem;
}

.public-flights__following-pilot-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.45rem;
}

.public-flights__following-pilot-stats span {
  display: grid;
  gap: 0.12rem;
  min-width: 0;
}

.public-flights__following-pilot-stats strong,
.public-flights__following-pilot-stats small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.public-flights__following-pilot-stats strong {
  color: #162033;
  font-size: 0.95rem;
}

.public-flights__following-pilot-stats small {
  color: #64748b;
  font-size: 0.74rem;
  font-weight: 700;
}

.public-flights__following-pilot-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.public-flights__following-pilot-unfollow {
  margin: 0;
}

.public-flights__following-pilot-unfollow .pilot-follow-button {
  min-height: 38px;
}

.public-flights__filters-panel {
  margin: 0.42rem 0 0.65rem;
}

.public-flights__filters-panel-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  min-height: 42px;
  padding: 0.52rem 0.68rem;
  border: 1px solid #bfdbfe;
  border-radius: var(--bxc-radius, 8px);
  background: linear-gradient(135deg, #eff6ff, #f8fafc);
  color: #0f4c81;
  cursor: pointer;
  font-weight: 800;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
  list-style: none;
}

.public-flights__filters-panel-summary::-webkit-details-marker {
  display: none;
}

.public-flights__filters-panel-title {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-width: 0;
  font-size: 0.96rem;
}

.public-flights__filters-mini {
  min-width: min(320px, 48vw);
  margin-left: auto;
}

.public-flights__filters-mini label {
  display: grid;
  grid-template-columns: auto minmax(150px, 1fr);
  align-items: center;
  gap: 0.42rem;
  color: #1e3a8a;
  font-size: 0.78rem;
  font-weight: 800;
}

.public-flights__filters-mini select {
  width: 100%;
  min-width: 0;
  min-height: 32px;
  border: 1px solid rgba(96, 165, 250, 0.42);
  border-radius: var(--bxc-radius, 8px);
  background: #ffffff;
  color: #0f172a;
  padding: 0.28rem 0.5rem;
  font: inherit;
  font-size: 0.84rem;
}

.public-flights__filters-mini select:focus {
  border-color: rgba(37, 99, 235, 0.72);
  outline: 2px solid rgba(37, 99, 235, 0.16);
  outline-offset: 1px;
}

.public-flights__filters-panel[open] .public-flights__filters-mini {
  display: none;
}

.public-flights__filters-panel-chevron {
  flex: 0 0 auto;
  transition: transform 0.18s ease;
}

.public-flights__filters-panel[open] .public-flights__filters-panel-chevron {
  transform: rotate(180deg);
}

.public-flights__filters-panel-body {
  padding-top: 0.42rem;
}

.public-flights__filters-panel,
.public-flights__filters--advanced,
.public-flights__filters--pilot,
.public-flights__filter-group,
.public-flights__route-filters,
.public-flights__route-filters label {
  box-sizing: border-box;
  max-width: 100%;
}

.public-flights__filters--advanced {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 0.42rem 0.55rem;
  padding: 0.42rem 0.5rem;
  background: #f8fafc;
  border-radius: var(--bxc-radius, 8px);
  border: 1px solid #e2e8f0;
  box-shadow: inset 0 1px 3px rgba(15, 23, 42, 0.05);
}

.public-flights__filters-panel--pilot {
  margin-bottom: 0.85rem;
}

.public-flights__filters--pilot {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 0.42rem 0.55rem;
  padding: 0.42rem 0.5rem;
  background: #f8fafc;
  border-radius: var(--bxc-radius, 8px);
  border: 1px solid #e2e8f0;
  box-shadow: inset 0 1px 3px rgba(15, 23, 42, 0.05);
}

.public-flights__filter-context {
  margin: 0.45rem 0 0;
  color: #475569;
  font-size: 0.9rem;
  font-weight: 700;
}

.public-flights__filters--pilot .public-flights__filter-context {
  flex: 1 1 100%;
  margin: 0;
}

.public-flights__pilot-quest-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 0.58rem;
  margin-top: 0.85rem;
}

.public-flights__active-launch-filter {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  flex: 1 1 100%;
  min-width: 0;
  padding: 0.3rem 0.48rem;
  border-radius: var(--bxc-radius, 8px);
  border: 1px solid rgba(37, 99, 235, 0.18);
  background: rgba(219, 234, 254, 0.78);
  color: #1e3a8a;
  font-size: 0.82rem;
  font-weight: 700;
}

.public-flights__active-launch-filter span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.public-flights__active-launch-filter a {
  color: #1d4ed8;
  text-decoration: none;
  white-space: nowrap;
}

.public-flights__active-launch-filter a:hover,
.public-flights__active-launch-filter a:focus-visible {
  text-decoration: underline;
}

.public-flights__filter-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.42rem;
  flex: 2 1 270px;
  margin: 0;
}

.public-flights__filter-group label {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  font-size: 0.78rem;
  font-weight: 700;
  color: #1f2937;
  flex: 1 1 148px;
}

.public-flights__filter-group input,
.public-flights__filter-group select {
  border: 1px solid #cbd5f5;
  box-sizing: border-box;
  min-width: 0;
  width: 100%;
  min-height: 34px;
  border-radius: var(--bxc-radius, 8px);
  padding: 0.3rem 0.52rem;
  font-size: 0.9rem;
  background: #ffffff;
  color: #0f172a;
}

.public-flights__route-filters {
  border: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, max-content);
  gap: 0.26rem;
  align-items: center;
  justify-content: start;
  margin: 0;
}

.public-flights__route-filters--flight-types {
  grid-template-columns: repeat(5, max-content);
}

.public-flights__route-filters label {
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  gap: 0.22rem;
  min-height: 34px;
  min-width: 76px;
  border: 1px solid rgba(191, 219, 254, 0.9);
  border-radius: 8px;
  padding: 0.18rem 0.5rem;
  font-size: 0.74rem;
  color: #0f172a;
  background: #ffffff;
  overflow: visible;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.public-flights__route-filters label input {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  min-height: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}

.public-flights__route-filters label:has(input:checked) {
  border-color: rgba(37, 99, 235, 0.7);
  background: #dbeafe;
  box-shadow: inset 0 0 0 1px rgba(37, 99, 235, 0.24);
}

.public-flights__route-filters label:focus-within,
.public-flights__route-filters label:hover {
  border-color: rgba(59, 130, 246, 0.6);
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.08);
}

.public-flights__route-filters img {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.public-flights__route-filters span {
  min-width: 0;
  overflow: visible;
  text-overflow: clip;
  white-space: nowrap;
}

.public-flights__filter-actions {
  display: flex;
  gap: 0.42rem;
  flex-wrap: wrap;
  align-items: center;
  margin-left: auto;
}

.public-flights__filters-submit {
  background: #0f4c81;
  color: #fff;
  border: none;
  min-height: 34px;
  border-radius: 12px;
  padding: 0.34rem 0.72rem;
  font-weight: 600;
  cursor: pointer;
  box-shadow: none;
}

.public-flights__filters-submit:hover,
.public-flights__filters-submit:focus-visible {
  background: #0a3760;
}

.public-flights__filters-reset {
  color: #0f4c81;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  min-height: 34px;
  border: 1px solid rgba(15, 76, 129, 0.4);
  border-radius: 12px;
  padding: 0.34rem 0.72rem;
}

.public-flights__filters-reset:hover,
.public-flights__filters-reset:focus-visible {
  background: rgba(15, 76, 129, 0.08);
  text-decoration: none;
}

@media (min-width: 900px) {
  .public-flights__heatmap-map {
    height: 360px;
    min-height: 300px;
  }

  .public-flights__heatmap-map.is-resizing,
  .public-flights__heatmap-map.is-resizing * {
    user-select: none;
  }

  .public-flights__heatmap-resize {
    position: absolute;
    left: 0.72rem;
    bottom: 0.72rem;
    z-index: 650;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(15, 23, 42, 0.18);
    border-radius: var(--bxc-radius, 8px);
    background: rgba(255, 255, 255, 0.94);
    color: #0f4c81;
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.18);
    cursor: ns-resize;
    touch-action: none;
  }

  .public-flights__heatmap-map.is-loading .public-flights__heatmap-resize {
    display: none;
  }

  .public-flights__heatmap-resize::before {
    content: "";
    width: 15px;
    height: 15px;
    border-left: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    box-shadow: -4px 4px 0 -2px currentColor, -8px 8px 0 -2px currentColor;
  }

  .public-flights__heatmap-resize:hover,
  .public-flights__heatmap-resize:focus-visible {
    border-color: rgba(37, 99, 235, 0.58);
    color: #1d4ed8;
    outline: none;
  }
}

@media (max-width: 760px) {
  .public-flights__heatmap {
    padding: 0.65rem;
  }

  .public-flights__heatmap-map {
    min-height: 260px;
  }

  .public-flights__filters--advanced,
  .public-flights__filters--pilot,
  .public-flights__filter-group,
  .public-flights__route-filters,
  .public-flights__filter-actions {
    width: 100%;
  }

  .public-flights__filter-group {
    flex: 1 1 100%;
  }

  .public-flights__filters-mini {
    flex: 1 1 100%;
    min-width: 0;
    margin-left: 0;
  }

  .public-flights__filters-mini label {
    grid-template-columns: 1fr;
    gap: 0.16rem;
  }

  .public-flights__route-filters {
    grid-template-columns: repeat(4, minmax(38px, 1fr));
    gap: 0.32rem;
  }

  .public-flights__route-filters--flight-types {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .public-flights__route-filters label {
    justify-content: center;
    min-width: 0;
  }

  .public-flights__route-filters label span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .public-flights__filter-group label,
  .public-flights__filter-actions > * {
    flex: 1 1 100%;
  }

  .public-flights__filters-submit,
  .public-flights__filters-reset {
    justify-content: center;
    width: 100%;
  }
}

body.dark-mode .public-flights__filters--advanced,
body.dark-mode .public-flights__filters--pilot {
  background: rgba(17, 24, 39, 0.92);
  border-color: rgba(71, 85, 105, 0.72);
  box-shadow: inset 0 1px 3px rgba(2, 6, 23, 0.28);
}

body.dark-mode .public-flights__filters-panel-summary {
  border-color: rgba(96, 165, 250, 0.34);
  background: linear-gradient(135deg, rgba(30, 64, 175, 0.28), rgba(15, 23, 42, 0.88));
  color: #dbeafe;
  box-shadow: 0 8px 18px rgba(2, 6, 23, 0.22);
}

body.dark-mode .public-flights__filters-mini label {
  color: #bfdbfe;
}

body.dark-mode .public-flights__filters-mini select {
  background: rgba(15, 23, 42, 0.96);
  color: #f8fafc;
  border-color: rgba(96, 165, 250, 0.32);
  color-scheme: dark;
}

body.dark-mode .my-xc-summary__hero-action,
body.dark-mode .my-xc-summary__extra-panel,
body.dark-mode .pilot-contests__item a {
  background: rgba(15, 23, 42, 0.9);
  border-color: rgba(96, 165, 250, 0.24);
  color: #e5eefc;
}

body.dark-mode .my-xc-summary__hero-action--primary {
  background: #2563eb;
  border-color: #2563eb;
  color: #ffffff;
}

body.dark-mode .my-xc-summary__extra-panel.public-flights__guest-detail-panel {
  background: linear-gradient(135deg, rgba(30, 41, 59, 0.95), rgba(15, 23, 42, 0.92));
  border-color: rgba(96, 165, 250, 0.34);
}

body.dark-mode .public-flights__guest-detail-icon {
  background: rgba(37, 99, 235, 0.24);
  color: #bfdbfe;
}

body.dark-mode .public-flights__guest-detail-copy {
  color: #e5eefc;
}

body.dark-mode .public-flights__guest-detail-copy span {
  color: #cbd5e1;
}

body.dark-mode .pilot-contests__item small {
  color: #cbd5e1;
}

body.dark-mode .public-flights__filter-context {
  color: #cbd5e1;
}

body.dark-mode .public-flights__heatmap {
  background: linear-gradient(135deg, rgba(30, 64, 175, 0.16), rgba(8, 47, 73, 0.22));
  border-color: rgba(96, 165, 250, 0.22);
}

body.dark-mode .public-flights__heatmap-head h2,
body.dark-mode .public-flights__heatmap-pill strong {
  color: #f8fafc;
}

body.dark-mode .public-flights__heatmap-pill,
body.dark-mode .public-flights__heatmap-legend-item {
  background: rgba(15, 23, 42, 0.84);
  border-color: rgba(71, 85, 105, 0.72);
}

body.dark-mode .public-flights__heatmap-pill span,
body.dark-mode .public-flights__heatmap-legend-item {
  color: #cbd5e1;
}

body.dark-mode .public-flights__heatmap-map {
  border-color: rgba(71, 85, 105, 0.72);
}

body.dark-mode .public-flights__heatmap-resize {
  border-color: rgba(148, 163, 184, 0.36);
  background: rgba(15, 23, 42, 0.88);
  color: #dbeafe;
  box-shadow: 0 12px 26px rgba(2, 6, 23, 0.34);
}

body.dark-mode .public-flights__heatmap-loader {
  background: rgba(15, 23, 42, 0.84);
  color: #f8fafc;
}

body.dark-mode .public-flights__filter-group label {
  color: #cbd5e1;
}

body.dark-mode .public-flights__active-launch-filter {
  background: rgba(30, 64, 175, 0.28);
  border-color: rgba(96, 165, 250, 0.32);
  color: #bfdbfe;
}

body.dark-mode .public-flights__active-launch-filter a {
  color: #93c5fd;
}

body.dark-mode .public-flights__filter-group input,
body.dark-mode .public-flights__filter-group select {
  background: rgba(15, 23, 42, 0.96);
  color: #f8fafc;
  border-color: rgba(96, 165, 250, 0.25);
  color-scheme: dark;
}

body.dark-mode .public-flights__filter-group input::placeholder {
  color: #94a3b8;
}

body.dark-mode .public-flights__route-filters label {
  border-color: rgba(71, 85, 105, 0.72);
  color: #e5eefc;
  background: rgba(15, 23, 42, 0.92);
}

body.dark-mode .public-flights__route-filters label:has(input:checked) {
  border-color: rgba(96, 165, 250, 0.72);
  background: rgba(30, 64, 175, 0.38);
}

body.dark-mode .public-flights__route-filters label:focus-within,
body.dark-mode .public-flights__route-filters label:hover {
  border-color: rgba(96, 165, 250, 0.56);
  box-shadow: 0 6px 14px rgba(2, 6, 23, 0.28);
}

body.dark-mode .public-flights__filters-reset {
  color: #93c5fd;
}

.pilot-follow-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

.pilot-follow-panel__form {
  margin: 0;
}

.pilot-follow-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(38, 115, 93, 0.24);
  border-radius: 6px;
  color: #155946;
  background: rgba(38, 115, 93, 0.09);
  font-weight: 800;
  cursor: pointer;
}

.pilot-follow-button.is-following {
  color: #1f4e79;
  border-color: rgba(31, 78, 121, 0.24);
  background: rgba(31, 78, 121, 0.1);
}

.pilot-follow-panel__count {
  display: grid;
  gap: 2px;
  min-width: 150px;
}

.pilot-follow-panel__count strong {
  color: var(--text-color, #162033);
  font-size: 1.35rem;
  line-height: 1;
}

.pilot-follow-panel__count span {
  color: var(--muted-text, #5d697c);
  font-size: 0.82rem;
  line-height: 1.3;
}

body.dark-mode .pilot-follow-button {
  color: #bbf7d0;
  border-color: rgba(74, 222, 128, 0.28);
  background: rgba(22, 101, 52, 0.22);
}

body.dark-mode .pilot-follow-button.is-following {
  color: #bfdbfe;
  border-color: rgba(96, 165, 250, 0.28);
  background: rgba(30, 64, 175, 0.28);
}

body.dark-mode .pilot-follow-panel__count strong {
  color: #f8fafc;
}

body.dark-mode .pilot-follow-panel__count span {
  color: #cbd5e1;
}

body.dark-mode .public-flights__following-tab,
body.dark-mode .public-flights__following-pilots-discover,
body.dark-mode .public-flights__following-pilot-action,
body.dark-mode .public-flights__following-pilot-card,
body.dark-mode .public-flights__pilot-tabs-nav,
body.dark-mode .public-flights__pilot-tab,
body.dark-mode .public-flights__pilot-badges-full,
body.dark-mode .public-flights__pilot-panel {
  border-color: rgba(148, 163, 184, 0.24);
  background: rgba(15, 23, 42, 0.72);
  color: #e2e8f0;
}

body.dark-mode .public-flights__pilot-tab.is-active,
body.dark-mode .public-flights__following-tab.is-active {
  border-color: rgba(125, 211, 252, 0.38);
  background: rgba(30, 64, 175, 0.52);
  color: #fff;
}

body.dark-mode .public-flights__following-pilots-head {
  border-color: rgba(148, 163, 184, 0.24);
  background: rgba(15, 23, 42, 0.56);
}

body.dark-mode .public-flights__following-pilots-head p:not(.public-flights__eyebrow),
body.dark-mode .public-flights__following-pilot-main p,
body.dark-mode .public-flights__following-pilot-stats small {
  color: #cbd5e1;
}

body.dark-mode .public-flights__following-pilot-avatar {
  background: linear-gradient(135deg, #2563eb, #16a34a);
  color: #ffffff;
}

body.dark-mode .public-flights__following-pilot-card h3 a,
body.dark-mode .public-flights__following-pilot-stats strong {
  color: #f8fafc;
}

body.dark-mode .public-flights__following-pilot-card h3 a:hover,
body.dark-mode .public-flights__following-pilots-discover:hover,
body.dark-mode .public-flights__following-pilot-action:hover {
  color: #bbf7d0;
}

@media (max-width: 980px) {
  .public-flights__following-pilot-card {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .public-flights__following-pilot-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 620px) {
  .public-flights__following-pilots-head {
    display: grid;
  }

  .public-flights__following-pilots-discover,
  .public-flights__following-pilot-action,
  .public-flights__following-pilot-unfollow .pilot-follow-button {
    width: 100%;
  }

  .public-flights__pilot-tabs-nav,
  .public-flights__pilot-tab {
    width: 100%;
  }

  .public-flights__pilot-tab {
    justify-content: flex-start;
  }

  .public-flights__pilot-tab small {
    margin-left: auto;
  }

  .public-flights__following-pilot-stats {
    grid-template-columns: 1fr;
  }
}
