/*------------------------------------------
 *  Reponsive
 * -----------------------------------------*/
/*------------------------------------------
 *  BUTTON
 * -----------------------------------------*/
/*------------------------------------------
 *  Before/After
 * -----------------------------------------*/
.latest-post {
  overflow: hidden;
  border: 1px solid var(--wp--preset--color--sixth);
  background: var(--wp--preset--color--white);
}
.latest-post__title {
  background-color: var(--wp--preset--color--sixth);
  color: #fff;
  font-weight: 800;
  padding: 12px;
  text-align: center;
  font-size: var(--pl);
  text-transform: uppercase;
  margin: 0;
}
.latest-post__item {
  padding: 20px;
  margin: 20px;
  margin-bottom: 30px;
  display: flex;
  align-items: flex-start;
  background-color: var(--wp--preset--color--lightgray);
  transition: all 0.3s ease;
}
.latest-post__item.is-first {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.latest-post__item:has(img) .latest-post__content::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 30px;
  background: #dee5f2;
  display: inline-block;
  width: 23px;
  height: 23px;
  border-right: 2px solid #dee5f2;
  border-top: 2px solid #dee5f2;
  transform: rotate(-45deg);
}
.latest-post__item:hover {
  background-color: #DEE5F2;
}
.latest-post__item:hover .latest-post__number {
  color: var(--wp--preset--color--first);
}
.latest-post__item:hover .latest-post__link {
  color: var(--wp--preset--color--first);
}
.latest-post__image picture, .latest-post__image img {
  max-width: 100%;
  height: auto;
  display: block;
}
.latest-post__content {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.latest-post__number {
  font-size: 60px;
  font-weight: 900;
  color: var(--wp--preset--color--third);
  line-height: 1;
}
.latest-post__link {
  color: var(--wp--preset--color--second);
  font-weight: 800;
  text-decoration: none;
  font-size: var(--pl);
  align-self: center;
}
.latest-post__content.is-first {
  background-color: #DEE5F2;
  position: relative;
  padding: 20px;
  width: 100%;
}
.latest-post__content.is-first .latest-post__number {
  color: var(--wp--preset--color--first);
}
.latest-post__content.is-first .latest-post__link {
  color: var(--wp--preset--color--first);
}
@media (max-width: 1224px) {
  .latest-post__item {
    padding: 12px;
    margin: 12px;
    margin-bottom: 20px;
  }
  .latest-post__content {
    gap: 12px;
  }
}
@media (max-width: 1024px) {
  .latest-post {
    margin: 12px;
  }
  .latest-post__item {
    padding: 15px;
    padding-left: 20px;
    margin: 15px;
  }
  .latest-post__content {
    gap: 15px;
  }
  .latest-post__content.is-first {
    padding: 15px;
    padding-left: 20px;
  }
  .latest-post__content.is-first::before {
    left: 15px;
  }
  .latest-post__link {
    font-size: 18px;
  }
}/*# sourceMappingURL=block.css.map */