.typography-content > *:not([class]) {
	color: #737680;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, noto, arial, sans-serif;
	font-size: 16px;
	line-height: 24px;
}

.typography-content h1:not([class]),
.typography-h1 {
    font-family: inherit;
    font-size: 24px;
    font-weight: 100;
    line-height: 32px;
    margin-bottom: 12px;
    text-align: left;
    text-transform: none;
}

.typography-content h2:not([class]),
.typography-content h3:not([class]),
.typography-content h4:not([class]) {
	margin: 24px 0;
	color: var(--mirage-950);
	font-weight: 500;
	line-height: 30px;
    text-align: left;
    text-transform: none;
}

.typography-content h2:not([class]) {
	font-size: 24px;
}

.typography-content h3:not([class]) {
	font-size: 20px;
}

.typography-content h4:not([class]) {
	font-size: 18px;
}

.typography-content p:not([class]) {
	margin-bottom: 12px;
}

.typography-content a:not([class]) {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.typography-content ul:not([class]),
.typography-content ol:not([class]) {
	padding-left: 52px;
	margin-bottom: 24px;
}

.typography-content ul:not([class]) li,
.typography-content ol:not([class]) li {
    position: relative;
}

.typography-content ul:not([class]) li:not(:last-child),
.typography-content ol:not([class]) li:not(:last-child) {
	margin-bottom: 8px;
}

.typography-content ul:not([class]) li::before {
	content: '';
    position: absolute;
    left: -35px;
    top: 5px;
	min-width: 5px;
	max-width: 5px;
	height: 5px;
	border-radius: 50%;
	border: 7px solid var(--pastel-green-400);
	background: var(--white);
}

.typography-content ol:not([class]) {
	counter-reset: section;
}

.typography-content ol:not([class]) li::before {
	counter-increment: section;
	content: counters(section, "");
    position: absolute;
    left: -35px;
    top: 0;
	min-width: 28px;
	max-width: 28px;
	height: 28px;
	border-radius: 8px;
	background: var(--pastel-green-400);
	color: var(--mirage-950);
    font-weight: 500;
	text-align: center;
	line-height: 26px;
}

.typography-content strong {
    font-weight: 700;
    color: var(--mirage-950);
}

.typography-content img {
    max-width: 100%;
}

.typography-content blockquote, .typography-content q {
    padding: 24px;
    background: var(--mirage-100);
    margin: 24px 0;
    display: grid;
    grid-template-columns: 64px 1fr;
    align-items: center;
    grid-gap: 12px;
    color: var(--mirage-950);
    font-weight: 700;
    border-radius: 24px;
    clear: both;
}

.typography-content blockquote:before, .typography-content q:before {
    content: '';
    height: 64px;
    background-image: url(../img/icons/blockquote.svg);
    background-repeat: no-repeat;
    background-size: 64px;    
}

.typography-content blockquote:after, .typography-content q:after {
    content: none;
}

.typography-content blockquote p:last-child, .typography-content q p:last-child {
	color: var(--mirage-950);
    margin-bottom: 0;
}

.responsive__table table {
    margin-bottom: 24px;
}

.responsive__table table {
    width: 100%;
}

.typography-content th,
.typography-content tr:first-child td {
    font-weight: 700;
    padding: 12px;
    color: var(--mirage-950);
    background: var(--mirage-100);
    border: none;
    vertical-align: middle;
}

.typography-content tr:first-child td:first-child {
	border-radius: 12px 0 0 12px;
}

.typography-content tr:first-child td:last-child {
	border-radius: 0 12px 12px 0;
}

.typography-content td {
    border-bottom: 1px solid var(--mirage-200);
    padding: 12px;
}

tr.alt,
.typography-content tr.alt {
    background-color: var(--mirage-100)
}


/* WORDPRESS CORE */
.alignnone {
    margin: 12px 0
}

.aligncenter, div.aligncenter {
    display: block;
    width: 100% !important;
    margin: 24px auto;
}

.alignright {
    float: right;
    margin: 24px 0 24px 24px;
}

.alignleft {
    float: left;
    margin: 24px 24px 24px 0;
}

.aligncenter {
    display: block;
    margin: 24px auto;
}

a img.alignright {
    float: right;
    margin: 12px 0 12px 24px;
}

a img.alignnone {
    margin: 24px 0;
}

a img.alignleft {
    float: left;
    margin: 24px 24px 24px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #222;
    border: 1px solid #f0f0f0;
    max-width: 100%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 24px 0;
}

.wp-caption.alignleft {
    margin: 24px 24px 24px 0;
}

.wp-caption.alignright {
    margin: 24px 0 24px 24px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    color: var(--white);
    font-size: 14px;
    font-style: italic;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, noto, arial, sans-serif;
    line-height: 17px;
    margin: 0;
    padding: 6px 0 4px 5px;
}

@media (max-width: 767.98px) {
    .responsive__table {
        width: 100%;
        overflow: auto !important;
    }

    th,
    tr:first-child td,
    .typography-content th,
    .typography-content tr:first-child td {
        white-space: nowrap;
    }
}

@media (min-width: 768px) {
    .typography-content h1:not([class]),
    .typography-h1 {
        font-size: 36px;
        line-height: 50px;
        margin-bottom: 24px;
    }
}