.blog-content {
    font-size: 1.08rem;
    line-height: 1.7;
    color: #e4e4e7;
    background: transparent;
    padding: 0;
    word-break: break-word;
    margin-bottom: 50px;
}

.blog-content h1,
.blog-content h2,
.blog-content h3,
.blog-content h4,
.blog-content h5,
.blog-content h6 {
    color: #0ea5e9;
    margin-top: 2em;
    margin-bottom: 1em;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.02em;
    font-family: inherit; /* моноширинный */
}

.blog-content h1 {
    font-size: 2.2rem;
}
.blog-content h2 {
    font-size: 1.7rem;
}
.blog-content h3 {
    font-size: 1.4rem;
}
.blog-content h4 {
    font-size: 1.15rem;
}
.blog-content h5,
.blog-content h6 {
    font-size: 1rem;
}

.blog-content p {
    margin-bottom: 1.2em;
}

.blog-content a {
    color: #0284c7;
    text-decoration: underline;
    transition: color 0.2s;
}
.blog-content a:hover {
    color: #0ea5e9;
}

.blog-content ul,
.blog-content ol {
    margin-left: 2em;
    margin-bottom: 1.2em;
}

.blog-content ul {
    list-style-type: disc;
}
.blog-content ol {
    list-style-type: decimal;
}

.blog-content li {
    margin-bottom: 0.5em;
}

.blog-content blockquote {
    border-left: 4px solid #0284c7;
    background: #1e293b;
    padding-left: 1em;
    color: #60a5fa;
    font-style: italic;
    margin: 2em 0;
    border-radius: 0.5em;
}

.blog-content img {
    max-width: 100%;
    height: auto;
    border-radius: 1em;
    margin: 1.5em 0;
    box-shadow: 0 2px 16px 0 rgba(2, 132, 199, 0.13);
    display: block;
}

.blog-content pre,
.blog-content code {
    background: #18181b;
    color: #e4e4e7;
    border-radius: 0.4em;
    font-family: inherit; /* моноширинный */
}

.blog-content code {
    padding: 0.2em 0.5em;
    font-size: 0.98em;
}

.blog-content pre {
    margin: 1.5em 0;
    overflow-x: auto;
    padding: 1.1em;
    font-size: 1em;
    box-shadow: 0 2px 16px 0 rgba(2, 132, 199, 0.1);
}

.blog-content pre code {
    background: none;
    padding: 0;
    color: inherit;
    font-size: inherit;
}

.blog-content hr {
    border: none;
    border-top: 1px solid #334155;
    margin: 2em 0;
}

.blog-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 2em 0;
    font-size: 0.98em;
    background: #18181b;
    border-radius: 0.5em;
    overflow: hidden;
}

.blog-content th,
.blog-content td {
    padding: 0.8em 1em;
    border: 1px solid #334155;
}

.blog-content th {
    background: #0ea5e9;
    color: #fff;
    text-align: left;
}

.blog-content tr:nth-child(even) {
    background: #22223b;
}
