:root {
  --accent: CanvasText;
  --accent-hover: CanvasText;
  --text: #25292e;
  --muted: #68717c;
  --border: #d7dce2;
  --danger: #d93636;
  --success: #1f9b48;
  --panel: #ffffff;
  --shadow: 0 16px 44px rgba(0, 0, 0, 0.24);
  --time-control-height: 64px;
  font-family: Arial, Helvetica, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  min-width: 0;
}

html,
body {
  width: 100%;
  max-width: 100%;
  inline-size: 100%;
  max-inline-size: 100%;
  min-height: 100%;
  margin: 0;
  color: var(--text);
  background: #ffffff;
  overflow-x: hidden;
}

body {
  position: relative;
  overflow-x: hidden;
}

img,
svg {
  max-width: 100%;
}

@supports (overflow: clip) {
  html,
  body {
    overflow-x: clip;
  }
}

body.modal-open {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  touch-action: none;
}

button,
input,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

.icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.booking-page {
  width: 100%;
  max-width: 100%;
  inline-size: 100%;
  max-inline-size: 100%;
  min-height: 100vh;
  overflow-x: hidden;
  padding: 28px 64px 24px;
}

.booking-card {
  width: 100%;
  max-width: 100%;
  min-height: calc(100vh - 52px);
  background: #ffffff;
}

.booking-header {
  padding: 0 0 26px;
  text-align: center;
}

.booking-header h1 {
  margin: 28px 0 0;
  color: #495057;
  font-size: 1.85rem;
  font-weight: 400;
  line-height: 1.2;
}

.brand-logo {
  display: none;
}

.phone-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--accent);
  font-size: 2.35rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.phone-link:hover {
  color: var(--accent-hover);
}

.phone-icon {
  width: 30px;
  height: 36px;
  flex: 0 0 auto;
  background: var(--accent);
  mask: url("./assets/icons/phone-volume.svg") center / contain no-repeat;
  -webkit-mask: url("./assets/icons/phone-volume.svg") center / contain
    no-repeat;
}

.phone-link:hover .phone-icon {
  background: var(--accent-hover);
}

.booking-form {
  display: grid;
  gap: 26px;
  width: 100%;
  max-width: 100%;
}

.notice {
  margin: -8px 0 18px;
  padding: 10px 14px;
  border: 1px solid var(--border);
  border-radius: 6px;
  background: #f8fbf7;
  color: var(--text);
}

.notice.error {
  border-color: var(--danger);
  background: #fff4f4;
  color: var(--danger);
}

.notice.success {
  border-color: rgba(31, 155, 72, 0.4);
  background: #f1faf4;
  color: var(--success);
}

input,
textarea {
  width: 100%;
  min-height: 68px;
  padding: 14px 26px;
  color: var(--text);
  background: #fff;
  border: 1px solid #cbd2da;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.12);
  outline: none;
  font-size: 1.7rem;
  line-height: 1.2;
}

textarea {
  resize: vertical;
}

input:focus,
textarea:focus {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

input.invalid,
textarea.invalid,
.autocomplete-field.invalid input,
.time-toggle.invalid {
  border-color: var(--danger);
}

.autocomplete-field {
  position: relative;
  min-width: 0;
}

.suggestions {
  position: absolute;
  z-index: 20;
  top: calc(100% + 4px);
  inset-inline: 0;
  max-height: 280px;
  margin: 0;
  padding: 4px;
  overflow: auto;
  list-style: none;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 5px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.2);
}

.suggestions button {
  width: 100%;
  min-height: 42px;
  padding: 9px 12px;
  color: var(--text);
  text-align: start;
  background: transparent;
  border: 0;
  border-radius: 4px;
  font-size: 1.05rem;
}

.suggestions button:hover,
.suggestions button:focus,
.suggestions button.active {
  background: #f1f3f5;
}

.inline-field {
  display: grid;
  grid-template-columns: max-content minmax(150px, 240px) 66px;
  gap: 14px;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  min-width: 0;
  margin: 0 0 0 auto;
}

.inline-field[data-flight-number-row] {
  grid-template-columns: max-content minmax(150px, 240px);
}

.inline-field label {
  color: var(--text);
  font-size: 1.55rem;
  white-space: nowrap;
}

.inline-control {
  position: relative;
  min-width: 0;
}

.inline-control input {
  min-height: 64px;
  padding-inline-end: 76px;
  font-size: 1.45rem;
}

.field-icon {
  position: absolute;
  inset-inline-end: 18px;
  top: 50%;
  width: 44px;
  height: 44px;
  transform: translateY(-50%);
  fill: var(--text);
  pointer-events: none;
}

