.svsl-post-content {
    line-height: 1.7;
    font-size: 1rem;
    color: inherit;
    width: 100%;
}

.svsl-post-content > *:not(:last-child) {
    margin-bottom: 1.5em;
}

.svsl-post-content > *:first-child {
    margin-top: 0;
}

.svsl-post-content h1,
.svsl-post-content h2,
.svsl-post-content h3,
.svsl-post-content h4,
.svsl-post-content h5,
.svsl-post-content h6 {
    line-height: 1.25;
    margin-top: 2.5em;
    margin-bottom: 1em;
    font-weight: 700;
}

.svsl-post-content h1 + *,
.svsl-post-content h2 + *,
.svsl-post-content h3 + *,
.svsl-post-content h4 + *,
.svsl-post-content h5 + *,
.svsl-post-content h6 + * {
    margin-top: 0;
}

.svsl-post-content p {
    margin: 0;
}

.svsl-post-content ul,
.svsl-post-content ol {
    margin: 0 0 1.5em 1.5em;
    padding: 0;
}

.svsl-post-content li + li {
    margin-top: 0.75em;
}

.svsl-post-content blockquote {
    margin: 2em 0;
    padding: 1.5em 2em;
    border-left: 4px solid currentColor;
    background-color: rgba(0, 0, 0, 0.05);
}

.svsl-post-content img,
.svsl-post-content figure {
    display: block;
    margin: 2em auto;
    max-width: 100%;
}

.svsl-post-content figure > figcaption {
    margin-top: 0.75em;
    font-size: 0.9em;
    color: rgba(0, 0, 0, 0.7);
    text-align: center;
}

.svsl-post-content a {
    color: inherit;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-decoration-color: rgba(0, 0, 0, 0.3);
}

.svsl-post-content a:hover,
.svsl-post-content a:focus {
    text-decoration-color: currentColor;
}

.svsl-post-content table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 2em;
    font-size: 0.95em;
}

.svsl-post-content table th,
.svsl-post-content table td {
    padding: 0.75em 1em;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.svsl-post-content table th {
    background-color: rgba(0, 0, 0, 0.05);
    font-weight: 600;
    text-align: left;
}

.svsl-post-content .wp-block-image {
    margin: 2em 0;
}

.svsl-post-content .wp-block-image img {
    width: 100%;
    height: auto;
}

.svsl-post-content .wp-block-quote {
    margin: 2em 0;
    padding: 1.5em 2em;
    border-left: 4px solid currentColor;
    background-color: rgba(0, 0, 0, 0.05);
}

.svsl-post-content .wp-block-quote cite {
    display: block;
    margin-top: 1em;
    font-size: 0.85em;
    font-style: normal;
    opacity: 0.8;
}

.svsl-post-content hr {
    margin: 3em 0;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
