form.simulator .title {
  font-size: 54px;
  margin: 0;
}
form.simulator .points {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
@media screen and (max-width: 425px) {
  form.simulator .points {
    flex-direction: column;
  }
}
form.simulator .points input[readonly] {
  background-color: rgb(241, 240, 240);
}
form.simulator:has(.estimation) {
  margin-top: 0 !important;
}

.estimation {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 425px) {
  .estimation {
    flex-direction: column-reverse;
  }
}
.estimation .price-details .offer-title {
  font-size: 54px;
  margin-bottom: 20px;
}
.estimation .price-details .trip-summary {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.estimation .price-details .trip-summary .trip-addresses {
  width: 60%;
}
.estimation .price-details .trip-summary .trip-addresses .address-line {
  font-size: 1rem;
  margin-bottom: 0.25rem;
}
.estimation .price-details .trip-summary .trip-metrics {
  width: 35%;
  text-align: right;
}
.estimation .price-details .trip-summary .trip-metrics .metric {
  font-size: 0.95rem;
  margin-bottom: 0.25rem;
}
@media (max-width: 600px) {
  .estimation .price-details .trip-summary .trip-addresses,
  .estimation .price-details .trip-summary .trip-metrics {
    width: 100%;
    text-align: left;
  }
}
.estimation .price-details .return-included {
  color: #1a7f37;
  font-weight: 600;
  margin: 1rem 0;
}
.estimation .price-details .trip-details {
  display: flex;
  gap: 2rem;
  margin-bottom: 1.5rem;
}
.estimation .price-details .trip-details .detail {
  font-size: 1rem;
}
@media (max-width: 600px) {
  .estimation .price-details .trip-details {
    flex-direction: column;
    gap: 0.5rem;
  }
}
.estimation .price-details .price-summary {
  background: #f8f8f8;
  border-left: 4px solid #4caf50;
  padding: 1rem;
  margin-bottom: 1.5rem;
}
.estimation .price-details .price-summary .total {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.estimation .price-details .price-summary .per-person {
  font-size: 0.95rem;
  color: #555;
}
.estimation .price-details .btn-reserve {
  display: inline-block;
  background-color: #4caf50;
  color: #fff;
  padding: 0.75rem 1.5rem;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.2s ease;
}
.estimation .price-details .btn-reserve:hover {
  background-color: #388e3c;
}
.estimation #mapItinary {
  min-height: 600px;
  width: 100%;
}

/*# sourceMappingURL=simulator.css.map */
