.post-content blockquote {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: hsl(var(--border));
    margin: 1.5rem 0;
    border-radius: var(--radius);
    border-left-width: 4px;
    padding: 1rem;
    font-weight: 500;
}
.post-content blockquote p {
    display: flex;
    align-items: center;
    gap: .75rem;
}
.post-content blockquote img,
.post-content p img {
    height: 1rem;
    width: auto;
    display: inline;
}
.post-content p .img {
    height: auto;
}

.post-content p {
    margin-top: 1rem;
    display: flex;
    gap: .75rem;
    align-items: center;
}
.post-content p:nth-of-type(1) {
    margin-top: 0;
}
.post-content b {
    color: #004080;
    font-weight: 600;
}
.post-content strong {
    font-weight: 700;
}
.post-content h2 {
    margin: 3rem 0 1.5rem;
    font-size: 1.5rem;
    line-height: 2rem;
    display: flex;
    align-items: center;
    font-weight: 700;
    gap: .5rem;
}
.post-content h3 {
    display: flex;
    align-items: center;
    font-weight: 700;
    gap: .5rem;
    margin: 2rem 0 1rem;
}
.post-content h2 img,
.post-content h3 img {
    height: 1.5rem;
    width: auto;
}
.post-content img {
    width: 100%;
    height: auto;
    border-radius: .75rem;
}
.post-content ul {
    list-style: none;
    margin: 1rem 0;
}
.post-content ul li {
    margin-top: .75rem;
}
.post-content ul li:nth-of-type(1) {
    margin-top: 0;
}
.post-content ul li:before {
    content: '— ';
}
.post-content .border {
    padding: 2rem;
    border-width: 2px;
    width: 100%;
    margin: 3rem 0;
    border-color: #dfe8ec;
}
.post-content .border h2 {
    margin-top: 0;
}
.post-content .border a {
    color: #004080;
    background: #e7f6fe;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 500;
    width: 100%;
    height: 2.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: .25s;
    border-radius: .75rem;
    margin-top: 2rem;
}
.post-content .border a:hover {
    background: #e7f6fecc;
}
.post-content table {
    text-align: left;
    border-collapse: collapse;
    width: 100%;
    text-indent: 0;
    border: 1px solid #dfe8ec;
}
.post-content table thead {
    border-bottom: 1px solid #dfe8ec;
}
.post-content table thead th {
    font-weight: 700;
    padding: 1rem;
}
.post-content table tbody td {
    font-weight: 500;
    padding: 1rem;
}
.post-content table img {
    height: 1rem;
    width: auto;
    display: inline;
    margin: 0 0.07em !important;
}
.post-content h3 {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
    margin-bottom: .5rem;
}