@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');

html, body {
    color: #000;
}

article h1 {
    font-family: 'Helvetica', 'Open Sans', sans-serif;
    font-size: 2.2rem;
    line-height: 120%;
    font-weight: 700;
    margin: 2em 0 1em 0;

}

    @media (min-width: 600px) {
        article h1 {
            font-size: 2.8rem;
            line-height: 120%;
        }
    }

    article * > h1:first-child,
    .wp-block-post-date + h1 {
        margin-top: 0;
    }

    article .wp-block-cover h1 {
        margin-bottom: 0.3em;
    }

article h2,
article .h2 {
    font-family: 'Helvetica', 'Open Sans', sans-serif;
    font-size: 1.84rem;
    line-height: 120%;
    font-weight: 700;
    margin: 2em 0 1em 0;

}

    @media (min-width: 600px) {
        article h2,
        article .h2 {
            font-size: 1.84rem;
            line-height: 120%;
        }
    }

    article * > h2:first-child,
    article * > .h2:first-child {
        margin-top: 0;
    }

    .wp-block-image + h2,
    .wp-block-image + h3 {
        margin-top: 0;
    }

h3,
article h3,
article .h3 {
    font-family: 'Helvetica', 'Open Sans', sans-serif;
    font-size: 1.36rem;
    line-height: 130%;
    font-weight: bold;
    margin: 1.5em 0 0.25em 0;

}

    h3:first-child,
    article * > h3:first-child,
    article * > .h3:first-child {
        margin-top: 0;
    }



h4,
article h4,
article .h4 {
    font-family: 'Helvetica', 'Open Sans', sans-serif;
    font-size: 1.2rem;
    line-height: 130%;
    font-weight: bold;
    margin: 1.5em 0 0.25em 0;

}

    h4:first-child,
    article * > h4:first-child,
    article * > .h4:first-child {
        margin-top: 0;
    }


h5,
article h5,
article .h5 {
    font-family: 'Helvetica', 'Open Sans', sans-serif;
    font-size: 1.1rem;
    line-height: 130%;
    font-weight: bold;
    margin: 1.5em 0 0.25em 0;

}

    h5:first-child,
    article * > h5:first-child,
    article * > .h5:first-child {
        margin-top: 0;
    }

h6,
article h6,
article .h6 {
    font-family: 'Helvetica', 'Open Sans', sans-serif;
    font-size: 1rem;
    line-height: 130%;
    font-weight: bold;
    margin: 1.5em 0 0.25em 0;

}

    h6:first-child,
    article * > h6:first-child,
    article * > .h6:first-child {
        margin-top: 0;
    }


h1.is-style-underscore,
h2.is-style-underscore,
h3.is-style-underscore,
h4.is-style-underscore,
h5.is-style-underscore,
h6.is-style-underscore {
    border-bottom: 1px solid #fff;
    padding-bottom: 0.7em
}

article p {
    margin-bottom: 1.5em;
}

* > p:last-child {
    margin-bottom: 0;
}

article blockquote p {
    font-size: 2rem;
    line-height: 120%;
    font-weight: 400;
    font-family: 'Helvetica', 'Open Sans', sans-serif;
    margin-bottom: 0.7em;
}

    @media (min-width: 600px) {
        article blockquote p {
            font-size: 2.75rem;
            line-height: 120%;
        }
    }

article blockquote cite {
    font-size: 1.5rem;
    line-height: 130%;
    font-weight: bold;
    font-family: 'Helvetica', 'Open Sans', sans-serif;
}

article img {
    /* max-width: 100%;
    height: auto; */
}

article strong {
    font-weight: bold;
}

article a {
    color: inherit;
}

article ul {
    padding-left: 20px;
}

    article ul li {
        list-style-type: disc;
    }


.has-large-font-size,
.has-medium-font-size {
    line-height: 120%;
}

.ingredients p {
    margin-bottom: 0.2em;
}

table tr td {
    padding: 0.2em 0.2em 0.2em 1em;
}

table tr td:first-child {
    padding-left: 0;
}

.ingredients table tr td:first-child {
    width: 20%;
}
