/* Cab result — mobile-only list UI (desktop unchanged) */
.cr-cab-filters,
.cr-vc-specs,
.cr-vc-km,
.cr-vc-tags,
.cr-vc-fare-link,
.cr-vc-offers,
.cr-vc-eta--pricing {
  display: none;
}

.cr-vc-head .cr-vc-category {
  display: none;
}

.cr-vc-fare-desktop {
  display: flex;
  align-items: center;
  gap: 6px;
}

@media (max-width: 900px) {
  .main-section.cab-result-main {
    padding-top: 8px;
  }

  .cab-result-main {
    padding-top: 8px;
  }

  .cab-result-main .que-answers {
    display: none;
  }

  .cab-result-main .cr-fleet-panel {
    grid-column: 1 / -1;
    order: -1;
    width: 100%;
  }

  .cab-result-main .vehicles-list {
    order: unset !important;
  }

  .cr-cab-filters {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    overflow: visible;
    padding: 4px 0 12px;
    margin-bottom: 0;
  }

  .cr-cab-filter {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    border: 1px solid #e3eaf5;
    border-radius: 999px;
    background: #fff;
    color: #0a2f6e;
    font-family: "Poppins", sans-serif;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.2;
    padding: 6px 10px;
    cursor: pointer;
    box-shadow: 0 1px 4px rgba(15, 23, 42, 0.06);
    white-space: nowrap;
  }

  .cr-cab-filter svg {
    flex-shrink: 0;
    width: 11px;
    height: 11px;
  }

  .cr-cab-filter.is-active {
    background: linear-gradient(135deg, #0368fc 0%, #0056d6 100%);
    border-color: transparent;
    color: #fff;
    box-shadow: 0 2px 10px rgba(3, 104, 252, 0.24);
  }

  .cr-cab-filter--menu {
    position: relative;
  }

  .cr-cab-filter--menu::after {
    content: "";
    position: absolute;
    top: 6px;
    right: 8px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #006aff;
  }

  .cab-result-main .vehicles-list {
    gap: 12px;
  }

  .cab-result-main .cr-vehicle-card {
    border-radius: 12px;
    border: 1px solid #e8edf3;
    box-shadow: 0 4px 18px rgba(15, 23, 42, 0.08);
  }

  .cab-result-main .vehicle-card-content {
    display: grid !important;
    grid-template-columns: 98px minmax(0, 1fr) 112px;
    grid-template-areas: "media details pricing";
    gap: 10px 10px;
    padding: 12px;
    align-items: start;
  }

  .cab-result-main .vehicle-media {
    grid-area: media;
    width: 98px;
    align-self: stretch;
    display: flex;
    align-items: center;
  }

  .cab-result-main .vehicle-image {
    width: 98px;
    height: 72px;
  }

  .cab-result-main .vehicle-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }

  .cab-result-main .cr-vc-fleet-desktop,
  .cab-result-main .cr-vc-features-desktop,
  .cab-result-main .cr-vc-meta-desktop,
  .cab-result-main .cr-vc-footer-desktop,
  .cab-result-main .cr-vc-fare-desktop {
    display: none !important;
  }

  .cab-result-main .vehicle-details {
    grid-area: details;
    display: flex !important;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
  }

  .cab-result-main .cr-vc-head {
    display: block;
  }

  .cab-result-main .cr-vc-head__main h3 {
    margin: 0 0 4px;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.2;
  }

  .cab-result-main .cr-vc-head .cr-vc-category {
    display: inline-block;
    padding: 3px 8px;
    border-radius: 999px;
    background: #eef4ff;
    color: #006aff;
    font-size: 9px;
    font-weight: 600;
    line-height: 1.2;
    border: 1px solid #dbeafe;
  }

  .cab-result-main .cr-vc-specs {
    display: flex;
    flex-wrap: nowrap;
    gap: 6px;
    overflow: hidden;
  }

  .cab-result-main .cr-vc-spec {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    font-family: "Poppins", sans-serif;
    font-size: 9px;
    font-weight: 500;
    color: #64748b;
    line-height: 1.2;
    white-space: nowrap;
    flex-shrink: 0;
  }

  .cab-result-main .cr-vc-spec svg {
    flex-shrink: 0;
    color: #94a3b8;
  }

  .cab-result-main .cr-vc-km {
    display: flex;
    align-items: center;
    gap: 4px;
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-size: 10px;
    font-weight: 700;
    color: #006aff;
    line-height: 1.2;
  }

  .cab-result-main .cr-vc-tags {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .cab-result-main .cr-vc-tags-row {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
  }

  .cab-result-main .cr-vc-tag {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    padding: 3px 6px;
    border-radius: 999px;
    border: 1px solid transparent;
    font-family: "Poppins", sans-serif;
    font-size: 8px;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
  }

  .cab-result-main .cr-vc-tag svg {
    flex-shrink: 0;
  }

  .cab-result-main .cr-vc-tag--green {
    color: #15803d;
    background: #f0fdf4;
    border-color: #bbf7d0;
  }

  .cab-result-main .cr-vc-tag--blue {
    color: #006aff;
    background: #eff6ff;
    border-color: #bfdbfe;
  }

  .cab-result-main .cr-vc-tag--purple {
    color: #7c3aed;
    background: #f5f3ff;
    border-color: #ddd6fe;
  }

  .cab-result-main .cr-vc-tag--orange {
    color: #ea580c;
    background: #fff7ed;
    border-color: #fed7aa;
  }

  .cab-result-main .vehicle-pricing {
    grid-area: pricing;
    display: flex !important;
    flex-direction: column;
    align-items: flex-end;
    gap: 5px;
    min-width: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
  }

  .cab-result-main .cr-vc-eta--pricing {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
  }

  .cab-result-main .cr-vc-eta__box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    padding: 4px 6px 3px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
    line-height: 1;
  }

  .cab-result-main .cr-vc-eta__num {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #16a34a;
  }

  .cab-result-main .cr-vc-eta__unit {
    font-family: "Poppins", sans-serif;
    font-size: 9px;
    font-weight: 600;
    color: #16a34a;
    margin-top: 1px;
  }

  .cab-result-main .cr-vc-eta__label {
    font-family: "Poppins", sans-serif;
    font-size: 8px;
    font-weight: 500;
    color: #64748b;
    line-height: 1.1;
    text-align: center;
  }

  .cab-result-main .price-info {
    text-align: right;
    width: 100%;
  }

  .cab-result-main .price-info .original-price {
    display: block;
    margin: 0;
    font-size: 10px;
    font-weight: 500;
    color: #94a3b8;
    text-decoration: line-through;
  }

  .cab-result-main .price-info .current-price {
    margin: 1px 0 0;
    font-size: 20px;
    font-weight: 700;
    color: #006aff;
    line-height: 1.05;
    letter-spacing: -0.02em;
  }

  .cab-result-main .cr-vc-offers {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 3px;
    width: 100%;
  }

  .cab-result-main .cr-vc-off {
    display: inline-flex;
    padding: 2px 7px;
    border-radius: 4px;
    background: #f97316;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 8px;
    font-weight: 700;
    line-height: 1.3;
  }

  .cab-result-main .cr-vc-cashback {
    display: inline-flex;
    padding: 2px 7px;
    border-radius: 4px;
    background: #dcfce7;
    color: #15803d;
    font-family: "Poppins", sans-serif;
    font-size: 8px;
    font-weight: 700;
    line-height: 1.3;
  }

  .cab-result-main .btn-book-vehicle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 100%;
    padding: 9px 10px;
    border-radius: 999px;
    font-family: "Poppins", sans-serif;
    font-size: 11px;
    font-weight: 700;
    box-shadow: 0 4px 14px rgba(3, 104, 252, 0.35);
    transform: none;
    text-decoration: none;
  }

  .cab-result-main .btn-book-vehicle:hover {
    transform: none;
    text-decoration: none;
  }

  .cab-result-main .btn-book-vehicle svg {
    flex-shrink: 0;
    width: 14px;
    height: 14px;
  }

  .cab-result-main .cr-vc-fare-link {
    display: block;
    width: 100%;
    text-align: center;
  }

  .cab-result-main .cr-vc-fare-link a {
    font-family: "Poppins", sans-serif;
    font-size: 10px;
    font-weight: 600;
    color: #006aff;
    text-decoration: none;
  }
}

