.post-card-featured {
  height: auto;
  border-radius: 1rem
}
@media (min-width:48rem) {
  .post-card-featured {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 26.75rem
  }
}
.block-editor-block-list__block .post-card-featured {
  pointer-events: none
}
.post-card-featured__content {
  padding: 0 1.25rem 2rem 1.25rem
}
@media (min-width:48rem) {
  .post-card-featured__content {
    padding: clamp(1.25rem,-4.8928571429rem + 12.7976190476vw,6.625rem) clamp(1.25rem,-3.0357142857rem + 8.9285714286vw,5rem) clamp(1.25rem,-4.8928571429rem + 12.7976190476vw,6.625rem) clamp(1.25rem,-3.0357142857rem + 8.9285714286vw,5rem)
  }
}
.post-card-featured__image-wrapper {
  height: 100%;
  margin-bottom: 1.5rem;
  padding-bottom: 66.25%
}
@media (min-width:48rem) {
  .post-card-featured__image-wrapper {
    flex: 0 0 calc(50% - clamp(1rem,-.1428571429rem + 2.380952381vw,2rem)/ 2);
    max-width: calc(50% - clamp(1rem,-.1428571429rem + 2.380952381vw,2rem)/ 2);
    margin-top: auto;
    margin-bottom: auto;
    padding-bottom: calc((50% - clamp(1rem,-.1428571429rem + 2.380952381vw,2rem)/ 2) * .6625)
  }
}
.post-card-featured__image-wrapper img {
  border-radius: 1rem 1rem 0 0
}
@media (min-width:48rem) {
  .post-card-featured__image-wrapper img {
    border-radius: 1rem 0 0 1rem
  }
}
.post-card-featured__meta {
  margin-bottom: .75rem;
  font-size: 0;
  line-height: 0
}
.post-card-featured__meta span {
  font-weight: var(--subtitle-2-font-weight);
  font-size: var(--subtitle-2-font-size);
  font-family: var(--subtitle-2-font-family);
  line-height: var(--subtitle-2-line-height);
  font-variant-numeric: var(--subtitle-2-font-variant-numeric);
  margin-right: .5rem
}
.post-card-featured__meta span:last-child {
  color: #656a81
}
.post-card-featured__meta span a {
  color: #06070e;
  text-decoration: none
}
.post-card-featured__meta span a:focus,
.post-card-featured__meta span a:hover {
  color: #06070e;
  text-decoration: underline
}
.post-card-featured__title {
  margin-top: 0
}
.post-card-featured__link {
  color: var(--blockColor,#06070e)
}
.post-card-featured__link:hover {
  text-decoration: underline;
  text-decoration-thickness: .125rem;
  text-underline-offset: .3125rem
}
.post-card-featured__author {
  font-weight: var(--subtitle-2-font-weight);
  font-size: var(--subtitle-2-font-size);
  font-family: var(--subtitle-2-font-family);
  line-height: var(--subtitle-2-line-height);
  font-variant-numeric: var(--subtitle-2-font-variant-numeric)
}