.c-post-widget {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #000;
  height: 100%;
}
.c-post-widget:hover {
  text-decoration: none;
  color: #000;
}
.c-post-widget:hover .c-post-widget__image {
  transform: scale(1.04);
}
.c-post-widget__image-container {
  width: 100%;
  aspect-ratio: 16/10;
  overflow: hidden;
  flex-shrink: 0;
  border: 1px solid #e0e0e0;
}
.c-post-widget__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}
.c-post-widget__body {
  padding: 20px 0 0;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.c-post-widget__title {
  font-family: "DM Serif Display", serif;
  font-size: 1.5em;
  font-weight: normal;
  line-height: 1.2;
  margin: 0 0 10px;
  color: #000;
}
.c-post-widget__date {
  font-size: 0.75em;
  font-style: italic;
  color: #a5a5a5;
  margin: 0 0 12px;
}
.c-post-widget__category {
  font-size: 1.1666666667em;
  font-style: normal;
  font-weight: 900;
  letter-spacing: normal;
  color: #d7a55d;
  margin: 0 14px 10px 0;
}