@media (max-width: 600px) {
  .cab-result-main .main-section,
  .cab-result-main {
    padding-left: 12px;
    padding-right: 12px;
  }

  .cab-result-main .vehicle-card-content {
    grid-template-columns: 88px minmax(0, 1fr) 104px;
    gap: 8px;
    padding: 10px;
  }

  .cab-result-main .vehicle-media,
  .cab-result-main .vehicle-image {
    width: 88px;
  }

  .cab-result-main .vehicle-image {
    height: 66px;
  }

  .cab-result-main .cr-vc-head__main h3 {
    font-size: 12px;
  }

  .cab-result-main .cr-vc-spec {
    font-size: 8px;
  }

  .cab-result-main .cr-vc-tag {
    font-size: 7px;
    padding: 2px 5px;
  }

  .cab-result-main .price-info .current-price {
    font-size: 18px;
  }

  .cab-result-main .btn-book-vehicle {
    font-size: 10px;
    padding: 8px 8px;
  }
}

@media (min-width: 901px) {
  .cab-result-main .cr-fleet-panel {
    grid-column: span 3;
    display: flex;
    flex-direction: column;
    gap: 0;
    min-width: 0;
    width: 100%;
  }

  .cab-result-main .cr-fleet-panel .vehicles-list {
    grid-column: unset;
    order: unset;
    width: 100%;
  }

  .cab-result-main .cr-vc-head {
    display: block;
  }

  .cab-result-main .cr-vc-head .cr-vc-eta {
    display: none;
  }

  .cab-result-main .cr-vc-head__main h3 {
    font-size: 20px;
    font-weight: 600;
    color: #212121;
    margin-bottom: 8px;
  }

  .cab-result-main .price-info {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }

  .cab-result-main .price-info .current-price {
    order: 1;
    font-size: 32px;
    font-weight: 600;
    color: #212121;
  }

  .cab-result-main .price-info .original-price {
    order: 2;
    font-size: 16px;
    font-weight: 600;
    color: #ff1a1a;
    margin: 8px 0 0;
  }

  .cab-result-main .btn-book-vehicle svg {
    display: none;
  }
}

