/* line 2, app/assets/stylesheets/booking/step_choice.scss */
body:has(.step-choice-container) .booking-form-container-main {
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
  padding: 0px;
}

/* line 9, app/assets/stylesheets/booking/step_choice.scss */
body:has(.step-choice-container) .hero-content, body:has(.step-choice-container) .booking-form-section-hide {
  display: none;
}

/* line 12, app/assets/stylesheets/booking/step_choice.scss */
body:has(.step-choice-container) .landing-container.hero-grid {
  display: block !important;
}

@media screen and (max-width: 768px) {
  /* line 12, app/assets/stylesheets/booking/step_choice.scss */
  body:has(.step-choice-container) .landing-container.hero-grid {
    padding: 0 10px;
  }
}

/* line 18, app/assets/stylesheets/booking/step_choice.scss */
body:has(.step-choice-container) #booking-app {
  text-align: left;
  margin: 0;
  width: auto;
}

/* line 23, app/assets/stylesheets/booking/step_choice.scss */
body:has(.step-choice-container) .landing-phone-cta {
  display: none !important;
}

/* line 26, app/assets/stylesheets/booking/step_choice.scss */
body:has(.step-choice-container) section.section-padding {
  display: none !important;
}

/* line 29, app/assets/stylesheets/booking/step_choice.scss */
body:has(.step-choice-container) section#avis.section-padding {
  display: block !important;
}

/* line 33, app/assets/stylesheets/booking/step_choice.scss */
body:has(.step-choice-container) .landing-nav-links {
  display: none !important;
}

/* line 38, app/assets/stylesheets/booking/step_choice.scss */
.step-choice-content {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 32px;
  align-items: start;
}

/* line 45, app/assets/stylesheets/booking/step_choice.scss */
.vehicles-section {
  flex: 1;
}

/* line 49, app/assets/stylesheets/booking/step_choice.scss */
.section-title {
  font-size: 28px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 8px;
}

/* line 56, app/assets/stylesheets/booking/step_choice.scss */
.section-subtitle {
  font-size: 14px;
  color: #6b7280;
  font-style: italic;
  margin-bottom: 6px;
  padding: 0 14px;
}

/* line 64, app/assets/stylesheets/booking/step_choice.scss */
.price-guarantee {
  background: #1974cc;
  border-radius: 12px;
  padding: 4px 15px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: #FFF;
  margin-bottom: 24px;
}

/* line 74, app/assets/stylesheets/booking/step_choice.scss */
.price-guarantee i {
  color: #10b981;
  font-size: 18px;
}

/* line 80, app/assets/stylesheets/booking/step_choice.scss */
.vehicle-card {
  background: white;
  border: 2px solid #e5e7eb;
  border-radius: 16px;
  padding: 20px;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  -webkit-tap-highlight-color: transparent;
}

/* line 91, app/assets/stylesheets/booking/step_choice.scss */
.vehicle-card:hover {
  border-color: #39C7C2;
  box-shadow: 0 4px 12px rgba(57, 199, 194, 0.1);
}

/* line 96, app/assets/stylesheets/booking/step_choice.scss */
.vehicle-card:active {
  transform: scale(0.99);
}

/* line 100, app/assets/stylesheets/booking/step_choice.scss */
.vehicle-card.active {
  border-color: #39C7C2 !important;
  background: white;
  box-shadow: 0 4px 12px rgba(57, 199, 194, 0.2);
}

/* line 106, app/assets/stylesheets/booking/step_choice.scss */
.vehicle-card.recommended {
  border-color: #bafffd;
}

@media screen and (min-width: 769px) {
  /* line 80, app/assets/stylesheets/booking/step_choice.scss */
  .vehicle-card {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 16px;
  }
}

/* line 120, app/assets/stylesheets/booking/step_choice.scss */
.vehicle-badge {
  position: absolute;
  top: -12px;
  left: 24px;
  background: #39C7C2;
  color: white;
  padding: 3px 14px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

/* line 133, app/assets/stylesheets/booking/step_choice.scss */
.vehicle-selection-icon {
  position: absolute;
  top: -4%;
  right: -2%;
  pointer-events: none;
  user-select: none;
}

/* line 140, app/assets/stylesheets/booking/step_choice.scss */
.vehicle-selection-icon i {
  font-size: 28px;
  color: #9ca3af;
}

/* line 145, app/assets/stylesheets/booking/step_choice.scss */
.vehicle-selection-icon .fa-circle-check {
  color: #39C7C2;
  background: #FFF;
  border-radius: 30px;
}

/* line 152, app/assets/stylesheets/booking/step_choice.scss */
.vehicle-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

@media screen and (min-width: 769px) {
  /* line 152, app/assets/stylesheets/booking/step_choice.scss */
  .vehicle-content {
    flex: 1;
    min-width: 0;
  }
}

/* line 163, app/assets/stylesheets/booking/step_choice.scss */
.vehicle-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
}

/* line 170, app/assets/stylesheets/booking/step_choice.scss */
.vehicle-info {
  flex: 1;
}

/* line 173, app/assets/stylesheets/booking/step_choice.scss */
.vehicle-info h4 {
  font-size: 26px;
  font-weight: 700;
  color: #1f2937;
  margin: 0 0 4px 0;
}

@media screen and (max-width: 768px) {
  /* line 173, app/assets/stylesheets/booking/step_choice.scss */
  .vehicle-info h4 {
    font-size: 20px;
  }
}

