/* Shared background treatment for post-style cards: blog index cards and the
   homepage blog carousel cards. Edit here to update the look on both at once. */
.card-surface {
  background: rgba(232, 224, 216, 0.06);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(232, 224, 216, 0.14);
}
