/**
 * Lamilka Tour 0.6.22
 * Child-seat age affordance and compact summary heading.
 */
.lamilka-transfer__seat-age-fields [data-transfer-seat-age-field] {
  display: grid;
  gap: .45rem;
  position: relative;
}

.lamilka-transfer__seat-age-select {
  appearance: none !important;
  -webkit-appearance: none !important;
  background-color: #fff !important;
  background-image:
    linear-gradient(#eef7fb, #eef7fb),
    linear-gradient(45deg, transparent 50%, #08213f 50%),
    linear-gradient(135deg, #08213f 50%, transparent 50%) !important;
  background-position:
    right .45rem center,
    right 1.12rem center,
    right .82rem center !important;
  background-repeat: no-repeat !important;
  background-size:
    2.25rem 2.25rem,
    .34rem .34rem,
    .34rem .34rem !important;
  border: 1px solid #cad8e5 !important;
  border-radius: 14px !important;
  color: #0b1f3a !important;
  cursor: pointer;
  min-height: 52px;
  padding: .75rem 3.25rem .75rem .9rem !important;
  width: 100%;
}

.lamilka-transfer__seat-age-select:hover {
  border-color: #8ebed0 !important;
}

.lamilka-transfer__seat-age-select:focus-visible {
  border-color: #08afd0 !important;
  box-shadow: 0 0 0 3px rgba(8, 175, 208, .14) !important;
  outline: 0 !important;
}

.lamilka-transfer__summary [data-transfer-summary-seats-label] {
  line-height: 1.35;
  white-space: nowrap;
}

@media (max-width: 640px) {
  .lamilka-transfer__seat-age-select {
    min-height: 50px;
  }

  .lamilka-transfer__summary [data-transfer-summary-seats-label] {
    font-size: inherit;
  }
}