/* line 184, app/assets/stylesheets/booking/step_choice.scss */
.vehicle-info .vehicle-title-berline {
  color: #39C7C2;
}

/* line 188, app/assets/stylesheets/booking/step_choice.scss */
.vehicle-info .vehicle-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

@media screen and (max-width: 768px) {
  /* line 188, app/assets/stylesheets/booking/step_choice.scss */
  .vehicle-info .vehicle-meta {
    gap: 6px;
  }
}

/* line 198, app/assets/stylesheets/booking/step_choice.scss */
.vehicle-info .vehicle-subtitle {
  font-size: 13px;
  font-weight: 600;
  color: #39C7C2;
  letter-spacing: 0.5px;
  margin: 0;
}

@media screen and (max-width: 768px) {
  /* line 198, app/assets/stylesheets/booking/step_choice.scss */
  .vehicle-info .vehicle-subtitle {
    font-size: 11px;
  }
}

/* line 211, app/assets/stylesheets/booking/step_choice.scss */
.vehicle-image {
  width: 100%;
  height: 120px;
  overflow: hidden;
  border-radius: 12px;
  margin-top: 5px;
  margin-bottom: 12px;
}

@media screen and (min-width: 769px) {
  /* line 211, app/assets/stylesheets/booking/step_choice.scss */
  .vehicle-image {
    width: 120px;
    height: auto;
    min-height: 100px;
    flex-shrink: 0;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  /* line 211, app/assets/stylesheets/booking/step_choice.scss */
  .vehicle-image {
    height: 90px;
    width: 160px;
    margin: 0 auto;
  }
}

/* line 233, app/assets/stylesheets/booking/step_choice.scss */
.vehicle-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease;
}

/* line 242, app/assets/stylesheets/booking/step_choice.scss */
.vehicle-card:hover .vehicle-image img {
  transform: scale(1.05);
}

/* line 246, app/assets/stylesheets/booking/step_choice.scss */
.vehicle-features {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 0;
  margin-top: 10px;
  justify-content: center;
}

@media screen and (min-width: 769px) {
  /* line 246, app/assets/stylesheets/booking/step_choice.scss */
  .vehicle-features {
    width: 100%;
    order: 10;
    margin-top: 12px;
  }
}

/* line 261, app/assets/stylesheets/booking/step_choice.scss */
.feature-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  transition: all 0.2s ease;
}

/* line 272, app/assets/stylesheets/booking/step_choice.scss */
.feature-badge i {
  font-size: 11px;
}

@media screen and (max-width: 768px) {
  /* line 261, app/assets/stylesheets/booking/step_choice.scss */
  .feature-badge {
    font-size: 8px !important;
    padding: 4px 8px;
    gap: 4px;
  }
  /* line 281, app/assets/stylesheets/booking/step_choice.scss */
  .feature-badge i, .feature-badge span {
    font-size: 8px !important;
  }
}

/* line 287, app/assets/stylesheets/booking/step_choice.scss */
.feature-badge-primary {
  background: #E0F7FA;
  color: #00796B;
  border: 1px solid #39C7C2;
}

/* line 292, app/assets/stylesheets/booking/step_choice.scss */
.feature-badge-primary i {
  color: #39C7C2;
}

/* line 297, app/assets/stylesheets/booking/step_choice.scss */
.feature-badge-secondary {
  background: #E3F2FD;
  color: #1565C0;
  border: 1px solid #1974cc;
}

/* line 302, app/assets/stylesheets/booking/step_choice.scss */
.feature-badge-secondary i {
  color: #1974cc;
}

/* line 307, app/assets/stylesheets/booking/step_choice.scss */
.feature-badge:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

/* line 312, app/assets/stylesheets/booking/step_choice.scss */
.vehicle-alert {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #FEF2F2;
  border: 1px solid #FCA5A5;
  border-radius: 8px;
  padding: 8px 12px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  color: #DC2626;
  animation: pulseAlert 2s ease-in-out infinite;
}

@media screen and (min-width: 769px) {
  /* line 312, app/assets/stylesheets/booking/step_choice.scss */
  .vehicle-alert {
    width: 100%;
    order: 11;
    margin-top: 8px;
  }
}

@media screen and (max-width: 768px) {
  /* line 312, app/assets/stylesheets/booking/step_choice.scss */
  .vehicle-alert {
    font-size: 10px;
    padding: 4px 8px;
    gap: 6px;
    margin-top: 10px;
  }
  /* line 338, app/assets/stylesheets/booking/step_choice.scss */
  .vehicle-alert span {
    font-size: 15px !important;
  }
}

/* line 343, app/assets/stylesheets/booking/step_choice.scss */
.vehicle-alert i {
  font-size: 14px;
  color: #DC2626;
}

@media screen and (max-width: 768px) {
  /* line 343, app/assets/stylesheets/booking/step_choice.scss */
  .vehicle-alert i {
    font-size: 15px;
  }
}

@keyframes pulseAlert {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.85;
  }
}

/* line 358, app/assets/stylesheets/booking/step_choice.scss */
.vehicle-specs {
  display: flex;
  gap: 12px;
  margin: 4px 0 0 0;
  padding-top: 4px;
  border-top: 1px solid #e5e7eb;
  flex-wrap: nowrap;
}

/* line 366, app/assets/stylesheets/booking/step_choice.scss */
.vehicle-specs span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 600;
  color: #6b7280;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  /* line 366, app/assets/stylesheets/booking/step_choice.scss */
  .vehicle-specs span {
    font-size: 11px;
    gap: 4px;
  }
}

