.featured-posts-block {
  margin-block-start: 0 !important;
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  padding-left: .8rem;
  padding-right: .8rem;
}@media (min-width: 768px) {.featured-posts-block {
    margin-top: 0px;
    flex-direction: row;
    gap: 0px;
    padding-left: 0px;
    padding-right: 0px;
    border-top: solid 1px #000;
    border-bottom: solid 0.8px #000;
    overflow-x: scroll;
    flex-wrap: nowrap;
  }
}
.featured-posts-block .inner {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  font-weight: 700;
}
@media (min-width: 640px) {.featured-posts-block .inner {
    width: 48%;
  }
}
@media (min-width: 768px) {.featured-posts-block .inner {
    width: auto;
    flex: 1 1 0%;
  }
}
.featured-posts-block .inner {
  padding: 25px;
  border: solid 1px #000;
  min-height: 230px;
}
@media (min-width: 768px) {
  .featured-posts-block .inner {
    border-width: 0.8px;
    border-top-width: 0px;
    border-top: none;
    border-right: solid 0.8px #000;
    min-width: 300px;
  }
  .featured-posts-block .inner:last-of-type {
    border-right: none;
  }
}
.featured-posts-block .inner .post-title {
  margin-top: 0px;
  font-family: var(--wp--preset--font-family--secondary);
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 700;
  line-height: 25px;
}
.featured-posts-block .inner .post-link {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 10;
  height: 100%;
  width: 100%;
}
.featured-posts-block .inner a {
  margin-top: auto;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
  text-decoration-line: none;
}
.featured-posts-block .inner a:not([class]) {
  color: var(--wp--preset--color--black) !important;
}
.featured-posts-block .inner a:hover:after {
  width: 0;
}
.featured-posts-block .inner a svg {
  margin-left: 5px;
}