<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! CampusGroups extension to ContentTools v1.2.4 by Anthony Blackshaw &lt;ant@getme.co.uk&gt; (https://github.com/anthonyjb) */

.ts-stack div &gt; ul,
.ts-stack div &gt; ol {
    margin: 0 !important; 
    padding-left: 1em !important; /* First level starts with 1em */
    list-style-position: outside !important; /* Make sure bullets/numbers are outside the text */
}

.ts-stack div &gt; ol {
    padding-inline-start: 1em !important;
}
  
.ts-stack div &gt; ul ul,
.ts-stack div &gt; ul ol,
.ts-stack div &gt; ol ul,
.ts-stack div &gt; ol ol {
    margin: 0 !important;
    padding-left: 1em !important;
}

/* Unordered lists bullet style (Repeat disc, circle, square twice) */

.ts-stack div &gt; ul,
.ts-stack div &gt; ul ul ul ul,
.ts-stack ul.accordion &gt; ul,
.ts-stack ul.accordion &gt; ul ul ul ul,
.ts-stack .accordion__content ul,
.ts-stack .accordion__content ul ul ul ul {
    list-style-type: disc !important;
}
  
.ts-stack div &gt; ul ul,
.ts-stack div &gt; ul ul ul ul ul,
.ts-stack ul.accordion &gt; ul ul,
.ts-stack ul.accordion &gt; ul ul ul ul ul,
.ts-stack .accordion__content ul ul,
.ts-stack .accordion__content ul ul ul ul ul {
    list-style-type: circle !important;
}
  
.ts-stack div &gt; ul ul ul,
.ts-stack div &gt; ul ul ul ul ul ul,
.ts-stack ul.accordion &gt; ul ul ul,
.ts-stack ul.accordion &gt; ul ul ul ul ul ul,
.ts-stack .accordion__content ul ul ul,
.ts-stack .accordion__content ul ul ul ul ul ul {
    list-style-type: square !important;
}

.ts-stack ul.accordion {
    list-style-type: none !important;
}

/* Margins for paragraphs before/after lists */

.ts-stack ul + p,
.ts-stack ol + p {
    margin-top: 1em !important;
}

.ts-stack p + ul,
.ts-stack p + ol {
    margin-bottom: 1em !important;
}

.ts-stack ul,
.ts-stack ol {
    margin-bottom: 1em !important;
}

.ts-stack li &gt; ol {
    margin-top: 1em !important;
}

.ts-stack ol li:not(:last-child) {
    margin-bottom: 0em !important;
}

section div[data-editable] &gt; ol {
    margin-inline-start: 40px !important;
}

/* consistent font size (the ol previously had noticeably smaller font size) */
.cgLead &gt; p,
.cgLead &gt; ul,
.cgLead &gt; ol {
    font-size: 1.35714286em;
}
</pre></body></html>