/**
 * Resets:
 */
*, *::before, *::after {
    box-sizing: border-box;
}

* {
    margin: 0;
}

body {
    line-height: 1.5;
}

img, picture, video, canvas, svg {
    display: block;
    max-width: 100%;
}

input, button, textarea, select {
    font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
    overflow-wrap: break-word;
}

#root, #__next {
    isolation: isolate;
}

html {
    padding: 1.875em;
    background-color: #fff;
}

/**
 * Custom:
 */
body {
    font-family: "Nunito Sans", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100,
    "YTLC" 500;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    width: 62.5ch;
    max-width: 100%;
    font-size: 1em;
    color: #181818 !important;
    line-height: 1.625em !important;
    margin: 0 auto 100px;
}

h1 {
    font-size: 1.6em;
    color: #181818 !important;
    line-height: 1.3 !important;
    margin-bottom: 0.333333em;
}

h2 {
    font-size: 1em;
    color: #181818 !important;
    text-decoration: underline;
    margin-top: 2em;
    margin-bottom: 0.5em;
}

h3 {
    font-size: 0.9em;
    font-style: italic;
    color: #5a5a5a !important;
    margin-bottom: 0;
    margin-top: 2em;
}

.dovly-header {
    font-size: 0.9em;
    font-weight: 700;
    font-style: italic;
    color: #5a5a5a !important;
    margin-bottom: 0;
}

p,
ul,
ol,
li,
span,
td {
    color: #181818 !important;
    font-weight: 300;
}

li {
    font-size: 0.94em;
    margin-bottom: 0.25em;
}

ul ul li,
ul ol li,
ol ul li,
ol ol li {
    font-size: 0.92em;
}

p {
    margin-top: 0;
    margin-bottom: 1.625em;
}

p:has(+ ul) {
    margin-bottom: 0;
}

.emphasis {
    font-style: italic;
}

ul {
    margin-top: 0;
}

strong {
    font-weight: 600;
    opacity: 0.9;
}

.address {
    font-size: 0.9em;
    color: #5a5a5a !important;
}

.updated {
    font-size: 0.8em;
    font-style: italic;
    font-weight: 400;
    color: #5a5a5a !important;
}

table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 400px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

table thead tr {
    text-align: center;
}

table th,
table td {
    padding: 12px 15px;
    line-height: 1.625em !important;
    border-right: 1px solid #ddd;
}

table th {
    font-weight: 500;
}

table td {
    vertical-align: top;
}

table tbody tr, table thead tr {
    border-bottom: 1px solid #ddd;
}

table tbody tr:first-of-type {
    border-top: 2px solid #ddd;
}

table tbody tr:last-of-type {
    border-bottom: 2px solid #aaa;
}

table td[rowspan="2"] {
    border-right: 2px solid #ddd;
}

a {
    color: #00a076;
}

hr {
    width: 100%;
    height: 1px;
    color: #ddd;
    background-color: #ddd;
    border: none;
    margin-bottom: 25px;
}
