/* Hajj Umrah Taxi — booking, account and notification surfaces. */
.p114-redesign-v2--hut .results-drawer {
  position: relative;
  overflow: hidden;
  border-block: 9px solid var(--p114-hut-gold);
  background: #f4eedf;
}

.p114-redesign-v2--hut .results-drawer::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 360px;
  inset-inline-end: -180px;
  top: 36px;
  border: 1px solid rgba(164, 119, 5, .18);
  border-bottom: 0;
  border-radius: 50% 50% 0 0;
  pointer-events: none;
}

.p114-redesign-v2--hut .results-drawer > .shell {
  position: relative;
}

.p114-redesign-v2--hut .results-head {
  padding: 30px 40px;
  border: 1px solid #d7c89f;
  border-radius: 72px 72px 12px 12px;
  background: #fffaf0;
}

.p114-redesign-v2--hut .results-head h2 {
  font-family: "Noto Serif Display", Georgia, serif;
}

.p114-redesign-v2--hut .results-head button {
  min-height: 44px;
  border-color: #b99a43;
  border-radius: 999px;
  background: #fff7df;
}

.p114-redesign-v2--hut .results-summary-bar {
  border-radius: 24px 24px 8px 24px;
  border-color: #d8cba9;
  background: rgba(255, 253, 247, .98);
}

.p114-redesign-v2--hut .results-toolbar {
  border: 1px solid #d8cba9;
  border-radius: 24px;
  background: #fffaf0;
  box-shadow: none;
}

.p114-redesign-v2--hut .results-toolbar :is(select, button),
.p114-redesign-v2--hut .results-summary-bar button {
  min-height: 44px;
  border-radius: 999px;
  border-color: #ccb879;
  background: #fffdf8;
}

.p114-redesign-v2--hut .vehicle-results {
  gap: 22px;
}

.p114-redesign-v2--hut .vehicle-option {
  position: relative;
  border-color: #d8cba9;
  border-radius: 70px 70px 12px 12px !important;
  background: #fffdf8;
  box-shadow: 0 22px 52px rgba(55, 42, 11, .08);
}

.p114-redesign-v2--hut .vehicle-option::after {
  content: "";
  position: absolute;
  top: 0;
  inset-inline-start: 50%;
  width: 78px;
  height: 5px;
  border-radius: 0 0 999px 999px;
  background: var(--p114-hut-gold);
  transform: translateX(-50%);
}

.p114-redesign-v2--hut .vehicle-option:hover {
  transform: translateY(-3px);
  border-color: #c7aa5b;
  box-shadow: 0 28px 70px rgba(55, 42, 11, .13);
}