/* line 380, app/assets/stylesheets/booking/step_choice.scss */
.vehicle-specs span i {
  color: #6b7280;
  font-size: 11px;
}

/* line 387, app/assets/stylesheets/booking/step_choice.scss */
.vehicle-pricing {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  padding-left: 24px;
  border-left: 1px solid #e5e7eb;
}

@media screen and (max-width: 768px) {
  /* line 387, app/assets/stylesheets/booking/step_choice.scss */
  .vehicle-pricing {
    padding-left: 0;
    border-left: none;
    gap: 5px;
  }
}

/* line 402, app/assets/stylesheets/booking/step_choice.scss */
.vehicle-price-badge {
  background: #1974cc;
  font-family: "Poppins", sans-serif;
  color: white;
  padding: 10px 18px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
}

@media screen and (max-width: 768px) {
  /* line 402, app/assets/stylesheets/booking/step_choice.scss */
  .vehicle-price-badge {
    font-size: 10px;
    padding: 6px 10px;
  }
}

/* line 419, app/assets/stylesheets/booking/step_choice.scss */
.vehicle-price-badge i {
  font-size: 15px;
}

@media screen and (max-width: 768px) {
  /* line 419, app/assets/stylesheets/booking/step_choice.scss */
  .vehicle-price-badge i {
    font-size: 10px;
  }
}

/* line 428, app/assets/stylesheets/booking/step_choice.scss */
.vehicle-price {
  font-size: 26px;
  font-weight: 800;
  font-family: "Poppins", sans-serif;
  color: #1f2937;
  text-align: right;
  line-height: 1.1;
}

@media screen and (max-width: 768px) {
  /* line 428, app/assets/stylesheets/booking/step_choice.scss */
  .vehicle-price {
    font-size: 20px;
    font-weight: 700;
  }
}

/* line 441, app/assets/stylesheets/booking/step_choice.scss */
.vehicle-price .price-suffix {
  font-size: 11px;
  font-weight: 700;
  color: #1f2937;
  margin-left: 4px;
}

@media screen and (max-width: 768px) {
  /* line 441, app/assets/stylesheets/booking/step_choice.scss */
  .vehicle-price .price-suffix {
    font-size: 9px;
    font-weight: 600;
  }
}

/* line 454, app/assets/stylesheets/booking/step_choice.scss */
.vehicle-reviews {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  margin-top: 0px;
  padding-top: 8px;
  border-top: 1px solid #e5e7eb;
}

@media screen and (max-width: 768px) {
  /* line 454, app/assets/stylesheets/booking/step_choice.scss */
  .vehicle-reviews {
    padding-top: 6px;
    gap: 4px;
  }
}

/* line 469, app/assets/stylesheets/booking/step_choice.scss */
.vehicle-reviews .reviews-count {
  font-size: 11px;
  font-weight: 600;
  color: #6b7280;
}

@media screen and (max-width: 768px) {
  /* line 469, app/assets/stylesheets/booking/step_choice.scss */
  .vehicle-reviews .reviews-count {
    font-size: 9px;
  }
}

/* line 479, app/assets/stylesheets/booking/step_choice.scss */
.vehicle-reviews .reviews-stars {
  display: flex;
  gap: 2px;
  align-items: center;
}

/* line 484, app/assets/stylesheets/booking/step_choice.scss */
.vehicle-reviews .reviews-stars i {
  font-size: 12px;
  color: #FFA500;
}

@media screen and (max-width: 768px) {
  /* line 484, app/assets/stylesheets/booking/step_choice.scss */
  .vehicle-reviews .reviews-stars i {
    font-size: 10px;
  }
}

/* line 495, app/assets/stylesheets/booking/step_choice.scss */
.btn-selected {
  background: #39C7C2;
  color: white;
  border: 2px solid #2ba19d;
  border-radius: 8px;
  padding: 14px 32px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s;
  width: 180px;
  box-shadow: 0 0 0 3px rgba(57, 199, 194, 0.15);
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  appearance: none;
}

/* line 511, app/assets/stylesheets/booking/step_choice.scss */
.btn-selected:hover {
  background: #2ba19d;
  transform: translateY(-2px);
  box-shadow: 0 0 0 3px rgba(57, 199, 194, 0.15), 0 8px 25px rgba(57, 199, 194, 0.4);
}

/* line 517, app/assets/stylesheets/booking/step_choice.scss */
.btn-selected:active {
  transform: translateY(0) scale(0.97);
}

/* line 522, app/assets/stylesheets/booking/step_choice.scss */
.btn-selected-hidden {
  display: none !important;
}

/* line 526, app/assets/stylesheets/booking/step_choice.scss */
.options-accordion {
  margin: 20px 0 20px;
}

/* line 530, app/assets/stylesheets/booking/step_choice.scss */
.options-accordion-header {
  width: 100%;
  background: white;
  border: 2px solid #e5e7eb;
  border-radius: 12px;
  padding: 16px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
}

/* line 542, app/assets/stylesheets/booking/step_choice.scss */
.options-accordion-header:hover {
  border-color: #39C7C2;
  background: #f9fafb;
}

/* line 547, app/assets/stylesheets/booking/step_choice.scss */
.options-accordion-header h4 {
  font-size: 20px;
  font-weight: 700;
  color: #1f2937;
  margin: 0;
}

/* line 554, app/assets/stylesheets/booking/step_choice.scss */
.options-accordion-header i {
  font-size: 18px;
  color: #6b7280;
  transition: transform 0.3s;
}

