div.editor-styles-wrapper h1 a,
div.editor-styles-wrapper h2 a,
div.editor-styles-wrapper h3 a,
div.editor-styles-wrapper h4 a,
div.editor-styles-wrapper h5 a,
div.editor-styles-wrapper h6 a {
  font-weight: bold;
  color: #222 !important;
}

div.editor-styles-wrapper .ngl-article-title {
    font-weight: bold;
}
div.editor-styles-wrapper .ngl-article-title a span {
   color: #222 !important;
   text-decoration: underline;
}

div.editor-styles-wrapper .newsletter-label,
div.editor-styles-wrapper .ngl-article-labels {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color: #0091ae !important;
    padding-bottom: 10px;
  }

div.editor-styles-wrapper .is-style-pharma-newsletter-content .newsletter-label,
div.editor-styles-wrapper .is-style-pharma-newsletter-content .ngl-article-labels {
  color: #7b1421 !important;
}
div.editor-styles-wrapper .is-style-pharma-newsletter-content article p.wp-block.has-text-color a {
  color: #0091ae !important;
}

div.editor-styles-wrapper .is-style-pharma-newsletter-content article p.wp-block.has-text-color a {
  color: #7b1421 !important;
}

.post-type-newsletterglue .is-style-newsletter-content .wp-block-columns,
.post-type-ngl_pattern .is-style-newsletter-content .wp-block-columns {
    gap: 20px;
}

div.editor-styles-wrapper .is-style-newsletter-header .wp-block-image,
div.editor-styles-wrapper .is-style-newsletter-footer .wp-block-image,
div.editor-styles-wrapper .is-style-newsletter-header .wp-block-columns,
div.editor-styles-wrapper .is-style-newsletter-footer .wp-block-columns,
div.editor-styles-wrapper .is-style-newsletter-header .wp-block-column,
div.editor-styles-wrapper .is-style-newsletter-footer .wp-block-column,
div.editor-styles-wrapper .is-style-newsletter-header .wp-block-site-logo,
div.editor-styles-wrapper .is-style-newsletter-footer .wp-block-site-logo {
    margin-top: 0px !important;
    margin-bottom: 0px !important
}

div.editor-styles-wrapper .is-style-newsletter-footer p {
    margin-bottom: 20px !important
}

div.editor-styles-wrapper .wp-block-newsletterglue-callout p.navigation-footer {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
}

div.editor-styles-wrapper .is-style-newsletter-footer p a {
    color: #fff !important;
}

div.editor-styles-wrapper .wp-block-newsletterglue-callout hr.wp-block-separator {
    margin: 0;
    height: 1px;
    background-color: #ddd;
    color: #ddd;
    font-size: 0;
    border: 0;
  }

  div.editor-styles-wrapper ul.wp-block-dagens-newsletter-blocks-popular-posts li a,
  div.editor-styles-wrapper ul.wp-block-dagens-newsletter-blocks-job-ads li a,
  div.editor-styles-wrapper ul.is-style-newsletter-jobs li a {
    color: #222 !important;
    font-weight: bold;
  }

ul.is-style-newsletter-jobs {
	list-style-type: none;
	margin-left: 0;
    padding-inline-start: 0;
    padding-left: 0;
}

article,
.ngl-article,
ul.is-style-newsletter-jobs li {
	padding: 10px 0;
	border-bottom: solid 1px #dddddd;
}

.ngl-article-title,
ul.is-style-newsletter-jobs li .wp-block-rss__item-title {
	font-weight: bold;
}

/* Text labels */
span.has-inline-color.has-brand-color-color {
    color: #0091ae !important;
    font-weight: bold;
    text-transform: uppercase;
  }