.posts-style-3__content .slide-posts-style3 .post-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1rem;
  padding: 1.3rem;
  border: 1px solid #000;
  box-shadow: 0.1875rem 0.1875rem 0 #FFD335;
  border-radius: 1rem;
  height: 100%;
}
.posts-style-3__content .slide-posts-style3 .post-card__image {
  margin-bottom: 20px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.08), 0 0 0 transparent;
}
.posts-style-3__content .slide-posts-style3 .post-card__image a {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 380px;
}
.posts-style-3__content .slide-posts-style3 .post-card__image a img {
  border-radius: 20px;
  transition: all 0.9s ease-in-out;
  transform: scale(1.1);
  max-width: 100%;
  height: auto;
}
.posts-style-3__content .slide-posts-style3 .post-card__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  width: 100%;
}
.posts-style-3__content .slide-posts-style3 .post-card__content .tag {
  transform: rotate(-2deg);
}
.posts-style-3__content .slide-posts-style3 .post-card__content .tag > a {
  background-color: #ffd336;
  color: #000;
  padding: 0.3125rem 0.9375rem;
  border-radius: 3rem;
  font-size: 0.8125rem;
  box-shadow: 0.1875rem 0.1875rem 0 #000000;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.posts-style-3__content .slide-posts-style3 .post-card__content .tag > a:hover {
  background-color: #000;
  box-shadow: 0.1875rem 0.1875rem 0 #ffd336;
  color: #ffd336;
}
.posts-style-3__content .slide-posts-style3 .post-card__content .date-post {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.posts-style-3__content .slide-posts-style3 .post-card__content .date-post p {
  font-size: 13px;
  color: #555555;
  margin: 0;
}
.posts-style-3__content .slide-posts-style3 .post-card__content .post-card__title a {
  text-decoration: none;
}
.posts-style-3__content .slide-posts-style3 .post-card__content .post-card__title-link {
  color: #131315;
  display: inline;
  padding-bottom: 0;
  transition: background-size 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
}/*# sourceMappingURL=style.css.map */