/* line 561, app/assets/stylesheets/booking/step_choice.scss */
.options-accordion-content {
  margin-top: 10px;
  animation: slideDown 0.3s ease-out;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* line 577, app/assets/stylesheets/booking/step_choice.scss */
.options-title {
  font-size: 20px;
  font-weight: 700;
  color: #1f2937;
  margin: 40px 0 20px;
}

/* line 584, app/assets/stylesheets/booking/step_choice.scss */
.options-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

/* line 590, app/assets/stylesheets/booking/step_choice.scss */
.option-card {
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 8px 20px 3px 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

/* line 597, app/assets/stylesheets/booking/step_choice.scss */
.option-card h5 {
  font-size: 16px;
  font-weight: 600;
  color: #1f2937;
  margin: 12px 0 8px;
}

/* line 604, app/assets/stylesheets/booking/step_choice.scss */
.option-card p {
  font-size: 13px;
  color: #6b7280;
  margin-bottom: 16px;
}

/* line 611, app/assets/stylesheets/booking/step_choice.scss */
.option-icon {
  width: 48px;
  height: 48px;
  background: #3d3d3d;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #FFF;
}

/* line 623, app/assets/stylesheets/booking/step_choice.scss */
.option-count {
  font-size: 18px;
  font-weight: 700;
  color: #FFF;
}

/* line 629, app/assets/stylesheets/booking/step_choice.scss */
.option-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 4px;
  border-top: 1px solid #e5e7eb;
}

/* line 637, app/assets/stylesheets/booking/step_choice.scss */
.btn-add-option {
  background: none;
  border: none;
  color: #39C7C2;
  font-size: 24px;
  cursor: pointer;
  transition: transform 0.2s;
}

/* line 645, app/assets/stylesheets/booking/step_choice.scss */
.btn-add-option:hover {
  transform: scale(1.1);
}

/* line 650, app/assets/stylesheets/booking/step_choice.scss */
.option-price {
  font-size: 16px;
  font-weight: 700;
  color: #1f2937;
}

/* line 656, app/assets/stylesheets/booking/step_choice.scss */
.mobile-sticky-bar {
  display: none;
}

/* line 660, app/assets/stylesheets/booking/step_choice.scss */
.mobile-trip-content-static {
  display: none;
}

/* line 664, app/assets/stylesheets/booking/step_choice.scss */
.btn-trip-hamburger {
  display: none;
}

@media screen and (max-width: 768px) {
  /* line 669, app/assets/stylesheets/booking/step_choice.scss */
  .step-choice-container {
    padding: 0;
  }
  /* line 673, app/assets/stylesheets/booking/step_choice.scss */
  .step-choice-header {
    display: none;
  }
  /* line 677, app/assets/stylesheets/booking/step_choice.scss */
  .step-choice-content {
    grid-template-columns: 1fr;
    gap: 0;
  }
  /* line 682, app/assets/stylesheets/booking/step_choice.scss */
  .vehicles-section {
    padding: 2px;
  }
  /* line 686, app/assets/stylesheets/booking/step_choice.scss */
  .section-title {
    font-size: 20px;
    margin-bottom: 4px;
  }
  /* line 691, app/assets/stylesheets/booking/step_choice.scss */
  .section-subtitle {
    font-size: 12px;
    margin-bottom: 12px;
    margin-top: 12px;
  }
  /* line 697, app/assets/stylesheets/booking/step_choice.scss */
  .vehicle-card {
    padding: 14px;
    margin-bottom: 10px;
    border-radius: 12px;
  }
  /* line 703, app/assets/stylesheets/booking/step_choice.scss */
  .vehicle-badge {
    top: -12px;
    left: 8px;
    font-size: 9px;
    padding: 2px 10px;
    border-radius: 12px;
  }
  /* line 712, app/assets/stylesheets/booking/step_choice.scss */
  .vehicle-selection-icon i {
    font-size: 24px;
  }
  /* line 717, app/assets/stylesheets/booking/step_choice.scss */
  .vehicle-features {
    justify-content: center;
  }
  /* line 721, app/assets/stylesheets/booking/step_choice.scss */
  .options-accordion {
    margin: 20px 0 10px;
  }
  /* line 725, app/assets/stylesheets/booking/step_choice.scss */
  .options-accordion-header {
    padding: 12px 16px;
    border-radius: 10px;
  }
  /* line 729, app/assets/stylesheets/booking/step_choice.scss */
  .options-accordion-header h4 {
    font-size: 17px;
  }
  /* line 733, app/assets/stylesheets/booking/step_choice.scss */
  .options-accordion-header i {
    font-size: 16px;
  }
  /* line 738, app/assets/stylesheets/booking/step_choice.scss */
  .options-title {
    font-size: 17px;
    margin: 20px 0 10px;
    padding: 0 6px;
  }
  /* line 744, app/assets/stylesheets/booking/step_choice.scss */
  .options-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    padding: 0;
  }
  /* line 750, app/assets/stylesheets/booking/step_choice.scss */
  .option-card {
    padding: 10px 6px;
    text-align: center;
    border-radius: 8px;
  }
  /* line 755, app/assets/stylesheets/booking/step_choice.scss */
  .option-card h5 {
    font-size: 12px;
    font-weight: 600;
    margin: 8px 0 4px;
    line-height: 1.2;
  }
  /* line 762, app/assets/stylesheets/booking/step_choice.scss */
  .option-card p {
    font-size: 10px;
    margin-bottom: 5px;
    line-height: 1.2;
  }
  /* line 769, app/assets/stylesheets/booking/step_choice.scss */
  .option-icon {
    width: 50px;
    height: 50px;
    background: #3d3d3d;
    border-radius: 10px;
    margin: 0 auto;
    color: white;
    font-size: 16px;
  }
  /* line 779, app/assets/stylesheets/booking/step_choice.scss */
  .option-count {
    font-size: 18px;
    font-weight: 700;
    color: white;
  }
  /* line 785, app/assets/stylesheets/booking/step_choice.scss */
  .option-footer {
    flex-direction: column;
    gap: 0px;
    padding-top: 0px;
    border-top: none;
  }
  /* line 792, app/assets/stylesheets/booking/step_choice.scss */
  .btn-add-option {
    font-size: 18px;
    padding: 4px;
  }
  /* line 797, app/assets/stylesheets/booking/step_choice.scss */
  .option-price {
    font-size: 13px;
    font-weight: 600;
  }
  /* line 802, app/assets/stylesheets/booking/step_choice.scss */
  .mobile-sticky-bar {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    border-top: 1px solid #e5e7eb;
    padding: 12px 16px;
    padding-bottom: calc(12px + env(safe-area-inset-bottom));
    align-items: center;
    gap: 12px;
    z-index: 100;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
  }
  /* line 818, app/assets/stylesheets/booking/step_choice.scss */
  .mobile-total {
    flex: 1;
  }
  /* line 821, app/assets/stylesheets/booking/step_choice.scss */
  .mobile-total small {
    display: block;
    font-size: 15px;
    color: #6b7280;
  }
  /* line 827, app/assets/stylesheets/booking/step_choice.scss */
  .mobile-total strong {
    font-size: 21px;
    font-weight: 800;
    font-family: "Poppins", sans-serif;
    color: #1f2937;
  }
  /* line 835, app/assets/stylesheets/booking/step_choice.scss */
  .btn-validate-mobile {
    background: #FF5722;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
    appearance: none;
  }
  /* line 848, app/assets/stylesheets/booking/step_choice.scss */
  .btn-validate-mobile:hover {
    background: #FF5722;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(25, 116, 204, 0.4) !important;
  }
  /* line 854, app/assets/stylesheets/booking/step_choice.scss */
  .btn-validate-mobile:active {
    transform: scale(0.97);
  }
  /* line 859, app/assets/stylesheets/booking/step_choice.scss */
  .btn-trip-hamburger {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 6px;
    background: white;
    color: #1f2937;
    border: 1px solid #e5e7eb;
    border-radius: 12px 12px 0 0;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 0;
    transition: all 0.2s;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  }
  /* line 877, app/assets/stylesheets/booking/step_choice.scss */
  .btn-trip-hamburger i {
    color: #39C7C2;
    font-size: 14px;
  }
  /* line 882, app/assets/stylesheets/booking/step_choice.scss */
  .btn-trip-hamburger:active {
    background: #f9fafb;
  }
  /* line 886, app/assets/stylesheets/booking/step_choice.scss */
  .btn-trip-hamburger:hover {
    outline: none !important;
  }
  /* line 891, app/assets/stylesheets/booking/step_choice.scss */
  .mobile-trip-content-static {
    display: none;
    padding: 0;
    border: 1px solid #e5e7eb;
    border-top: none;
    border-radius: 0 0 12px 12px;
    margin-bottom: 16px;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease-out;
    background: white;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  }
  /* line 904, app/assets/stylesheets/booking/step_choice.scss */
  .mobile-trip-content-static.show {
    display: block;
    max-height: 2000px;
    padding: 5px 12px;
  }
  /* line 910, app/assets/stylesheets/booking/step_choice.scss */
  .mobile-trip-content-static .trip-tabs {
    display: flex;
    gap: 0;
    margin-bottom: 2px;
    border-bottom: 1px solid #e5e7eb;
  }
  /* line 917, app/assets/stylesheets/booking/step_choice.scss */
  .mobile-trip-content-static .trip-tab {
    flex: 1;
    background: none;
    border: none;
    padding: 3px 12px;
    font-size: 13px;
    font-weight: 600;
    color: #6b7280;
    border-bottom: 2px solid transparent;
    transition: all 0.2s;
  }
  /* line 928, app/assets/stylesheets/booking/step_choice.scss */
  .mobile-trip-content-static .trip-tab.active {
    color: #39C7C2;
    border-bottom-color: #39C7C2;
  }
  /* line 934, app/assets/stylesheets/booking/step_choice.scss */
  .mobile-trip-content-static .trip-card {
    padding: 6px 10px;
    margin-bottom: 2px !important;
    background: #FFF;
    border: none !important;
  }
  /* line 941, app/assets/stylesheets/booking/step_choice.scss */
  .mobile-trip-content-static .trip-date {
    font-size: 12px;
    color: #6b7280;
    margin-bottom: 8px;
    padding: 6px 0;
  }
  /* line 947, app/assets/stylesheets/booking/step_choice.scss */
  .mobile-trip-content-static .trip-date i {
    font-size: 11px;
    margin-right: 4px;
  }
  /* line 952, app/assets/stylesheets/booking/step_choice.scss */
  .mobile-trip-content-static .trip-date strong {
    color: #1f2937;
  }
  /* line 957, app/assets/stylesheets/booking/step_choice.scss */
  .mobile-trip-content-static .trip-location {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 0;
    font-size: 12px;
    position: relative;
    padding-left: 2px;
  }
  /* line 966, app/assets/stylesheets/booking/step_choice.scss */
  .mobile-trip-content-static .trip-location:not(:last-of-type) {
    padding-bottom: 10px;
  }
  /* line 969, app/assets/stylesheets/booking/step_choice.scss */
  .mobile-trip-content-static .trip-location:not(:last-of-type)::after {
    content: '';
    position: absolute;
    left: 8px;
    top: 18px;
    bottom: -4px;
    width: 2px;
    background: linear-gradient(to bottom, #39C7C2 0%, #39C7C2 80%, transparent 100%);
  }
  /* line 980, app/assets/stylesheets/booking/step_choice.scss */
  .mobile-trip-content-static .trip-location .location-marker {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-top: 2px;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    border: 2px solid white;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  }
  /* line 991, app/assets/stylesheets/booking/step_choice.scss */
  .mobile-trip-content-static .trip-location .location-marker.departure {
    background: #39C7C2;
  }
  /* line 995, app/assets/stylesheets/booking/step_choice.scss */
  .mobile-trip-content-static .trip-location .location-marker.arrival {
    background: #39C7C2;
  }
  /* line 1000, app/assets/stylesheets/booking/step_choice.scss */
  .mobile-trip-content-static .trip-location .location-info {
    flex: 1;
    padding-top: 1px;
  }
  /* line 1004, app/assets/stylesheets/booking/step_choice.scss */
  .mobile-trip-content-static .trip-location .location-info strong {
    font-size: 11px;
    color: #6b7280;
    display: block;
    margin-bottom: 2px;
  }
  /* line 1011, app/assets/stylesheets/booking/step_choice.scss */
  .mobile-trip-content-static .trip-location .location-info p {
    margin: 0;
    color: #1f2937;
    font-size: 12px;
    line-height: 1.3;
  }
  /* line 1020, app/assets/stylesheets/booking/step_choice.scss */
  .mobile-trip-content-static .trip-duration {
    font-size: 11px;
    color: #6b7280;
    padding: 6px 0 6px 22px;
    margin-top: 4px;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  /* line 1029, app/assets/stylesheets/booking/step_choice.scss */
  .mobile-trip-content-static .trip-duration i {
    font-size: 10px;
  }
  /* line 1033, app/assets/stylesheets/booking/step_choice.scss */
  .mobile-trip-content-static .trip-duration strong {
    font-weight: 500;
  }
  /* line 1038, app/assets/stylesheets/booking/step_choice.scss */
  .mobile-trip-content-static .edit-icon-btn {
    background: none;
    border: none;
    color: #39C7C2;
    font-size: 12px;
    padding: 4px;
    cursor: pointer;
    opacity: 0.7;
    transition: opacity 0.2s;
  }
  /* line 1048, app/assets/stylesheets/booking/step_choice.scss */
  .mobile-trip-content-static .edit-icon-btn:active {
    opacity: 1;
  }
  /* line 1053, app/assets/stylesheets/booking/step_choice.scss */
  .mobile-trip-content-static .ch_trip-options-mobile {
    background: #f9fafb;
    padding: 8px;
    margin: 8px 0;
    border-radius: 6px;
  }
  /* line 1060, app/assets/stylesheets/booking/step_choice.scss */
  .mobile-trip-content-static .ch_option-item-mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 0;
  }
  /* line 1066, app/assets/stylesheets/booking/step_choice.scss */
  .mobile-trip-content-static .ch_option-item-mobile:not(:last-child) {
    border-bottom: 1px solid #e5e7eb;
    margin-bottom: 4px;
    padding-bottom: 4px;
  }
  /* line 1073, app/assets/stylesheets/booking/step_choice.scss */
  .mobile-trip-content-static .ch_option-info-mobile {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    color: #6b7280;
  }
  /* line 1080, app/assets/stylesheets/booking/step_choice.scss */
  .mobile-trip-content-static .ch_option-info-mobile i {
    color: #39C7C2;
    font-size: 12px;
  }
  /* line 1086, app/assets/stylesheets/booking/step_choice.scss */
  .mobile-trip-content-static .ch_option-price-mobile {
    font-size: 12px;
    font-weight: 600;
    color: #1f2937;
  }
  /* line 1092, app/assets/stylesheets/booking/step_choice.scss */
  .mobile-trip-content-static .trip-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    margin-top: 8px;
    border-top: 1px solid #e5e7eb;
  }
  /* line 1100, app/assets/stylesheets/booking/step_choice.scss */
  .mobile-trip-content-static .trip-total .total-label {
    font-size: 12px;
    color: #6b7280;
  }
  /* line 1104, app/assets/stylesheets/booking/step_choice.scss */
  .mobile-trip-content-static .trip-total .total-label strong {
    color: #1f2937;
    font-weight: 600;
  }
  /* line 1109, app/assets/stylesheets/booking/step_choice.scss */
  .mobile-trip-content-static .trip-total .total-label span {
    font-size: 10px;
    margin-left: 4px;
  }
  /* line 1115, app/assets/stylesheets/booking/step_choice.scss */
  .mobile-trip-content-static .trip-total .total-price {
    font-size: 16px;
    font-weight: 700;
    color: #1f2937;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* line 1134, app/assets/stylesheets/booking/step_choice.scss */
.option-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  animation: fadeIn 0.2s ease;
}

/* line 1148, app/assets/stylesheets/booking/step_choice.scss */
.option-modal {
  background: white;
  border-radius: 16px;
  width: 90%;
  max-width: 500px;
  max-height: 90vh;
  overflow-y: auto;
  animation: slideUpModal 0.3s ease;
}

@media screen and (max-width: 768px) {
  /* line 1148, app/assets/stylesheets/booking/step_choice.scss */
  .option-modal {
    width: 100%;
    max-width: none;
    border-radius: 16px 16px 0 0;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 85vh;
  }
}

/* line 1169, app/assets/stylesheets/booking/step_choice.scss */
.option-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  background: #39C7C2;
  border-radius: 16px 16px 0 0;
}

