.seat-counter {
  width: min(100% - 2rem, 68rem);
  margin: 0 auto;
  padding: clamp(1rem, 4vw, 3rem) 0 4rem;
}

.seat-opening {
  max-width: 54rem;
  padding: clamp(1rem, 4vw, 2rem);
  color: #eff8f5;
  background: #13201f;
  border-left: 8px solid var(--apiops-flax);
}

.seat-opening h1 {
  max-width: 14ch;
  font-size: clamp(2.5rem, 6vw, 5.6rem);
}

.seat-opening p:last-child {
  max-width: 44rem;
  color: rgba(239, 248, 245, .82);
}

.operator-tile,
.policy-stack,
.seat-checks,
.seat-photo {
  margin-top: 1rem;
  background: rgba(251, 252, 248, .95);
  border: 1px solid var(--apiops-hairline);
}

.operator-tile {
  display: grid;
  grid-template-columns: minmax(18rem, 1fr) minmax(16rem, .62fr);
  gap: 1rem;
  padding: clamp(1rem, 3vw, 1.5rem);
}

.operator-tile address {
  display: flex;
  flex-direction: column;
  gap: .35rem;
  padding: 1rem;
  color: #fff;
  background: var(--apiops-blueprint);
  font-style: normal;
}

.operator-tile a {
  font-weight: 850;
}

.policy-stack,
.seat-checks {
  padding: clamp(1rem, 3vw, 1.5rem);
}

.policy-stack dl {
  display: grid;
  grid-template-columns: minmax(12rem, .42fr) minmax(18rem, 1fr);
  gap: .65rem 1rem;
  margin: 1rem 0 0;
}

.policy-stack dt {
  padding-top: .45rem;
  color: var(--apiops-rust);
  font-weight: 850;
}

.policy-stack dd {
  margin: 0;
  padding: .45rem .7rem .65rem;
  background: #fff;
  border-left: 4px solid var(--apiops-greenwire);
}

.seat-checks ol {
  margin: 1rem 0 0;
  padding-left: 1.2rem;
}

.seat-checks li + li {
  margin-top: .55rem;
}

.seat-photo {
  margin-bottom: 1rem;
}

.seat-photo img {
  aspect-ratio: 16 / 7;
  object-fit: cover;
}

.return-line {
  margin: 1rem 0 0;
}

.return-line a {
  display: inline-flex;
  padding: .7rem .85rem;
  background: #fff;
  font-weight: 780;
}

@media (max-width: 780px) {
  .operator-tile,
  .policy-stack dl {
    grid-template-columns: 1fr;
  }

  .seat-photo img {
    aspect-ratio: 16 / 10;
  }
}
