.trendy-page--hotel {
  background: linear-gradient(180deg, #eef8f1 0%, #fff 100%);
}

.trendy-eyebrow {
  margin: 0 0 8px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.trendy-page--tour .trendy-eyebrow {
  color: #8a6a2f;
}

.trendy-page--hotel .trendy-eyebrow {
  color: #2f6d55;
}

.trendy-page--tour .trendy-panel, .trendy-page--tour .trendy-filter, .trendy-page--tour .trendy-card {
  border: 1px solid #ecdcc6;
}

.trendy-page--hotel .trendy-panel, .trendy-page--hotel .trendy-filter, .trendy-page--hotel .trendy-card {
  border: 1px solid #d8e7df;
}

.trendy-page--tour .trendy-sidebar {
  background: linear-gradient(180deg, #fff8ee, #fff);
}

.trendy-page--hotel .trendy-sidebar {
  background: linear-gradient(180deg, #effaf4, #fff);
}

.trendy-page--tour .trendy-button {
  background: #9f6d1f;
    color: #fff;
    box-shadow: 0 10px 22px rgba(159, 109, 31, 0.22);
}

.trendy-page--hotel .trendy-button {
  background: #1f7a57;
    color: #fff;
    box-shadow: 0 10px 22px rgba(31, 122, 87, 0.22);
}

.trendy-tour-section-block {
  display: grid;
    gap: 16px;
}

.trendy-tour-shell {
  display: grid;
    gap: 28px;
}

.trendy-tour-one-column {
  display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
}

@media (max-width: 767px) {
  .trendy-tour-itinerary-item, .trendy-tour-one-column, .trendy-tour-facts-table__row {
    grid-template-columns: 1fr;
  }
}

.trendy-tour-title__heading {
  font-size: clamp(30px, 4.2vw, 52px);
    line-height: 1.06;
}

.trendy-tour-title {
  display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    gap: 20px;
}

.trendy-tour-title__heading {
  grid-column: 1;
    margin: 0;
}

.trendy-tour-tab-panel, .trendy-tour-sidebar__box {
  padding: 28px;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(42,30,12,.05);
}

.trendy-tour-tab-panel h2, .trendy-tour-sidebar__box h2, .trendy-tour-sidebar__box h3 {
  margin-top: 0;
}

@media (max-width: 767px) {
  .trendy-tour-tab-panel, .trendy-tour-sidebar__box {
    padding: 20px;
  }
}

.trendy-tour-sidebar__box--booking-card {
  padding: 20px;
    background: linear-gradient(180deg, #fff8ef 0, #fff 100%);
}

.trendy-tour-price-split__amount {
  color: #111827;
}

.trendy-tour-price-split__unit {
  color: #8d8271; font-size: 14px; font-weight: 500;
}

.trendy-booking-form--tour.is-modal .trendy-qty-box input[data-trendy-package-input], .trendy-booking-form--hotel.is-modal .trendy-qty-box input[data-trendy-hotel-qty-input] {
  width: 64px !important;
    min-width: 64px;
    min-height: 40px;
    margin: 0 !important;
    padding: 0 !important;
    border: 0;
    border-left: 1px solid #efe7db;
    border-right: 1px solid #efe7db;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
    color: #4f463a;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
    appearance: textfield;
    -moz-appearance: textfield;
}

.trendy-booking-form--tour.is-modal .trendy-qty-box input[data-trendy-package-input]::-webkit-outer-spin-button, .trendy-booking-form--tour.is-modal .trendy-qty-box input[data-trendy-package-input]::-webkit-inner-spin-button {
  margin: 0;
    -webkit-appearance: none;
}