/* line 1177, app/assets/stylesheets/booking/step_choice.scss */
.option-modal-header h3 {
  color: white;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}

/* line 1184, app/assets/stylesheets/booking/step_choice.scss */
.option-modal-header .modal-close {
  background: none;
  border: none;
  color: white;
  font-size: 24px;
  cursor: pointer;
  padding: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s;
}

/* line 1198, app/assets/stylesheets/booking/step_choice.scss */
.option-modal-header .modal-close:hover {
  opacity: 0.8;
}

/* line 1204, app/assets/stylesheets/booking/step_choice.scss */
.option-modal-body {
  padding: 24px;
}

/* line 1208, app/assets/stylesheets/booking/step_choice.scss */
.modal-label {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 12px;
}

/* line 1216, app/assets/stylesheets/booking/step_choice.scss */
.quantity-selector {
  display: flex;
  gap: 8px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}

/* line 1223, app/assets/stylesheets/booking/step_choice.scss */
.quantity-btn {
  flex: 1;
  min-width: 80px;
  padding: 12px 16px;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  background: white;
  color: #6b7280;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
}

/* line 1236, app/assets/stylesheets/booking/step_choice.scss */
.quantity-btn:hover {
  border-color: #39C7C2;
}

/* line 1240, app/assets/stylesheets/booking/step_choice.scss */
.quantity-btn.active {
  border-color: #39C7C2;
  background: #39C7C2;
  color: white;
}