.round-next {
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  padding: 0;
  color: var(--accent);
  background: transparent;
  border: 0;
}

.round-next svg {
  width: 58px;
  height: 58px;
  fill: currentColor;
}

html[dir="rtl"] .round-next svg {
  transform: scaleX(-1);
}

.link-button {
  justify-self: start;
  min-height: 28px;
  padding: 0;
  color: var(--accent-hover);
  font-weight: 700;
  background: transparent;
  border: 0;
}

.link-button:hover {
  text-decoration: underline;
}

.via-wrap {
  display: grid;
  gap: 26px;
}

.time-toggle {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: var(--time-control-height);
  min-height: var(--time-control-height);
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 5px;
}

.time-toggle label {
  display: grid;
  min-height: 0;
}

.time-toggle label + label {
  border-inline-start: 1px solid var(--border);
}

.time-toggle input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.time-toggle span {
  display: grid;
  height: 100%;
  min-height: 0;
  place-items: center;
  padding: 8px;
  color: var(--text);
  font-size: 1.55rem;
  font-weight: 600;
  text-align: center;
}

.time-toggle input:checked + span {
  background: var(--accent);
}

.selected-time-display {
  display: grid;
  height: var(--time-control-height);
  min-height: var(--time-control-height);
  place-items: center;
  padding: 8px 26px;
  color: #3c403d;
  background: var(--accent);
  border: 1px solid var(--accent);
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.12);
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  transition:
    border-color 0.2s,
    box-shadow 0.2s,
    background-color 0.2s;
}

.selected-time-display:hover {
  border-color: var(--accent-hover);
  background: var(--accent-hover);
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.24);
}

.selected-time-display:focus {
  border-color: var(--accent);
  background: var(--accent);
  box-shadow: 0 0 0 0.2rem color-mix(in srgb, var(--accent) 25%, transparent);
  outline: none;
}

.option-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  min-width: 0;
}

.option-box {
  position: relative;
  min-height: 122px;
  display: grid;
  place-items: center;
  padding: 12px;
  color: #000;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
}

.option-box.selected {
  background: var(--accent);
}

.car-summary {
  display: inline-grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  column-gap: 14px;
  align-items: center;
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1.05;
}

.car-count-line {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
}

.car-summary svg,
.car-summary-icon,
.option-icon-main svg,
.option-icon-main img {
  width: 38px;
  height: 38px;
  fill: currentColor;
  object-fit: contain;
}

.option-icon-main img {
  display: block;
  object-fit: contain;
}

.asset-icon-wrap {
  display: inline-grid;
  place-items: center;
  color: currentColor;
}

.asset-icon-wrap img,
.asset-icon-wrap .icon-fallback {
  grid-area: 1 / 1;
}

.asset-icon-wrap img {
  max-width: 100%;
}

.icon-fallback {
  display: none;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1;
  text-align: center;
}

.asset-icon-wrap img.asset-failed {
  display: none;
}

.asset-icon-wrap img.asset-failed + .icon-fallback {
  display: inline-block;
}

.car-summary > svg {
  grid-column: 2;
  grid-row: 1 / span 2;
  width: 36px;
  height: 36px;
  margin-inline-start: 2px;
}

.option-icon-main svg,
.option-icon-main img {
  width: 54px;
  height: 54px;
}

.booking-actions {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(260px, 0.95fr);
  gap: 24px;
  min-width: 0;
}

.price-panel {
  display: grid;
  min-height: 102px;
  place-items: center;
  align-content: center;
  gap: 8px;
  padding: 12px;
  text-align: center;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
}

.price-panel strong {
  color: var(--success);
  font-size: 1.45rem;
  line-height: 1;
}

.price-panel small {
  color: #111;
  font-size: 1.2rem;
  font-weight: 800;
}

.submit-button,
.modal-ok,
.primary-action {
  min-height: 62px;
  color: #000;
  font-weight: 800;
  background: var(--accent);
  border: 0;
  border-radius: 5px;
  font-size: 1.45rem;
}

.submit-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 102px;
}

.submit-spinner {
  width: 28px;
  height: 28px;
  border: 4px solid rgba(255, 255, 255, 0.45);
  border-top-color: #fff;
  border-radius: 50%;
  animation: submit-spin 0.8s linear infinite;
}

@keyframes submit-spin {
  to {
    transform: rotate(360deg);
  }
}

.submit-button:hover,
.modal-ok:hover,
.primary-action:hover {
  background: var(--accent-hover);
}

.submit-button[disabled] {
  color: #fff;
  background: #aeb4bd;
  cursor: default;
}

