/* Blog-specific enhancers (inherits ../styles.css) */
.card{
  background: transparent;
  border: 0;
  border-radius: 0;
  overflow: visible;
  box-shadow: none;
  margin-bottom: 28px;
}
.post-img{ display:block; width:100%; height:auto; aspect-ratio: 16 / 9; object-fit: cover }
.post-body{ padding: 16px 18px 20px }
.post-body h2{ margin:6px 0 4px }
