/*
 * newsletter.css — compiled once from source/scss/newsletter.scss (webpack/wp-scripts removed).
 * This is now a hand-maintained static file; edit it directly.
 */

/**
 * MIXINS
 */
/* Newsletter Archive (.page-template-page-newsletter-archive-php) */
.page-template-page-newsletter-archive-php .masonry article {
  border-bottom: 1px solid #d7d7d7;
  padding: 8px 0;
  margin: 0 1.3% 18px 1.3%;
  overflow: hidden;
  float: left;
  width: 47%;
}

/* Newsletter Archive Single Post (.single-newsletter_archive) */
.single-newsletter_archive .newsletter_archive img {
  -ms-box-shadow: none;
  box-shadow: none;
}
.single-newsletter_archive .newsletter_archive .entry > p {
  display: none;
}
.single-newsletter_archive .newsletter_archive .entry > table {
  margin: 20px 0;
}
.single-newsletter_archive .newsletter_archive .entry > table p {
  line-height: 1.4;
  font-family: Arial, sans-serif;
  font-size: 12px !important;
}
.single-newsletter_archive .newsletter_archive .entry table td {
  border-bottom: 0;
  padding: 0;
}
.single-newsletter_archive .newsletter_archive table {
  margin: 0;
}
.single-newsletter_archive .newsletter_archive table img {
  margin: 0;
}
.single-newsletter_archive .newsletter_archive table tr,
.single-newsletter_archive .newsletter_archive table td[bgcolor="#dedfe6"] {
  background: transparent !important;
  padding: 0 !important;
}
