/* Component rules used by the clean template runtime only. */

.page-entry,
.page-entry__content,
.site-zone,
.slider-view {
  min-width: 0;
}

.content-body > :first-child {
  margin-top: 0;
}

.content-body strong {
  color: inherit;
}

#panel_second .content-body strong {
  font-weight: 400;
}

.content-body em {
  font-style: italic;
}

.text-formatted ul,
.text-formatted ol {
  margin-left: 0;
}

.text-formatted li {
  padding-left: 0.1rem;
}

.site-sidebar .content-card .content-body a {
  word-break: break-word;
}

.site-sidebar .content-card .content-body img {
  margin-top: 0.25rem;
}

#site-content-main .content-body p + h2,
#site-content-main .content-body p + h3,
#site-content-main .content-body ul + h2,
#site-content-main .content-body ul + h3,
#site-content-main .content-body ol + h2,
#site-content-main .content-body ol + h3 {
  margin-top: 1.6rem;
}

#site-content-main .content-body h2[id],
#site-content-main .content-body h3[id] {
  scroll-margin-top: 1rem;
}

#site-content-main .content-body br + br {
  display: block;
  content: "";
  margin-top: 0.32rem;
}

#site-content-main .content-body img + em,
#site-content-main .content-body img + strong {
  display: block;
  margin-top: 0.4rem;
}

#panel_second .content-body p,
#panel_second .content-body ul,
#panel_second .content-body ol {
  margin-bottom: 0.85rem;
}

#panel_second .content-body ul,
#panel_second .content-body ol {
  padding-left: 1rem;
}

#panel_second .content-body li {
  margin-top: 0;
}
