@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

.trex-tour-card {
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 10px 15px rgba(0,0,0,.15);
  overflow: hidden;
  height: 100%;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
}

.trex-tour-card .trex-tour-card__thumb img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  aspect-ratio: 39/25;
}

.trex-tour-card .trex-tour-card__title {
  color: #000;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  padding: 0 15px;
  margin: 15px 0;
  padding-bottom: 10px;
}

.trex-tour-card .trex-tour-card__meta {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.trex-tour-card .trex-tour-card__badge {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  padding: 0 15px;
  margin: 15px 0;
  display: block;
  position: relative;
}

.trex-tour-card .trex-tour-card__difficulty {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  position: relative;
}

.trex-tour-card .trex-tour-card__difficulty::before {
  content: '';
  position: absolute;
  background-image: url(https://trexperienceperu.com/themes/trexperienceperu/img/custom-icons/tax-package-tour/icon-difficult.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 22px;
  height: 22px;
}

.trex-tour-card .trex-tour-card__description {
  padding: 0 15px;
  margin: 1rem 0;
  text-align: justify;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.trex-tour-card .trex-tour-card__footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin: 1rem 0;
  padding: 0 15px;
}

.trex-tour-card .trex-tour-card__pricewrap { min-height: 44px; display: flex; flex-direction: column; }
.trex-tour-card .trex-tour-card__price { line-height: 1.1; }

.trex-tour-card .trex-tour-card__price-prefix {
  color: #000;
  list-style: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.trex-tour-card .trex-tour-card__price-value {
  display: block;
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.trex-tour-card .trex-tour-card__cta a {
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 15px;
  padding: 10px 25px;
  border-radius: 5px;
  background: #15a1f0;
  display: inline-block;
  text-decoration: none;
}

.trex-tour-card .trex-tour-card__cta a:hover { background: #0978b7; }
.trex-tour-card .trex-tour-card__cta a:active { transform: translateY(1px); }

.field--name-field-tpeck-tcpromo-tbyc-tref,
.field--name-field-tpeck-txcat-ptvbc-tref {
  display: flex;
  gap: 2%;
  flex-direction: column;
  row-gap: 20px;
  padding: 36px 0;
}

.field--name-field-tpeck-tcpromo-tbyc-tref > .field__item,
.field--name-field-tpeck-txcat-ptvbc-tref > .field__item {
  flex-basis: calc((100% - 4%) / 3);
}

@media (min-width: 1024px) {
  .field--name-field-tpeck-tcpromo-tbyc-tref,
  .field--name-field-tpeck-txcat-ptvbc-tref  {
    flex-direction: row;
  }
}
