/********************************
 * Mynewsdesk generated articles
 *
 * CSS for articles generated by Mynewsdesk.
 * CSS-class names are defined in their respective decoration.
 *
 * Genererad artikel - Rubrikyta (article-header)
 * Genererad artikel - Ingress (article-summary)
 * Genererad artikel - Fullbreddsyta (article-full-width-content)
 * Genererad artikel - Mittenspalt (article-main-content)
 *
 * CSS should be placed in a CSS-file used by the template.
 ********************************/
 .article-header h1 {
  white-space: inherit;
}

.article-full-width-content .sv-image-portlet {
  margin-bottom: 0px!important;
}

.article-full-width-content p {
  white-space: inherit;
  margin-top: 3px;
  color: var(--color-text-muted);
  font-size: var(--font-size-small);
  max-width: 100%;
}

.article-summary p {
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  font-size: 1.25rem;
  font-weight: 300;
  max-width: 100%;
  padding: var(--space-medium) var(--space-small);
}

.article-main-content {
  margin-bottom: -1rem;
}