.p114-redesign-v2--hut .vehicle-media {
  background:
    radial-gradient(circle at 50% 110%, rgba(244, 176, 0, .18), transparent 46%),
    linear-gradient(145deg, #fffaf0, #eee4ce);
}

.p114-redesign-v2--hut :is(.capacity-item, .vehicle-fit-badge) {
  border-radius: 999px;
  background: #fff5d2;
}

.p114-redesign-v2--hut .vehicle-option-action {
  border-color: #e1d5b8;
  background: #fff9e9;
}

.p114-redesign-v2--hut .vehicle-option-action :is(button, .review-quote-contact) {
  border-radius: 999px;
  background: var(--p114-hut-charcoal);
  color: #ffd35a;
}

.p114-redesign-v2--hut :is(.vehicle-empty-state, .vehicle-results-empty, .scc-checkout__error, .scc-form-error) {
  border: 1px dashed #c9ad63;
  border-radius: 54px 54px 10px 10px;
  background: #fff7df;
}

.p114-redesign-v2--hut .scc-checkout {
  background:
    radial-gradient(circle at 12% 24%, rgba(244, 176, 0, .09), transparent 28%),
    #f7f1e4;
}

.p114-redesign-v2--hut:has(.scc-basket-layer:not([hidden])) {
  overflow-y: hidden !important;
  overscroll-behavior: contain;
}

.p114-redesign-v2--hut .scc-basket-drawer {
  width: min(540px, 100%);
  border-inline-start: 1px solid #cbae5b;
  border-start-start-radius: 110px;
  background: #fffaf0;
  box-shadow: 0 0 90px rgba(38, 29, 8, .25);
}

.p114-redesign-v2--hut .scc-basket-drawer > header {
  padding-block-start: 52px;
  border-bottom-color: #ddcfaa;
  background: #fff3cf;
}

.p114-redesign-v2--hut .scc-basket-drawer > header h2 {
  font-family: "Noto Serif Display", Georgia, serif;
}

.p114-redesign-v2--hut .scc-basket-drawer > header button {
  min-width: 44px;
  min-height: 44px;
  border-radius: 999px;
  border-color: #b99a43;
  background: #fffaf0;
}

.p114-redesign-v2--hut .scc-basket-items {
  padding: 24px;
}

.p114-redesign-v2--hut .scc-basket-item__action button {
  min-width: 44px;
  min-height: 44px;
}

.p114-redesign-v2--hut .scc-basket-empty {
  border: 1px dashed #c9ad63;
  border-radius: 64px 64px 12px 12px;
  background: #fffdf8;
}

.p114-redesign-v2--hut .scc-basket-drawer > footer {
  border-top-color: #ddcfaa;
  background: #fff7df;
}

.p114-redesign-v2--hut .scc-basket-drawer > footer :is(select, button, a) {
  min-height: 44px;
  border-radius: 999px;
  border-color: #cdb777;
}

.p114-redesign-v2--hut .scc-basket-checkout {
  background: var(--p114-hut-charcoal);
  color: #ffd35a;
}

.p114-redesign-v2--hut .scc-checkout-panel,
.p114-redesign-v2--hut .scc-checkout__layout {
  border-radius: 62px 62px 14px 14px;
  border-color: #ddcfae;
}

.p114-redesign-v2--hut .scc-order-summary,
.p114-redesign-v2--hut .scc-checkout__summary {
  position: relative;
  overflow: hidden;
  border-radius: 100px 100px 12px 12px;
  background: linear-gradient(145deg, #11120f, #2a281f);
  color: #fff;
}

.p114-redesign-v2--hut .scc-checkout__journeys article {
  border-color: #cdb777;
  background: #fff3cf;
  color: #282113;
}

.p114-redesign-v2--hut .scc-checkout__journeys article :is(strong, span, b) {
  color: inherit;
}

.p114-redesign-v2--hut .scc-order-summary::before,
.p114-redesign-v2--hut .scc-checkout__summary::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 190px;
  inset-inline-end: -80px;
  bottom: -110px;
  border: 1px solid rgba(244, 176, 0, .2);
  border-bottom: 0;
  border-radius: 50% 50% 0 0;
  pointer-events: none;
}

.p114-redesign-v2--hut :is(.scc-checkout input, .scc-checkout select, .scc-checkout textarea, .scc-checkout__field, .scc-checkout__payment-element, .scc-checkout__confirmation) {
  border-radius: 16px;
  border-color: #ded1b2;
  background: #fffaf0;
}

.p114-redesign-v2--hut .scc-checkout__confirmation {
  color: #282113;
}

.p114-redesign-v2--hut .scc-checkout__field :is(input, select, textarea) {
  min-height: 44px;
}

.p114-redesign-v2--hut :is(.scc-checkout-submit, .scc-checkout__primary) {
  border-radius: 999px;
  background: var(--p114-hut-gold);
  color: #17130a;
}

.p114-redesign-v2--hut :is(.scc-payment-status, .scc-status-card, .scc-pending) {
  position: relative;
  overflow: hidden;
  border-radius: 130px 130px 14px 14px;
  border-color: #d7bd74;
  background: linear-gradient(180deg, #fff7dc, #fffdf8 46%);
  text-align: center;
}

.p114-redesign-v2--hut .scc-account-panel {
  max-width: 920px;
  padding-top: clamp(54px, 7vw, 82px);
  border-radius: 120px 120px 14px 14px;
  border-color: #d7c59a;
  background: #fffaf0;
  box-shadow: 0 32px 85px rgba(54, 42, 13, .14);
}

.p114-redesign-v2--hut .scc-account-shell {
  background:
    radial-gradient(circle at 12% 24%, rgba(244, 176, 0, .09), transparent 28%),
    #f7f1e4;
}

.p114-redesign-v2--hut .scc-account-gateway {
  position: relative;
  overflow: hidden;
  border-radius: 110px 110px 14px 14px;
  border-color: #d7c59a;
  background: #fffaf0;
  box-shadow: 0 32px 85px rgba(54, 42, 13, .14);
}

.p114-redesign-v2--hut .scc-account-gateway::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 180px;
  inset-inline-end: -90px;
  bottom: -110px;
  border: 1px solid rgba(164, 119, 5, .18);
  border-bottom: 0;
  border-radius: 50% 50% 0 0;
  pointer-events: none;
}

.p114-redesign-v2--hut .scc-account-gateway h1 {
  font-family: "Noto Serif Display", Georgia, serif;
}

.p114-redesign-v2--hut .scc-account-eyebrow {
  color: #8a6508;
  letter-spacing: .1em;
}

.p114-redesign-v2--hut .scc-account-button {
  min-height: 48px;
  border-radius: 999px;
  background: var(--p114-hut-charcoal);
  color: #ffd35a;
}

.p114-redesign-v2--hut .scc-account-button.scc-account-button--quiet {
  border: 1px solid #cdb777;
  background: #fff5d8 !important;
  color: #17130a !important;
  box-shadow: none;
}

.p114-redesign-v2--hut .scc-account-hero > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 9px 16px;
  border: 1px solid #cdb777;
  border-radius: 999px;
  background: #fffaf0;
  color: #17130a;
}

