.elementor-1092 .elementor-element.elementor-element-0eeeeb4{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-cd6c6e4 *//* ---- Past Trips Page Styling ---- */
#pastTripsWrapper {
  max-width: 900px;
  margin: 40px auto;
  font-family: "Inter", sans-serif;
}

.hp-past-title {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 30px;
  color: #123755;
}

/* Booking card */
.hp-booking {
  background: #ffffff;
  padding: 20px;
  margin-bottom: 25px;
  border-radius: 14px;
  border: 1px solid #ececec;
  box-shadow: 0 4px 14px rgba(0,0,0,0.05);
  transition: transform .2s ease;
}
.hp-booking:hover {
  transform: translateY(-3px);
}

/* Grid structure */
.hp-booking__details {
  display: grid !important;
  grid-template-columns: 100px auto;
  gap: 16px;
  align-items: center;
}

/* Listing image */
.hp-booking__attribute--listing img {
  border-radius: 12px;
  width: 100%;
  height: 100px;
  object-fit: cover;
}

/* Text info */
.hp-booking__attribute {
  font-size: 14px;
  margin-bottom: 6px;
}

.hp-booking__attribute strong {
  font-weight: 600;
  color: #123755;
}

/* Buttons */
.hp-booking__actions .hp-button {
  background: #123755 !important;
  border-radius: 8px !important;
  padding: 8px 14px !important;
  color: #fff !important;
}
.hp-booking__actions .hp-button:hover {
  background: #0e2e47 !important;
}/* End custom CSS */