/*Formatting for the pagination links at the bottom of the page*/
.page-links {
  margin: 1.5em 0 1.5em !important;
  font-size: 1.25em;
  font-weight: bold;
}

/*Adjusting font size of the content in the table block of the Adv. Gutenberg plugin. No table styling available
with current website.*/
.wp-block-advgb-table {
  font-size: 1.25em;
  padding-top: 1.25em;
}

/*Adding a margin on top of Wordpress' "button" block as it is very close to the text above it.*/
.wp-block-button {
  margin-top: 1.5em;
}

/*Adjusting the border radius of Wordpress' rounded "button" block to fit in with the styling of the website. */
.wp-block-button__link {
  border-radius: 0.5em !important;
  background-color: #e57a25;
  color: #ffffff;
}

/*Adding a margin on top of "related products" so that there is space between it and above content. */
.related.products {
  margin-top: 5em !important;
}

/*Making the 'post date' at the bottom of posts italics to distinguish it more from the rest of the content*/
.post-date {
  font-style: italic;
  margin-top: 1.5em;
}

/*newsletter archives page styling*/
.col-12.col-md-7 {
  margin-top: 3em;
  margin-bottom: 3em;
}
.col-12.col-md-5 {
  margin-top: 3em;
  margin-bottom: 3em;
}

/*newsletter page advertising links formatting*/
.page-template-newspage article a:first-of-type {
  color:#373737 !important;
  text-decoration:underline !important;
  text-decoration-color:#0774BB !important;
}
