﻿/* Extensions to the NICE Design System */

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

div.itemizedlist.indented,
p.numbered-paragraph {
    margin-left: 3rem;
}
    p.numbered-paragraph .paragraph-number {
        float: left;
        margin-left: -3rem;
    }

/* fixes for new article.numbered-paragraph html */

article.numbered-paragraph {
  display: flex;
}

  article.numbered-paragraph > h1,
  article.numbered-paragraph > h2,
  article.numbered-paragraph > h3,
  article.numbered-paragraph > h4,
  article.numbered-paragraph > h5,
  article.numbered-paragraph > h6 {
    font-size: inherit;
    font-weight: normal;
    flex: 0 0 3rem;
    font-family: inherit;
    line-height: 1.6;
    padding-right: 10px;
    margin-top: 0;
  }

  article.numbered-paragraph p:first-child {
    margin-top: 0;
  }
