/* Remove white space at bottom of description */
.preview-content {
  padding-bottom: 10px !important;
}

/* Proper paragraph spacing for article previews */
.preview-description p {
  margin-bottom: 1.5em !important;
  line-height: 1.6 !important;
}

.preview-description p:last-child {
  margin-bottom: 0 !important;
}

/* Lighter subscribe-cta background */
.subscribe-cta {
  background: linear-gradient(135deg, #ffffff, #f5f5f5) !important;
}
