.swiper-button-next,
.swiper-button-prev {
  display: inline;
}

.swiper-slide {
  width: 286px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 18px;
  background: var(--white);
  transition: margin-top 0.2s ease-in-out;
  margin-bottom: 0;
  margin-top: 0;
}

.swiper-slide:hover {
  margin-top: -20px;
}


.swiper-slide .post-card-image-link img{
  height: 150px;
}

.swiper-slide .post-card-image-link {
  border-radius: 12px 12px 0px 0px;
}

.swiper {
  overflow: unset;
}

.swiper-slide .post-primary-tag {
  display: inline-block;
  margin-bottom: 12px;
  border: 1px solid;
  padding: 8px 12px;
  border-radius: 40px;
  font-family: Poppins !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0em;
}

.swiper-slide .post-card-title {
  font-family: Poppins !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 24px;
  letter-spacing: 0em;
  text-decoration: none !important;
  margin: 0;
}

.swiper #left, .swiper #right {
  margin-top: 44px;
  filter: invert(100%);
  float: right;
  user-select: none;
}

.swiper #left:hover, .swiper #right:hover {
  filter: invert(62%) sepia(92%) saturate(765%) hue-rotate(347deg) brightness(103%) contrast(104%);
}

.swiper .post-card-content footer.post-card-meta span {
  font-family: Poppins !important;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0em;
}

.swiper .post-card-content footer.post-card-meta {
  padding: 0px 16px 24px 16px;
}

@media (max-width: 600px) {
  .swiper-slide {
    width: 90%;
  }
}