.wp-active-we-posts-masonry-3 {
  gap: 8px;
}
.wp-active-we-posts-masonry-3 .post-row {
  gap: 8px;
}
.wp-active-we-posts-masonry-3 .post-row-1 {
  grid-template-columns: 2fr 1fr 1fr;
}
.wp-active-we-posts-masonry-3 .post-row-4 {
  grid-template-columns: 1fr 1fr 2fr;
}
.wp-active-we-posts-masonry-3 .post-item {
  position: relative;
  overflow: hidden;
}
.wp-active-we-posts-masonry-3 .thumbnail-holder {
  height: 250px;
}
.wp-active-we-posts-masonry-3 .thumbnail-holder img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.wp-active-we-posts-masonry-3 .title {
  font-size: 13px;
  font-weight: bold;
}
.wp-active-we-posts-masonry-3 .post-details-box {
  position: absolute;
  bottom: -100px;
  right: 10px;
  left: 10px;
  padding: 10px;
  background: white;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}
.wp-active-we-posts-masonry-3 .post-item:hover .post-details-box {
  bottom: 10px;
  right: 10px;
  left: 10px;
  visibility: visible;
  opacity: 1;
}
.wp-active-we-posts-masonry-3 .post-details {
  font-size: 11px;
  color: var(--ae-color-gray);
}
.wp-active-we-posts-masonry-3 .post-details svg {
  width: 14px;
  height: 14px;
  fill: var(--ae-color-gray);
}

@media (max-width: 768px) {
  .wp-active-we-posts-masonry-3 .post-row {
    grid-template-columns: 1fr;
  }
}

/*# sourceMappingURL=posts-masonry-3.css.map */
