.wtt-tour-grid {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.wtt-tour-card {
  max-width: 300px;
  border: 0px solid #eee;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 4px 0px rgba(0,0,0,0.5);
}
.wtt-tour-img-wrap img {
  width: 100%;
  height: auto;
  display: block;
}
.wtt-tour-body {
  padding: 14px;
}
.wtt-tour-title {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 600;
}
.wtt-tour-meta {
  list-style: none;
  margin: 0 0 8px;
  padding: 0 !important;
  font-size: 14px;
  color: #666;
  display: inline-flex;
}
.wtt-tour-meta li {
  list-style-type: none;
  padding: 0px 7.5px;
  margin-bottom: 0px;
}
.wtt-tour-excerpt {
  font-size: 0.9rem;
  margin-bottom: 10px;
  color: #444;
}
.wtt-tour-price {
  font-weight: bold;
  margin-bottom: 8px;
}
.wtt-tour-rating {
  font-size: 0.85rem;
  color: #f39c12;
}
.wtt-review-count {
  margin-left: 6px;
  color: #555;
}

.wtt-related-tours {
  margin-top: 40px;
}
.wtt-related-title {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 16px;
}

/* Unified Pagination Styling */
.wtt-pagination {
  text-align: center;
  margin: 30px 0;
}

.wtt-pagination .page-numbers {
  display: inline-block;
  margin: 0 4px;
  padding: 8px 14px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
  color: #333;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.wtt-pagination .page-numbers:hover {
  border-color: #666;
  background: #f7f7f7;
  color: #000;
}

.wtt-pagination .page-numbers.current {
  background: #333;
  border-color: #333;
  color: #fff;
  font-weight: bold;
}
