.em-lprt-step {
  width: 100%;
}

.em-lprt-options {
  display: grid;
  gap: 14px;
  padding: 4px 0;
}

.em-lprt-option {
  appearance: none;
  width: 100%;
  min-height: 74px;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 14px 18px;
  border: 1px solid #dce2ee;
  border-radius: 9px;
  background: #fff;
  color: #1e2330;
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.em-lprt-option:hover {
  border-color: #8cb5ff;
  box-shadow: 0 7px 18px rgba(39, 92, 170, .1);
  transform: translateY(-1px);
}

.em-lprt-option.selected {
  border-color: #1269ef;
  box-shadow: 0 0 0 2px rgba(18, 105, 239, .13);
}

.em-lprt-option-icon {
  flex: 0 0 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #eef5ff;
  color: #0869f7;
  font-size: 31px;
  font-weight: 700;
  line-height: 1;
}

.em-lprt-option-copy {
  min-width: 0;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.em-lprt-option-copy strong {
  font-size: 16px;
  font-weight: 600;
}

.em-lprt-option-copy small {
  color: #68738a;
  font-size: 13px;
  white-space: nowrap;
}

.em-lprt-outbound-reference {
  margin-bottom: 20px;
  padding: 14px 16px;
  border: 1px solid #dfe6f2;
  border-radius: 9px;
  background: #f7faff;
}

.em-lprt-outbound-reference span,
.em-lprt-outbound-reference strong {
  display: block;
}

.em-lprt-outbound-reference span {
  margin-bottom: 4px;
  color: #75809a;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.em-lprt-return-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.em-lprt-return-grid .os-form-group {
  margin: 0;
}

.em-lprt-return-grid label {
  display: block;
  margin-bottom: 8px;
  color: #2a3040;
  font-weight: 600;
}

.em-lprt-return-grid input {
  box-sizing: border-box;
  width: 100%;
  min-height: 48px;
  padding: 10px 12px;
  border: 1px solid #d7dfec;
  border-radius: 8px;
  background: #fff;
}

.em-lprt-help {
  margin-top: 15px;
  color: #7a849a;
  font-size: 13px;
  line-height: 1.55;
}

@media (max-width: 620px) {
  .em-lprt-return-grid {
    grid-template-columns: 1fr;
  }

  .em-lprt-option {
    min-height: 68px;
    padding: 12px 14px;
    gap: 12px;
  }

  .em-lprt-option-icon {
    flex-basis: 43px;
    height: 43px;
    font-size: 27px;
  }

  .em-lprt-option-copy {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
  }
}

/* Return calendar: use LatePoint's native availability calendar and timeslot UI. */
.em-lprt-return-step .em-lprt-return-dates {
  margin-top: 8px;
}

.em-lprt-return-step .time-selector-w {
  display: none;
}

.em-lprt-return-step .os-day.os-not-in-allowed-period,
.em-lprt-return-step .os-day.os-not-available,
.em-lprt-return-step .os-day.os-day-passed {
  cursor: not-allowed;
}

.em-lprt-return-step .em-lprt-help {
  padding: 12px 0 2px;
}

.em-lprt-return-step .dp-timepicker-trigger.selected .dp-label-time {
  font-weight: 600;
}

.em-lprt-return-details {
  margin-top: 22px;
  padding: 16px;
  border: 1px solid #dfe6f2;
  border-radius: 10px;
  background: #f8faff;
}

.em-lprt-return-details-heading {
  margin-bottom: 14px;
}

.em-lprt-return-details-heading strong,
.em-lprt-return-details-heading span {
  display: block;
}

.em-lprt-return-details-heading strong {
  color: #242b3a;
  font-size: 15px;
}

.em-lprt-return-details-heading span {
  margin-top: 4px;
  color: #778099;
  font-size: 13px;
  line-height: 1.45;
}

.em-lprt-return-details .em-lprt-return-hotel-wrap {
  grid-column: 1 / -1;
}

.em-lprt-return-details .em-lprt-help {
  margin-top: 11px;
  padding: 0;
}

.em-lprt-calendar-help {
  margin-top: 13px;
}

@media (max-width: 620px) {
  .em-lprt-return-details {
    padding: 14px;
  }

  .em-lprt-return-details .em-lprt-return-hotel-wrap {
    grid-column: auto;
  }
}
