/* Tours Collection Archive Styles - Block Template Version */

/* Archive header styles */
.tours-collection-hero-text {
  color: #3db87d;
  max-width: 1512px !important;
  margin: 20px auto !important;
}

.tours-collection-hero-text .tours-collection-heading {
  font-size: 112px;
  font-style: italic;
  font-weight: 300;
  margin: 28px 0;
  line-height: 1;
}

.tours-collection-hero-text .tours-collection-subheading {
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
}

/* Responsive adjustments for header */
@media (max-width: 768px) {
  .tours-collection-hero-text .tours-collection-heading {
    font-size: 45px;
    margin: 12px 0;
  }

  .tours-collection-hero-text .tours-collection-subheading {
    font-size: 20px;
  }

  .tours-query-loop .wp-block-post-template {
    grid-template-columns: 1fr !important;
  }
}

/* Additional styles for blocks added to the template */
.tours-collection-archive .wp-block-group {
  margin-bottom: 30px;
}

/* Ensure proper spacing for any custom blocks */
.tours-collection-archive .wp-block-spacer {
  height: 40px;
}

/* Individual tour item styles */
.tour-item.wp-block-group {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tour-item.wp-block-group:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

/* Tour image styles */
.tour-item .wp-block-post-featured-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

/* Tour title styles */
.tour-item .wp-block-post-title a {
  text-decoration: none;
  transition: color 0.3s ease;
}

.tour-item .wp-block-post-title a:hover {
  color: #f99c28 !important;
}

/* Tour excerpt styles */
.tour-item .wp-block-post-excerpt p {
  margin-bottom: 0;
}

/* View tour button styles */
.view-tour-btn .wp-block-button__link {
  transition: all 0.3s ease;
}

.view-tour-btn .wp-block-button__link:hover {
  background-color: #e6890a !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(249, 156, 40, 0.3);
}

@media (max-width: 1024px) {
  .tours-query-loop .wp-block-post-template {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

/* Pagination styles */
.wp-block-query-pagination {
  justify-content: center;
}

.wp-block-query-pagination .wp-block-query-pagination-previous,
.wp-block-query-pagination .wp-block-query-pagination-next,
.wp-block-query-pagination .wp-block-query-pagination-numbers {
  margin: 0 5px;
}

.wp-block-query-pagination a {
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  text-decoration: none;
  color: #333;
  transition: all 0.3s ease;
}

.wp-block-query-pagination a:hover {
  background-color: #f99c28;
  color: white;
  border-color: #f99c28;
}

.wp-block-query-pagination .current {
  background-color: #f99c28;
  color: white;
  padding: 8px 12px;
  border-radius: 4px;
}

/* No results styles */
.wp-block-query-no-results {
  text-align: center;
  padding: 60px 20px;
}

.wp-block-query-no-results h2 {
  color: #333;
  margin-bottom: 20px;
}

.wp-block-query-no-results p {
  color: #666;
}
