.grid-posts-2025 .elementor-post__badge {
  border-radius: 0 !important;
  background-color: #97B4AA !important;
  font-family: 'ChampagneLimousinesBold' !important;
  font-size: 12px !important;
  text-transform: uppercase !important;
  letter-spacing: 3px !important;
}

.grid-posts-2025 .elementor-post-date {
  font-family: 'ChampagneLimousinesBold' !important;
  font-size: 12px !important;
  letter-spacing: 3px;
}

.grid-posts-2025 .elementor-post__title a {
  font-family: 'ChampagneLimousinesBold' !important;
  letter-spacing: 2px !important;
}

.grid-posts-2025 .elementor-post__title a:hover {
  text-decoration: none !important;
}

.grid-posts-2025 .elementor-pagination {
  margin-top: 60px;
  font-family: 'ChampagneLimousinesBold' !important;
  font-size: 18px !important;
}

.grid-posts-2025 .elementor-pagination a, 
.grid-posts-2025 .elementor-pagination span {
  opacity: 0.4;
  text-decoration: none !important;
}

.grid-posts-2025 .elementor-pagination a:hover {
  opacity: 1;
}

.grid-posts-2025 .elementor-pagination .current {
  opacity: 1;
}

.filter-post-2025 {
  margin: 0 auto 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.filter-post-2025 a {
  position: relative;
  margin: 0 10px 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: 'ChampagneLimousinesBold';
  text-transform: uppercase;
  color: #A5708B;
  font-size: 14px;
  letter-spacing: 2px;
  transition: all 0.3s ease-in-out;
  opacity: 0.4;
}

.filter-post-2025 a:hover {
  opacity: 1;
  text-decoration: none;
  color: #A5708B;
}
.filter-post-2025 a:active {
  opacity: 1;
  text-decoration: none;
  color: #A5708B;
}

.filter-post-2025 a.active {
  opacity: 1;
}

.filter-post-2025 a img {
  position: relative;
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}