.rs-travel {
  margin: 18px 0;
  padding: 16px;
  border: 1px solid #bdeaf0;
  border-radius: 8px;
  background: #f3fcfd;
}

.rs-travel__head {
  margin-bottom: 12px;
}

.rs-travel__title {
  display: block;
  margin-bottom: 4px;
  color: #102034;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
}

.rs-travel__lead,
.rs-travel__hint,
.rs-travel__condition {
  margin: 0;
  color: #50637c;
  font-size: 14px;
  line-height: 1.5;
}

.rs-travel__select,
.rs-travel__custom-input {
  width: 100%;
  min-height: 48px;
  margin: 0;
  padding: 10px 12px;
  border: 1px solid #b9dce4;
  border-radius: 8px;
  background: #fff;
  color: #102034;
  font: inherit;
}

.rs-travel__custom {
  margin-top: 10px;
}

.rs-travel__details {
  display: grid;
  gap: 8px;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #d4edf1;
}

.rs-travel__row,
.rs-price-breakdown__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  color: #40546e;
  font-size: 14px;
  line-height: 1.4;
}

.rs-travel__row strong,
.rs-price-breakdown__row strong {
  flex: 0 0 auto;
  color: #102034;
  text-align: right;
}

.rs-travel__condition {
  padding: 10px 12px;
  border-left: 3px solid #11b8c8;
  background: #fff;
}

.rs-price-breakdown {
  display: grid;
  gap: 8px;
  margin: 14px 0;
  padding: 12px 0;
  border-top: 1px solid #d8e4ea;
  border-bottom: 1px solid #d8e4ea;
}

.rs-price-breakdown__row--total {
  padding-top: 8px;
  border-top: 1px solid #d8e4ea;
  font-weight: 700;
}

@media (max-width: 767px) {
  .rs-travel {
    margin: 14px 0;
    padding: 14px;
  }

  .rs-travel__title {
    font-size: 16px;
  }

  .rs-travel__row,
  .rs-price-breakdown__row {
    gap: 10px;
    font-size: 13px;
  }
}
