.featured-tour-block {
  padding: 80px 40px;
  margin: 0 !important;
  max-width: 100% !important;
}

.featured-tour-header {
  max-width: 1512px;
  margin: 0 auto 40px auto;
}

.featured-tour-main-heading {
  font-size: 24px;
  font-weight: 600;
  margin: 0;
  color: #f99c28;
}

.featured-tour-container {
  max-width: 1512px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 60px;
  padding: 40px;
  border-radius: 20px;
  background: #d9d9d940;
  backdrop-filter: blur(44px);
  box-sizing: border-box;
}

/* Left Column - Content */
.featured-tour-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Right Column - Tour Image */
.featured-tour-image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.tour-image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.tour-featured-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.limited-time-offer-tag {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #ffffff;
  padding: 10px 20px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 2;
}

.limited-time-offer-tag {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
}

.tour-post-ratings-single {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-bottom: 35px;
}

.tour-post-ratings-single .star {
  display: inline-block;
  height: 23px;
}

.tour-post-ratings-single .star.half svg {
  display: block;
  width: 24px;
  height: 23px;
}

.tour-post-reviews-single {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  margin-left: 8px;
  line-height: 1;
}

.tour-description-wysiwyg {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tour-description-wysiwyg p {
  margin: 0 0 10px 0;
}

.tour-description-wysiwyg p:last-child {
  margin-bottom: 0;
}

.tour-title {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 30px;
  margin-top: 0;
  color: #f99c28;
}

.tour-description {
  font-size: 16px !important;
  font-weight: 500;
  color: #3d5e44;
  margin-bottom: 30px;
  font-family: var(--wp--preset--font-family--epilogue);
}

.tour-description p {
  margin: 0 0 15px 0;
}

.tour-meta {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 30px;
  margin-bottom: 20px;
}

.meta-icon svg,
.meta-icon {
  height: 100%;
}

.meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.meta-text {
  font-size: 16px;
  font-weight: 600;
}

.featured-tour-button {
  width: 100%;
  justify-content: space-between;
}

/* Responsive Design */
@media (max-width: 768px) {
  .featured-tour-block {
    padding: 40px 15px;
  }

  .featured-tour-header {
    margin-bottom: 30px;
  }

  .featured-tour-container {
    grid-template-columns: 1fr;
    padding: 0;
    gap: 0;
    background: transparent;
  }

  .featured-tour-image {
    order: 1;
  }

  .featured-tour-content {
    order: 2;
    padding: 30px 18px;
    background: #D9D9D940;
    backdrop-filter: blur(44px);
    box-sizing: border-box;
    border-radius: 20px;
  }

  .featured-tour-button {
    width: auto;
  }

  .tour-title {
    font-size: 25px;
    margin-bottom: 25px;
  }

  .tour-description {
    margin-bottom: 20px;
  }

  .tour-featured-image {
    height: 300px;
  }

  .tour-meta {
    column-gap: 6px;
    row-gap: 0;
    margin-bottom: 12px;
  }

  .meta-item {
    padding: 8px 0;
    font-size: 13px;
    gap: 4px;
  }

  .tour-post-ratings-single {
    margin-bottom: 20px;
  }

  .tour-rating-badge {
    bottom: 15px;
    left: 15px;
    padding: 8px 12px;
    font-size: 12px;
  }

  .limited-time-offer-tag {
    top: 15px;
    right: 15px;
    padding: 6px 10px;
    font-size: 11px;
  }

  .limited-time-offer-tag svg {
    width: 14px;
    height: 14px;
  }

  .star {
    font-size: 12px;
  }
}