.booking-summary {
  padding: 8px 0 24px;
}

.summary-card {
  display: grid;
  gap: 12px;
  max-width: 900px;
  margin: 0 auto;
}

.summary-heading {
  display: flex;
  align-items: center;
  gap: 12px;
}

.summary-icon {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  background: var(--success);
  mask: url("./assets/icons/circle-check.svg") center / contain no-repeat;
  -webkit-mask: url("./assets/icons/circle-check.svg") center / contain
    no-repeat;
}

.summary-title {
  margin: 0;
  color: var(--success);
  font-size: 1.25rem;
  line-height: 1.2;
}

.summary-list {
  display: grid;
  margin: 0;
  border-top: 1px solid var(--border);
}

.summary-row {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid var(--border);
}

.summary-row dt {
  color: var(--muted);
}

.summary-row dd {
  margin: 0;
  font-weight: 700;
}

.summary-price {
  color: var(--success);
  text-align: end;
  font-size: 1.2rem;
  font-weight: 800;
}

.new-booking {
  min-height: 52px;
  color: #111;
  font-weight: 800;
  background: var(--accent);
  border: 0;
  border-radius: 5px;
}

.modal,
.time-modal {
  position: fixed;
  z-index: 100;
  inset: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  display: none;
  place-items: center;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 18px;
}

@supports (width: 100dvw) {
  .modal,
  .time-modal {
    width: 100dvw;
    max-width: 100dvw;
    height: 100dvh;
    max-height: 100dvh;
  }
}

.time-modal {
  place-items: center;
  padding: 24px;
}

.modal.open,
.time-modal.open {
  display: grid;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  max-width: 100%;
  background: rgba(0, 0, 0, 0.34);
}

.modal-panel {
  position: relative;
  z-index: 1;
  width: min(100%, 620px);
  max-width: min(620px, calc(100% - 28px));
  min-width: 0;
  max-height: calc(100% - 28px);
  overflow: hidden;
  background: #fff;
  border: 1px solid #cfd4da;
  border-radius: 5px;
  box-shadow: var(--shadow);
}

.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 56px;
  padding: 14px 24px;
  color: #fff;
  background: var(--accent);
}

.modal-header h2 {
  margin: 0;
  font-size: 1.55rem;
  font-weight: 400;
}

.modal-close {
  width: 34px;
  height: 34px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  background: transparent;
  border: 0;
}

.modal-body {
  display: grid;
  gap: 12px;
  max-height: calc(100vh - 170px);
  overflow-x: hidden;
  overflow-y: auto;
  padding: 18px 24px;
}

.choice-button {
  width: 100%;
  min-height: 78px;
  color: #000;
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 0;
}

.choice-button.selected {
  background: var(--accent);
}

.car-choice {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  justify-items: center;
  gap: 8px;
  padding: 12px 18px;
}

.car-choice-icon {
  width: 72px;
  height: 36px;
  object-fit: contain;
}

.car-choice .icon-fallback {
  width: 72px;
}

.choice-stat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 1.35rem;
  font-weight: 700;
}

.choice-stat svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}

.choice-stat-icon {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.option-choice {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  justify-items: center;
  gap: 8px;
  padding: 12px 18px;
}

.option-choice-icon {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.option-choice .icon-fallback {
  width: 56px;
  font-size: 1rem;
}

.option-choice-svg svg {
  width: 52px;
  height: 52px;
  fill: currentColor;
}

.option-choice strong,
.option-choice span:last-child {
  min-width: 0;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}

.choice-spacer {
  min-width: 1px;
  min-height: 1px;
}

.modal-footer {
  display: flex;
  justify-content: flex-end;
  padding: 12px 24px;
  border-top: 1px solid var(--border);
}

.modal-ok {
  min-width: 86px;
  min-height: 48px;
  color: #fff;
  padding: 0 18px;
  text-transform: uppercase;
}

.time-panel {
  position: relative;
  z-index: 1;
  width: min(100%, 835px);
  max-width: min(835px, calc(100% - 48px));
  min-width: 0;
  max-height: calc(100vh - 48px);
  margin: 0;
  overflow: auto;
  padding: 46px 40px 24px;
  background: #fff;
  border-radius: 6px;
  box-shadow: var(--shadow);
}

.time-panel h2 {
  margin: 0 0 40px;
  font-size: 2rem;
}

.date-tabs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-bottom: 26px;
  border: 1px solid var(--border);
  border-radius: 6px;
  overflow: hidden;
}

.date-tab {
  min-width: 0;
  min-height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 12px;
  color: #202326;
  background: #fff;
  border: 0;
  border-inline-end: 1px solid var(--border);
  font-size: 1.45rem;
}

.date-tab:last-child {
  border-inline-end: 0;
}

.date-tab.selected {
  background: var(--accent);
}

.date-tab svg,
.date-tab-icon {
  width: 25px;
  height: 25px;
  fill: currentColor;
  object-fit: contain;
}

.later-date {
  display: grid;
  gap: 8px;
  margin: 0 auto 16px;
  width: min(100%, 340px);
}

.later-date label {
  color: var(--muted);
  font-weight: 700;
}

.later-date input {
  min-height: 48px;
  padding: 8px 12px;
  font-size: 1.1rem;
  box-shadow: none;
}

.time-input {
  display: block;
  width: 210px;
  min-height: 72px;
  margin: 0 auto 52px;
  padding: 8px;
  font-size: 2.45rem;
  box-shadow: none;
}

.time-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  min-width: 0;
}

