.post_content {
    padding: 6px 15%;
    font-size: 16px;
    line-height: 1.7;
    color: #222;
}

.post_content p {
    margin: 1em 0;
    padding: 6px 0 !important;
}

.post_content strong {
    font-weight: bold;
}

.post_content em {
    font-style: italic;
    color: #8f1414; /* чуть темнее фирменного */
}

.post_content a {
    color: #ba1c1c;
    text-decoration: underline;
}

.post_content a:hover {
    color: #8f1414;
    text-decoration: none;
}

.post_content blockquote {
    margin: 1.5em 0;
    padding: 1em 1.5em;
    border-left: 4px solid #ba1c1c;
    background: #fff6f6;
    font-style: italic;
}

.post_content ul {
    list-style: none;
    padding-left: 1.5em;
}

.post_content ul li {
    position: relative;
    margin: 0.5em 0;
    text-align: left;
}

.post_content ul li::before {
    content: "\203A"; /* › */
    color: #ba1c1c;
    position: absolute;
    left: -1.2em;
    font-weight: bold;
}

.post_content ol {
    list-style: decimal;
    padding-left: 2em;
}

.post_content ol li::marker {
    color: #ba1c1c;
    font-weight: bold;
}

.post_content ol li {
    margin: 0.5em 0;
    text-align: left;
}

.post_content pre {
    background: #f7f7f7;
    padding: 1em;
    overflow-x: auto;
    border-radius: 4px;
    border: 1px solid #ddd;
}

.post_content code {
    font-family: monospace !important;
    color: #ba1c1c;
}