.taapp-featured-tours {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.taapp-featured-tours__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(18px, 2vw, 25px);
}

.taapp-featured-tours__card,
.taapp-featured-tours__media {
  min-width: 0;
}

.taapp-featured-tours__card {
  position: relative;
  overflow: hidden;
}

.taapp-featured-tours__media {
  position: relative;
  aspect-ratio: 376 / 430;
  min-height: 360px;
  overflow: hidden;
  isolation: isolate;
  background: #475569;
}

.taapp-featured-tours__image-wrap {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.taapp-featured-tours__image,
.taapp-featured-tours__image-placeholder,
.taapp-featured-tours__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.taapp-featured-tours__image {
  z-index: 0;
  display: block;
  object-fit: cover;
  transition: transform 320ms ease;
}

.taapp-featured-tours__image-placeholder {
  z-index: 0;
  background: linear-gradient(135deg, #64748b, #1e293b);
}

.taapp-featured-tours__overlay {
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, .05) 20%, rgba(0, 0, 0, .84) 100%);
}

.taapp-featured-tours__media:hover .taapp-featured-tours__image,
.taapp-featured-tours__media:focus-within .taapp-featured-tours__image {
  transform: scale(1.05);
}

.taapp-featured-tours__content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: clamp(20px, 4vw, 34px) clamp(18px, 3vw, 28px) clamp(18px, 3vw, 26px);
  color: #fff;
}

.taapp-featured-tours__content > * {
  position: relative;
  z-index: 2;
}

.taapp-featured-tours__name,
.taapp-featured-tours__details,
.taapp-featured-tours__price {
  color: inherit;
}

.taapp-featured-tours__name {
  margin: 0 0 8px;
  font-size: clamp(1.2rem, 2vw, 1.65rem);
  line-height: 1.15;
}

.taapp-featured-tours__details,
.taapp-featured-tours__price {
  display: block;
  margin: 0 0 8px;
  font-size: .96rem;
  line-height: 1.45;
}

.taapp-featured-tours__details a {
  color: inherit;
  text-decoration: underline;
}

.taapp-featured-tours__details a:hover,
.taapp-featured-tours__details a:focus-visible {
  text-decoration: none;
}

.taapp-featured-tours__price-and-button {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.taapp-featured-tours__price {
  font-weight: 700;
}

.taapp-featured-tours__button {
  display: inline-block;
  margin-top: 10px;
  padding: 9px 18px;
  border: 1px solid currentColor;
  border-radius: 0;
  color: inherit;
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-decoration: none;
}

.taapp-featured-tours__button:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.taapp-featured-tours__button:hover,
.taapp-featured-tours__button:focus-visible {
  color: #333;
  background: #fff;
}

.taapp-featured-tours--top-image .taapp-featured-tours__card {
  overflow: hidden;
  border: 1px solid #d9dee3;
  border-radius: 4px;
  background: #fff;
  color: #202124;
}

.taapp-featured-tours--top-image .taapp-featured-tours__media {
  aspect-ratio: 376 / 244;
  min-height: 0;
  background: #e5e7eb;
}

.taapp-featured-tours--top-image .taapp-featured-tours__overlay {
  display: none;
}

.taapp-featured-tours--top-image .taapp-featured-tours__card-body {
  background: #fff;
}

.taapp-featured-tours--top-image .taapp-featured-tours__name {
  margin: 0;
  padding: 28px 30px 18px;
  color: #202124;
  font-size: clamp(1.15rem, 1.8vw, 1.45rem);
  line-height: 1.2;
}

.taapp-featured-tours--top-image .taapp-featured-tours__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  padding: 0 30px 18px;
  color: #6b7280;
  font-size: .86rem;
  line-height: 1.35;
}

.taapp-featured-tours--top-image .taapp-featured-tours__meta-item {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 7px;
}

.taapp-featured-tours--top-image .taapp-featured-tours__meta-item > span {
  overflow-wrap: anywhere;
}

.taapp-featured-tours--top-image .taapp-featured-tours__meta-item a {
  color: inherit;
  text-decoration: underline;
}

.taapp-featured-tours--top-image .taapp-featured-tours__meta-item a:hover,
.taapp-featured-tours--top-image .taapp-featured-tours__meta-item a:focus-visible {
  color: #333;
  text-decoration: none;
}