/* line 1247, app/assets/stylesheets/booking/step_choice.scss */
.age-select {
  width: 100%;
  min-height: 120px;
  padding: 12px;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  font-size: 14px;
  margin-bottom: 16px;
  background: white;
}

/* line 1257, app/assets/stylesheets/booking/step_choice.scss */
.age-select:focus {
  outline: none;
  border-color: #39C7C2;
}

/* line 1262, app/assets/stylesheets/booking/step_choice.scss */
.age-select option {
  padding: 8px;
}

/* line 1265, app/assets/stylesheets/booking/step_choice.scss */
.age-select option:checked {
  background: #39C7C2;
  color: white;
}

/* line 1272, app/assets/stylesheets/booking/step_choice.scss */
.promo-input {
  width: 100%;
  padding: 14px 16px;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  font-size: 15px;
  margin-bottom: 16px;
  transition: border-color 0.2s;
}

/* line 1281, app/assets/stylesheets/booking/step_choice.scss */
.promo-input:focus {
  outline: none;
  border-color: #39C7C2;
}

/* line 1286, app/assets/stylesheets/booking/step_choice.scss */
.promo-input::placeholder {
  color: #9ca3af;
}

/* line 1291, app/assets/stylesheets/booking/step_choice.scss */
.option-error {
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 8px;
  padding: 12px 16px;
  color: #dc2626;
  font-size: 14px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* line 1303, app/assets/stylesheets/booking/step_choice.scss */
.option-error i {
  font-size: 16px;
}

/* line 1308, app/assets/stylesheets/booking/step_choice.scss */
.btn-apply-option {
  width: 100%;
  background: #0066CC;
  color: white;
  border: none;
  border-radius: 8px;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s;
}

/* line 1320, app/assets/stylesheets/booking/step_choice.scss */
.btn-apply-option:hover:not(:disabled) {
  background: #0052a3;
}

/* line 1324, app/assets/stylesheets/booking/step_choice.scss */
.btn-apply-option:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* line 1329, app/assets/stylesheets/booking/step_choice.scss */
.btn-apply-option i {
  margin-right: 8px;
}

@keyframes slideUpModal {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* line 1345, app/assets/stylesheets/booking/step_choice.scss */
.editable-field {
  position: relative;
  transition: all 0.2s ease;
}

/* line 1349, app/assets/stylesheets/booking/step_choice.scss */
.editable-field .field-display {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
}

/* line 1357, app/assets/stylesheets/booking/step_choice.scss */
.editable-field .field-edit {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 0 12px;
  flex-wrap: wrap;
}

/* line 1365, app/assets/stylesheets/booking/step_choice.scss */
.editable-field:hover .edit-icon-btn {
  opacity: 1;
}

/* line 1369, app/assets/stylesheets/booking/step_choice.scss */
.editable-field.is-editing {
  background: rgba(57, 199, 194, 0.05);
  border-radius: 8px;
  padding: 12px;
  margin: -12px;
}

/* line 1377, app/assets/stylesheets/booking/step_choice.scss */
.edit-input {
  padding: 10px 12px;
  border: 2px solid #39C7C2;
  border-radius: 6px;
  font-size: 14px;
  font-family: inherit;
  background: white;
  cursor: pointer;
  transition: all 0.2s ease;
  margin-bottom: 8px;
}

/* line 1388, app/assets/stylesheets/booking/step_choice.scss */
.edit-input:focus {
  outline: none;
  border-color: #2ba19d;
  box-shadow: 0 0 0 3px rgba(57, 199, 194, 0.1);
}

/* line 1394, app/assets/stylesheets/booking/step_choice.scss */
.edit-input::placeholder {
  color: #94a3b8;
}

/* line 1398, app/assets/stylesheets/booking/step_choice.scss */
.edit-input.edit-date {
  width: 65%;
}

@media screen and (max-width: 768px) {
  /* line 1398, app/assets/stylesheets/booking/step_choice.scss */
  .edit-input.edit-date {
    width: 50%;
  }
}

/* line 1404, app/assets/stylesheets/booking/step_choice.scss */
.edit-input.edit-address {
  width: 100%;
}

/* line 1408, app/assets/stylesheets/booking/step_choice.scss */
.location-info-edit {
  flex: 1;
  width: 100%;
}

/* line 1412, app/assets/stylesheets/booking/step_choice.scss */
.location-info-edit strong {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  color: #64748b;
}

/* line 1421, app/assets/stylesheets/booking/step_choice.scss */
.trip-location .field-edit .location-marker {
  flex-shrink: 0;
}

/* line 1425, app/assets/stylesheets/booking/step_choice.scss */
.trip-location .field-edit .location-info-edit {
  flex: 1;
  min-width: 0;
}

/* line 1430, app/assets/stylesheets/booking/step_choice.scss */
.trip-location .field-edit .edit-actions {
  width: 100%;
}

/* line 1435, app/assets/stylesheets/booking/step_choice.scss */
.edit-icon-btn {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  color: #39C7C2;
  cursor: pointer;
  padding: 6px 8px;
  border-radius: 4px;
  opacity: 0.6;
  transition: all 0.2s ease;
  font-size: 14px;
}

/* line 1450, app/assets/stylesheets/booking/step_choice.scss */
.edit-icon-btn:hover {
  opacity: 1;
  background: rgba(57, 199, 194, 0.1);
}

@media screen and (max-width: 768px) {
  /* line 1435, app/assets/stylesheets/booking/step_choice.scss */
  .edit-icon-btn {
    opacity: 1;
  }
}

/* line 1460, app/assets/stylesheets/booking/step_choice.scss */
.edit-actions {
  display: flex;
  gap: 8px;
  margin-top: 12px;
  align-items: center;
}

/* line 1466, app/assets/stylesheets/booking/step_choice.scss */
.edit-actions.edit-actions-address {
  margin: 0 0 16px 0 !important;
  justify-content: flex-end;
}

/* line 1471, app/assets/stylesheets/booking/step_choice.scss */
.trip-loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  border-radius: 12px;
}

/* line 1485, app/assets/stylesheets/booking/step_choice.scss */
.trip-loading-spinner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: #39C7C2;
  border-radius: 50%;
  box-shadow: 0 4px 20px rgba(57, 199, 194, 0.3);
}

