+header h2:last-child,
+header h3:last-child,
+header h4:last-child,
+header h5:last-child,
+header h6:last-child,
+header p:last-child {
+ padding-bottom: 0;
+}
+
+/*p:only-child,
+p:last-child,
+p:last-of-type {
+ padding-bottom: 0;
+}*/
+
+/*header h2:first-child {
+ padding-top: .5rem;
+}
+
+header h3:first-child {
+ padding-top: .4rem;
+}
+
+header h4:first-child {
+ padding-top: .3rem;
+}
+
+header h5:first-child {
+ padding-top: .2rem;
+}
+
+header h6:first-child {
+ padding-top: .1rem;
+}
+
+header p:last-child {
+ padding-top: 0;
+}*/
+
+/*article header {
+ border-radius: .4rem .4rem 0 0;
+}*/
+
+/*article article header {
+ border-radius: .3rem .3rem 0 0;
+ margin-bottom: .3rem;
+}
+
+article article article header {
+ border-radius: .2rem .2rem 0 0;
+ margin-bottom: .2rem;
+}*/
+
+/*header h1,
+header h2,
+header h3,
+header h4,
+header h5,
+header h6,
+header p {
+ margin-bottom: 0;
+ padding-bottom: 0;
+}*/
+
+.ellipsis {
+ /*Required for ellipsis on h2/h3/h4 in header*/
+ display: grid;
+ margin-bottom: 0;
+}
+
+.ellipsis > * {
+ overflow-x: hidden;
+ text-overflow: ellipsis;
+ white-space: nowrap;