.gh-content,
body {
    font-family: var(--gh-font-body, Montserrat), Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--gh-font-heading, Montserrat), Arial, sans-serif;
}

.gh-content .kg-width-wide {
    position: relative;
    left: 50%;
    width: min(1000px, calc(100vw - 40px));
    max-width: none;
    transform: translateX(-50%);
}

.gh-content .kg-width-full {
    position: relative;
    left: 50%;
    width: 100vw;
    max-width: none;
    transform: translateX(-50%);
}

.gh-content figure.kg-width-wide,
.gh-content figure.kg-width-full {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
}

.gh-content .kg-width-wide img,
.gh-content .kg-width-full img {
    width: 100%;
    height: auto;
}

.post-conversion {
    margin: 52px 0 26px;
    padding: 30px;
    border-radius: 14px;
    background: var(--teal);
    color: #fff;
}

@media (max-width: 620px) {
    .gh-content .kg-width-wide {
        width: calc(100vw - 28px);
    }
}

.post-conversion h2 {
    margin: 0 0 10px;
    color: #fff;
}

.post-conversion p {
    margin: 8px 0;
    color: #d7e5e2;
}

.post-conversion a {
    display: inline-flex;
    margin-top: 8px;
    padding: 12px 18px;
    border-radius: 8px;
    background: var(--green);
    color: #102300;
    text-decoration: none;
    font-weight: 800;
}