.p114-redesign-v2--hut .scc-account-panel :is(button, .button) {
  border-radius: 999px;
  background: var(--p114-hut-charcoal);
  color: #ffd35a;
}

.p114-redesign-v2--hut .scc-account-panel :is(textarea, input, select, [data-scc-privacy-status]) {
  border-radius: 16px;
  background: #fff5d8;
}

.p114-redesign-v2--hut .scc-notification-panel {
  border-radius: 54px 54px 12px 12px;
  border-color: #cdb777;
  background: #fffaf0;
  box-shadow: 0 30px 80px rgba(45, 34, 9, .22);
}

.p114-redesign-v2--hut .scc-notification-panel > header {
  padding-top: 30px;
  border-color: #ded1b2;
  background: #fff3cf;
}

.p114-redesign-v2--hut .scc-notification-panel h2 {
  font-family: "Noto Serif Display", Georgia, serif;
}

.p114-redesign-v2--hut .scc-notification-panel > header button,
.p114-redesign-v2--hut .scc-notification-panel > footer a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 8px 14px;
  border-radius: 999px;
}

.p114-redesign-v2--hut .scc-notification-panel > footer a {
  width: 100%;
}

.p114-redesign-v2--hut .scc-notification-item.is-unread a {
  border-inline-start: 4px solid var(--p114-hut-gold);
  background: #fff5d8;
}

.p114-redesign-v2--hut :is(.appx-account-settings, .appx-journey-hub, .appx-notification-pref) {
  border-radius: 24px 24px 8px 24px;
}

/* Keep price, checkout and save-for-later actions on separate tablet tracks. */
@media (min-width: 701px) and (max-width: 1040px) {
  .p114-redesign-v2--hut .vehicle-option-action {
    grid-template-columns: minmax(0, 1fr) minmax(280px, .92fr);
    grid-template-rows: auto auto auto;
    gap: 8px 20px;
  }

  .p114-redesign-v2--hut .vehicle-option-action > :is(.price-label, .price, small) {
    grid-column: 1;
  }

  .p114-redesign-v2--hut .vehicle-option-action > [data-scc-select-quote] {
    grid-column: 2;
    grid-row: 1 / 3;
    align-self: stretch;
    width: 100%;
    margin: 0;
  }

  .p114-redesign-v2--hut .vehicle-option-action > .save-quote-email {
    grid-column: 2;
    grid-row: 3;
    width: 100%;
    margin: 0 !important;
  }

  .p114-redesign-v2--hut .vehicle-option-action > .review-quote-contact {
    grid-column: 2;
    grid-row: 1 / 4;
    align-self: center;
    width: 100%;
    margin: 0;
  }
}

@media (max-width: 900px) {
  .p114-redesign-v2--hut .scc-basket-drawer {
    width: 100%;
    max-width: none;
  }
}

@media (max-width: 720px) {
  .p114-redesign-v2--hut .scc-checkout--multistep .scc-checkout__steps {
    grid-template-columns: repeat(5, minmax(44px, 1fr));
    gap: 4px;
    overflow-x: hidden;
  }

  .p114-redesign-v2--hut .results-drawer > .shell {
    padding-block: 30px 74px;
  }

  .p114-redesign-v2--hut .results-head {
    align-items: flex-start;
    padding: 22px;
    border-radius: 48px 48px 10px 10px;
  }

  .p114-redesign-v2--hut .vehicle-option {
    border-radius: 48px 48px 10px 10px !important;
  }

  .p114-redesign-v2--hut .scc-checkout-panel,
  .p114-redesign-v2--hut .scc-checkout__layout,
  .p114-redesign-v2--hut .scc-account-panel {
    border-radius: 52px 52px 10px 10px;
  }


  .p114-redesign-v2--hut .scc-account-gateway {
    border-radius: 58px 58px 10px 10px;
  }

  .p114-redesign-v2--hut .scc-notification-panel {
    inset-inline: 10px;
    width: auto;
    border-radius: 42px 42px 10px 10px;
  }

  .p114-redesign-v2--hut .scc-basket-drawer {
    width: 100%;
    border-start-start-radius: 72px;
  }
}