@media (min-width: 901px) and (max-width: 1200px) {
  .cab-result-main .cr-fleet-panel {
    grid-column: 1 / -1;
    order: -1;
  }
}

/* Coupon promo banner below cab list */
.cr-coupon-banner-wrap {
  margin-top: 16px;
  width: 100%;
}

.cr-coupon-banner-track {
  position: relative;
}

.cr-coupon-banner {
  display: none;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 148px;
  padding: 22px 130px 24px;
}

.cr-coupon-banner.is-active {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cr-coupon-banner__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  gap: 8px;
  max-width: 280px;
}

.cr-coupon-banner__title {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.1;
  color: #fff;
  letter-spacing: -0.02em;
}

.cr-coupon-banner__sub {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.9);
  text-transform: lowercase;
}

.cr-coupon-banner__code {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 7px 14px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  cursor: pointer;
}

.cr-coupon-banner__code strong {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.cr-coupon-banner__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 10px;
}

.cr-coupon-banner__dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: none;
  border-radius: 999px;
  background: #c7d7ee;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.cr-coupon-banner__dot.is-active {
  background: #0368fc;
  transform: scale(1.15);
}

@media (max-width: 900px) {
  .cr-coupon-banner-wrap {
    margin-top: 12px;
  }

  .cr-coupon-banner {
    min-height: 132px;
    padding: 18px 72px 20px;
    border-radius: 14px;
  }

  .cr-coupon-banner__title {
    font-size: 20px;
  }

  .cr-coupon-banner__sub {
    font-size: 12px;
  }

  .cr-coupon-banner__code {
    font-size: 11px;
    padding: 5px 12px;
  }
}

@media (max-width: 480px) {
  .cr-coupon-banner {
    min-height: 120px;
    padding: 16px 56px 18px;
  }

  .cr-coupon-banner__title {
    font-size: 17px;
  }
}
