.r-car-search input{
    background-color: #fff;
    color: #999999;
    height: 50px !important;
    font-size: 17px;
}

.autocomplete-field{
    background: white;
    color: black;
}

.r-drivers-part::after{
    display: none !important;
}

.r-cars-part{
    padding: 0px 0px 70px 0px;
}

.section-list-cars{
    padding: 0px 0px 90px 0px;
}

.r-pricing-options {
  display: flex;
  gap: 30px;
  margin-top: 25px;
  border-top: 1px solid #eee;
  padding-top: 20px;
}

.r-pricing-box {
  flex: 1;
  text-align: center;
  display: flex;              /* 👈 clave */
  flex-direction: column;     /* 👈 */
  justify-content: space-between; /* 👈 */
}

.r-pricing-box h5 {
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.r-old-price {
  min-height: 34px;          /* 👈 ajusta si lo quieres más alto */
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 10px;
}

.r-discount {
  background: #2c7c84;
  color: #fff;
  padding: 3px 6px;
  border-radius: 6px;
  margin-left: 5px;
  font-size: 12px;
}

.r-final-price {
  font-size: 28px;
  font-weight: 700;
  margin: 10px 0;
}

.r-final-price span {
  font-size: 14px;
}

.r-btn-reservar {
  background: #000;
  color: #fff;
  border: none;
  border-radius: 30px;
  padding: 12px 25px;
  width: 100%;
  font-weight: 600;
  cursor: pointer;
}

.r-btn-reservar:hover {
  background: #333;
}

.r-pricing-box small {
  display: block;
  margin-top: 8px;
  color: #777;
}