.secondary-action {
  min-width: 150px;
  min-height: 62px;
  color: #202326;
  background: #fff;
  border: 0;
  border-radius: 5px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.24);
  font-size: 1.25rem;
  font-weight: 700;
}

.primary-action {
  min-width: 170px;
  font-size: 1.25rem;
  font-weight: 700;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

[hidden] {
  display: none !important;
}

@media (max-width: 900px) {
  .booking-page {
    padding: 32px 40px 24px;
  }

  .booking-header h1 {
    font-size: 1.85rem;
  }

  .phone-link {
    font-size: 2.25rem;
  }

  .booking-form {
    gap: 26px;
  }

  .inline-field {
    grid-template-columns: max-content minmax(150px, 240px) 62px;
    width: fit-content;
    max-width: 100%;
  }

  .inline-field[data-flight-number-row] {
    grid-template-columns: max-content minmax(150px, 240px);
  }

  .option-grid,
  .booking-actions {
    gap: 26px;
  }
}

@media (max-width: 620px) {
  :root {
    --time-control-height: 50px;
  }

  .booking-page {
    padding: 24px 28px 18px;
  }

  .booking-card {
    min-height: calc(100vh - 54px);
  }

  .booking-header {
    padding-bottom: 20px;
  }

  .booking-header h1 {
    margin-top: 18px;
    font-size: 1.45rem;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .phone-link {
    font-size: 1.85rem;
    text-decoration: none;
  }

  .booking-form {
    gap: 14px;
  }

  input,
  textarea {
    min-height: 56px;
    padding: 11px 18px;
    font-size: 1.2rem;
  }

  .inline-field {
    grid-template-columns: max-content minmax(0, 1fr) 54px;
    gap: 10px;
    width: min(100%, 360px);
    margin: 0 0 0 auto;
  }

  .inline-field[data-flight-number-row] {
    grid-template-columns: max-content minmax(0, 1fr);
  }

  .inline-field label {
    font-size: 1.25rem;
  }

  .inline-control input {
    min-height: 54px;
    padding-inline-end: 58px;
    font-size: 1.18rem;
  }

  .field-icon {
    inset-inline-end: 14px;
    width: 34px;
    height: 34px;
  }

  .round-next {
    width: 52px;
    height: 52px;
  }

  .round-next svg {
    width: 52px;
    height: 52px;
  }

  .time-toggle span {
    font-size: 1.2rem;
  }

  .selected-time-display {
    padding-inline: 18px;
    font-size: 1.3rem;
    line-height: 1.15;
  }

  .option-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }

  .option-box {
    min-height: 82px;
    padding: 10px;
  }

  .booking-actions {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }

  .price-panel,
  .submit-button {
    min-height: 74px;
  }

  .price-panel strong {
    font-size: 1.2rem;
  }

  .price-panel small {
    font-size: 1rem;
  }

  .submit-button {
    font-size: 1.2rem;
  }

  .car-summary {
    font-size: 1.12rem;
  }

  .car-summary svg,
  .car-summary-icon,
  .option-icon-main svg,
  .option-icon-main img {
    width: 30px;
    height: 30px;
  }

  .car-summary > svg {
    width: 32px;
    height: 32px;
  }

  .option-icon-main svg,
  .option-icon-main img {
    width: 38px;
    height: 38px;
  }

  .modal,
  .time-modal {
    align-items: center;
    justify-items: center;
    padding: 16px;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .modal-panel {
    width: 100%;
    max-width: min(360px, calc(100% - 32px));
    max-height: calc(100% - 32px);
  }

  .modal-header {
    min-height: 52px;
    padding: 12px 18px;
  }

  .modal-header h2 {
    font-size: 1.35rem;
  }

  .modal-body {
    gap: 10px;
    max-height: calc(100vh - 148px);
    padding: 14px 16px;
  }

  .choice-button {
    min-height: 70px;
  }

  .car-choice,
  .option-choice {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    padding: 10px 12px;
  }

  .car-choice-icon {
    width: 58px;
    height: 30px;
  }

  .option-choice-icon {
    width: 46px;
    height: 46px;
  }

  .choice-stat {
    gap: 5px;
    font-size: 1.05rem;
  }

  .choice-stat svg {
    width: 22px;
    height: 22px;
  }

  .choice-stat-icon {
    width: 22px;
    height: 22px;
  }

  .option-choice strong,
  .option-choice span:last-child {
    font-size: 0.98rem;
  }

  .modal-footer {
    padding: 10px 16px;
  }

  .modal-ok {
    min-width: 64px;
    min-height: 42px;
    padding: 0 14px;
    font-size: 1rem;
  }

  .desktop-date-tab {
    display: none;
  }

  .time-panel {
    width: 100%;
    max-width: min(480px, calc(100% - 24px));
    margin: 0;
    padding: 32px 24px 24px;
  }

  .time-panel h2 {
    margin-bottom: 26px;
    font-size: 1.75rem;
  }

  .date-tabs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 20px;
  }

  .date-tab {
    min-height: 62px;
    gap: 6px;
    padding: 8px 6px;
    font-size: 1.2rem;
    white-space: nowrap;
  }

  .time-input {
    width: min(100%, 180px);
    min-height: 60px;
    margin-bottom: 32px;
    font-size: 2rem;
  }

  .time-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .secondary-action,
  .primary-action {
    width: 100%;
    min-width: 0;
    min-height: 54px;
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  :root {
    --time-control-height: 46px;
  }

  .booking-page {
    padding: 20px 18px 16px;
  }

  .booking-header h1 {
    font-size: 1.25rem;
    white-space: normal;
  }

  .phone-link {
    font-size: 1.65rem;
  }

  .booking-form {
    gap: 10px;
  }

  input,
  textarea {
    min-height: 52px;
    padding: 10px 14px;
    font-size: 1.08rem;
  }

  .inline-field {
    grid-template-columns: max-content minmax(0, 1fr) 50px;
    gap: 8px;
    justify-items: stretch;
    width: min(100%, 320px);
    margin: 0 0 0 auto;
  }

  .inline-field[data-flight-number-row] {
    grid-template-columns: max-content minmax(0, 1fr);
  }

  .inline-field label {
    font-size: 1.08rem;
  }

  .inline-control input {
    min-height: 50px;
    padding-inline-end: 48px;
    font-size: 1.08rem;
  }

  .field-icon {
    inset-inline-end: 12px;
    width: 30px;
    height: 30px;
  }

  .round-next,
  .round-next svg {
    width: 48px;
    height: 48px;
  }

  .option-grid,
  .booking-actions {
    gap: 10px;
  }

  .time-toggle span {
    font-size: 1.08rem;
  }

  .selected-time-display {
    padding-inline: 14px;
    font-size: 1.16rem;
  }

  .option-box {
    min-height: 72px;
    padding: 8px;
  }

  .price-panel,
  .submit-button {
    min-height: 66px;
  }

  .car-summary {
    font-size: 1rem;
  }

  .car-summary svg,
  .car-summary-icon,
  .option-icon-main svg,
  .option-icon-main img {
    width: 26px;
    height: 26px;
  }

  .option-icon-main svg,
  .option-icon-main img {
    width: 34px;
    height: 34px;
  }

  .time-panel {
    max-width: calc(100% - 24px);
    margin: 0;
    padding: 24px 18px 20px;
  }

  .date-tab {
    min-height: 54px;
    font-size: 0.98rem;
  }

  .date-tab svg,
  .date-tab-icon {
    width: 20px;
    height: 20px;
  }

  .car-choice,
  .option-choice {
    gap: 8px;
    padding: 9px 10px;
  }

  .car-choice-icon {
    width: 52px;
    height: 28px;
  }

  .option-choice-icon {
    width: 42px;
    height: 42px;
  }

  .choice-stat {
    gap: 4px;
    font-size: 0.98rem;
  }

  .choice-stat svg {
    width: 20px;
    height: 20px;
  }

  .option-choice strong,
  .option-choice span:last-child {
    font-size: 0.92rem;
  }

  .secondary-action,
  .primary-action {
    min-height: 50px;
    font-size: 0.95rem;
  }
}
