body {
    margin: 0;
    padding: 2rem 1rem 4rem;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #222;
    background: #fff;
}

main {
    max-width: 960px;
    margin: 0 auto;
}

h1,
h2,
h3 {
    color: #111;
    line-height: 1.25;
}

h1 {
    margin: 0 0 1.5rem;
    font-size: clamp(2rem, 4vw, 2.8rem);
}

h2,
h3 {
    margin-top: 2rem;
}

p,
li,
span[data-custom-class='body_text'],
[data-custom-class='body_text'] * {
    font-size: 1rem !important;
    color: #444 !important;
}

a,
[data-custom-class='link'],
[data-custom-class='link'] * {
    color: #0f6a73 !important;
    text-decoration: underline;
    text-underline-offset: 0.14em;
}

ul,
ol {
    padding-left: 1.25rem;
}

img,
span[style*='background: url(data:image/svg+xml'] {
    max-width: 100%;
}

[data-custom-class='body'],
[data-custom-class='body'] * {
    background: transparent !important;
}

[data-custom-class='title'],
[data-custom-class='title'] * {
    font-family: Arial !important;
    font-size: 26px !important;
    color: #000 !important;
}

[data-custom-class='subtitle'],
[data-custom-class='subtitle'] * {
    font-family: Arial !important;
    color: #595959 !important;
    font-size: 14px !important;
}

[data-custom-class='heading_1'],
[data-custom-class='heading_1'] * {
    font-family: Arial !important;
    font-size: 19px !important;
    color: #000 !important;
}

[data-custom-class='heading_2'],
[data-custom-class='heading_2'] * {
    font-family: Arial !important;
    font-size: 17px !important;
    color: #000 !important;
}
