/* Content */
/* .post .post-content {
    margin: 30px 0;
} */

/* Titles */
.post .post-content h1 {
    font-size: 24px;
}
.post .post-content h2 {
    font-size: 20px;
}
.post .post-content h3,
.post .post-content h4,
.post .post-content h5,
.post .post-content h6 {
    font-size: 18px;
}

/* Paragraphs */
.post .post-content p {
    margin: 0;
}

/* Links */
.post .post-content a {
    color: var(--primary-color);
}

/* Images and videos */
.post .post-content img,
.post .post-content iframe {
    max-width: 100%;
    margin: 10px auto;
}
/* elevation-1 */
/* box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12); */

/* Lists */
.post .post-content ul,
.post .post-content ol {
    margin-inline-start: 36px;
}
.post .post-content ul {
    list-style: initial;
}
.post .post-content ul li,
.post .post-content ol li {
    margin-bottom: 6px;
}
.post .post-content ul li:last-child,
.post .post-content ol li:last-child {
    margin-bottom: 0;
}

/* Quotes */
.post .post-content blockquote {
    margin: 0;
    padding-block: 6px;
    padding-inline: 16px 0;
    border-inline-start: 5px solid #f1f1f1;
}
