.post-title h1 {
    text-align: center;
    font-size: 2em;
    font-weight: 800;
    margin: 0;
}

.post-title p {
    font-size: 0.875em; /* 14px */
    text-align: center;
}

.post-content {
    margin-top: 2em;
}

    .post-content p {
        margin-top: 2em;
        font-size: 1.25em;
        margin: 1em 0 1em 0;
    }

    .post-content h1 {
        font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-weight: 800;
        font-size: 1.875em;
        line-height: 2.25em;
        margin: 1em 0 1em 0;
    }

    .post-content h2 {
        font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-weight: 600;
        font-size: 1.4em;
        line-height: 2em;
        margin: 1em 0 1em 0;
    }

    .post-content h3 {
        font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-weight: 400;
        font-size: 1.25em;
        line-height: 1.75em;
        margin: 1em 0 1em 0;
    }

    .post-content h4,
    .post-content h5,
    .post-content h6 {
        font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-size: 1.125em;
        line-height: 1.75em;
        margin: 1em 0 1em 0;
    }

    .post-content a {
        color: #1d4ed8;
    }

        .post-content a:hover,
        .post-content a:focus {
            color: #337ab7;
        }

        .post-content a img:hover,
        .post-content a img:focus {
            cursor: zoom-in;
        }

    .post-content blockquote {
        color: #555555;
        font-style: italic;
    }

        .post-content blockquote > p {
            margin-top: 0;
        }

    .post-content ul {
        list-style: initial;
        padding: 0.15em 0 0 2em;
    }

    .post-content table thead tr th {
        text-align: center;
        padding: 0em 1em 0em 1em;
        border: solid;
    }

    .post-content table tbody tr td {
        border: solid;
    }

    .post-content p code {
        background: rgba(0, 0, 0, 0.1);
        max-width: 100%;
        font-size: 80%;
        padding: 0.1em 0.25em;
    }

.post-multiple-links-div {
    display: flex;
    margin: 1rem; /* 16px */
    gap: 1rem; /* 16px */
}

.post-session-content-link {
    border: solid;
    border-width: 4px;
    border-color: rgb(22 101 52);
    font-size: 1.25rem; /* 20px */
    line-height: 1.75rem; /* 28px */
    font-weight: 600;
    padding: 8px;
}

.post-view-session-content-link {
    border: solid;
    border-width: 4px;
    border-color: rgb(22 101 52);
    font-size: 1.25rem; /* 20px */
    line-height: 1.75rem; /* 28px */
    font-weight: 600;
    padding: 8px;
}

@media (prefers-color-scheme: dark) {
    .post-content a {
        color: #818CF8;
    }

        .post-content a:hover,
        .post-content a:focus {
            color: #9EA7F8;
        }
}
