.wf-block-latest-posts__container {
  box-shadow: 0px 0px 12px 0px #00000033;
  overflow: hidden;
  padding: 1rem;
  border-radius: 1rem;
  max-width: 840px;
  margin: 0 auto;
}

.wf-block-latest-posts__container .color-accent {
  display: block;
  width: calc(100% + 2rem);
  height: 1rem;
  margin: -1rem;
  margin-bottom: 1rem;
  background: var(--wp--preset--color--red);
}

.wf-block-latest-posts__container h3 {
  margin: -1rem;
  margin-bottom: 0;
  background: var(--wp--preset--color--red);
  padding: 1rem;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  color: #fff;
}

.wf-block-latest-posts__container h3.nocolor {
  background: none;
  color: #000;
  text-align: center;
}

.wf-block-latest-posts__container h3 a:hover,
.wf-block-latest-posts__container h3 a {
  color: inherit;
  text-decoration: none;
}

ul.wf-block-latest-posts__list {
  list-style: none;
  padding: 0;
}

.wf-block-latest-posts__list li {
  display: flex;
}
.wf-block-latest-posts__list li + li {
  margin-top: 3.125rem;
}

.wf-block-latest-posts__featured-image {
  margin: 0;
  width: 75px;
  height: 75px;
  flex: 0 0 75px;
}

.wf-block-latest-posts__featured-image.alignleft {
  margin-right: 1rem;
}

.wf-block-latest-posts__featured-image.alignright {
  margin-left: 1rem;
  order: 1;
}

.wf-block-latest-posts__featured-image img {
  width: 100%;
  height: auto;
}

.wf-block-latest-posts__post-content a:link,
.wf-block-latest-posts__post-content a:visited,
.wf-block-latest-posts__post-content a:hover,
.wf-block-latest-posts__post-content a {
  color: #000;
  text-decoration: none;
  font-size: 1rem;
}

.wf-block-latest-posts__post-date,
.wf-block-latest-posts__post-author,
.wf-block-latest-posts__post-excerpt {
  font-size: .75rem;
}

.wf-block-latest-posts__post-date,
.wf-block-latest-posts__post-author {
  color: rgba(0, 0, 0, .5);
  margin-top: .5rem;
}

.wf-block-latest-posts__post-more:hover,
.wf-block-latest-posts__post-more {
  display: inline-block;
  position: relative;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  color: #000;
  text-decoration: none;
  font-size: 1rem;
}

.wf-block-latest-posts__post-more .color-underline {
  display: block;
  position: relative;
  height: .25rem;
  width: 100%;
  top: 100%;
  background: var(--wp--preset--color--red);
  margin-top: .25rem;
}