/* line 1495, app/assets/stylesheets/booking/step_choice.scss */
.trip-loading-spinner i {
  color: white;
  font-size: 36px;
  animation: spin 1s linear infinite;
}

/* line 1502, app/assets/stylesheets/booking/step_choice.scss */
.loading-spinner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  background: rgba(57, 199, 194, 0.1);
  border-radius: 6px;
}

/* line 1510, app/assets/stylesheets/booking/step_choice.scss */
.loading-spinner i {
  color: #39C7C2;
  font-size: 20px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* line 1526, app/assets/stylesheets/booking/step_choice.scss */
.btn-validate-edit,
.btn-cancel-edit {
  padding: 8px 16px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  gap: 6px;
}

/* line 1539, app/assets/stylesheets/booking/step_choice.scss */
.btn-validate-edit:disabled,
.btn-cancel-edit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* line 1545, app/assets/stylesheets/booking/step_choice.scss */
.btn-validate-edit {
  background: #39C7C2;
  color: white;
}

/* line 1549, app/assets/stylesheets/booking/step_choice.scss */
.btn-validate-edit:hover:not(:disabled) {
  background: #2ba19d;
  transform: translateY(-1px);
}

/* line 1554, app/assets/stylesheets/booking/step_choice.scss */
.btn-validate-edit i {
  font-size: 14px;
}

/* line 1559, app/assets/stylesheets/booking/step_choice.scss */
.btn-cancel-edit {
  background: #f1f5f9;
  color: #64748b;
}

/* line 1563, app/assets/stylesheets/booking/step_choice.scss */
.btn-cancel-edit:hover:not(:disabled) {
  background: #e2e8f0;
}

@media screen and (max-width: 768px) {
  /* line 1567, app/assets/stylesheets/booking/step_choice.scss */
  .btn-cancel-edit.btn-cancel-mobile {
    flex: 1;
    justify-content: center;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  /* line 1576, app/assets/stylesheets/booking/step_choice.scss */
  .step-choice-content {
    grid-template-columns: 1fr 350px;
    gap: 24px;
  }
  /* line 1581, app/assets/stylesheets/booking/step_choice.scss */
  .vehicle-content {
    grid-template-columns: 1fr auto;
    gap: 20px;
  }
  /* line 1586, app/assets/stylesheets/booking/step_choice.scss */
  .section-title {
    font-size: 24px;
  }
  /* line 1590, app/assets/stylesheets/booking/step_choice.scss */
  .vehicle-price {
    font-size: 28px;
  }
  /* line 1594, app/assets/stylesheets/booking/step_choice.scss */
  .btn-selected,
.btn-choose {
    width: 160px;
    padding: 12px 24px;
  }
  /* line 1600, app/assets/stylesheets/booking/step_choice.scss */
  .options-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