.taapp-featured-tours--top-image .taapp-featured-tours__icon {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  color: #333;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.taapp-featured-tours--top-image .taapp-featured-tours__action {
  display: flex;
  justify-content: center;
  padding: 30px;
  border-top: 1px solid #e5e7eb;
}

.taapp-featured-tours--top-image .taapp-featured-tours__button {
  min-width: 162px;
  margin-top: 0;
  border-color: #333;
  color: #333;
  background: #fff;
}

.taapp-featured-tours--top-image .taapp-featured-tours__button:hover,
.taapp-featured-tours--top-image .taapp-featured-tours__button:focus-visible {
  color: #fff;
  background: #000;
}

.taapp-featured-tours--left-image .taapp-featured-tours__grid {
  grid-template-columns: 1fr;
  gap: clamp(20px, 2.5vw, 30px);
}

.taapp-featured-tours--left-image .taapp-featured-tours__card {
  display: grid;
  grid-template-columns: minmax(260px, 40%) minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid #e5e7eb;
  border-radius: 2px;
  background: #fff;
  color: #1d395b;
  box-shadow: 0 6px 16px rgba(15, 23, 42, .08);
}

.taapp-featured-tours--left-image .taapp-featured-tours__media {
  min-height: 340px;
  height: 100%;
  aspect-ratio: auto;
  background: #e5e7eb;
}

.taapp-featured-tours--left-image .taapp-featured-tours__left-content {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: clamp(24px, 3vw, 34px) clamp(24px, 3.2vw, 40px);
  background: #fff;
}

.taapp-featured-tours--left-image .taapp-featured-tours__name {
  margin: 0 0 16px;
  color: #1d395b;
  font-size: clamp(1.35rem, 2.2vw, 1.8rem);
  line-height: 1.2;
}

.taapp-featured-tours--left-image .taapp-featured-tours__code {
  margin-bottom: 22px;
  color: #202124;
  font-size: .9rem;
}

.taapp-featured-tours--left-image .taapp-featured-tours__description {
  min-height: 4.8em;
  color: #737373;
  font-size: 1rem;
  line-height: 1.6;
}

.taapp-featured-tours--left-image .taapp-featured-tours__left-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 14px 24px;
  margin-top: 20px;
  color: #202124;
  font-size: .92rem;
}

.taapp-featured-tours--left-image .taapp-featured-tours__left-meta-item {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 7px;
}

.taapp-featured-tours--left-image .taapp-featured-tours__left-meta-item > span {
  overflow-wrap: anywhere;
}

.taapp-featured-tours--left-image .taapp-featured-tours__left-meta-item a {
  color: inherit;
  text-decoration: underline;
}

.taapp-featured-tours--left-image .taapp-featured-tours__left-meta-item a:hover,
.taapp-featured-tours--left-image .taapp-featured-tours__left-meta-item a:focus-visible {
  color: #1d395b;
  text-decoration: none;
}

.taapp-featured-tours--left-image .taapp-featured-tours__left-icon {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  color: #202124;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.taapp-featured-tours--left-image .taapp-featured-tours__left-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: auto;
  padding-top: 22px;
  border-top: 1px solid #e5e7eb;
}

.taapp-featured-tours--left-image .taapp-featured-tours__left-price {
  color: #1d395b;
  font-size: 1.05rem;
  font-weight: 700;
}

.taapp-featured-tours--left-image .taapp-featured-tours__button {
  min-width: 120px;
  margin-top: 0;
  border-color: #333;
  color: #fff;
  background: #333;
}

.taapp-featured-tours--left-image .taapp-featured-tours__button:hover,
.taapp-featured-tours--left-image .taapp-featured-tours__button:focus-visible {
  color: #333;
  background: #fff;
}

.taapp-featured-tours--left-image .taapp-featured-tours__button:focus-visible {
  outline-color: #333;
}

@media (min-width: 601px) {
  .taapp-featured-tours__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 901px) {
  .taapp-featured-tours__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .taapp-featured-tours--left-image .taapp-featured-tours__card {
    display: block;
  }

  .taapp-featured-tours--left-image .taapp-featured-tours__media {
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 9;
  }
}

@media (prefers-reduced-motion: reduce) {
  .taapp-featured-tours__image {
    transition: none;
  }
}
