/* Типографика статей блога */
.prose-blog {
    color: #cbd5e1;
    font-size: 1rem;
    line-height: 1.75;
}

.prose-blog > * + * {
    margin-top: 1.25em;
}

.prose-blog h2 {
    color: #fff;
    font-family: 'Montserrat', system-ui, sans-serif;
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.3;
    margin-top: 2em;
    margin-bottom: 0.75em;
}

.prose-blog h3 {
    color: #f1f5f9;
    font-family: 'Montserrat', system-ui, sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.4;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

.prose-blog p {
    margin-top: 1.1em;
    margin-bottom: 1.1em;
}

.prose-blog a {
    color: #f59e0b;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.prose-blog a:hover {
    color: #fbbf24;
}

.prose-blog strong {
    color: #fff;
    font-weight: 700;
}

.prose-blog ul,
.prose-blog ol {
    padding-left: 1.5em;
    margin-top: 1em;
    margin-bottom: 1em;
}

.prose-blog li {
    margin-top: 0.4em;
    margin-bottom: 0.4em;
}

.prose-blog ul li::marker {
    color: #f59e0b;
}

.prose-blog blockquote {
    border-left: 3px solid #f59e0b;
    padding-left: 1em;
    color: #94a3b8;
    font-style: italic;
    margin: 1.5em 0;
}

.prose-blog img {
    border-radius: 0.75rem;
    max-width: 100%;
    height: auto;
}

.prose-blog table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
    margin: 1.5em 0;
}

.prose-blog th,
.prose-blog td {
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0.6em 0.8em;
    text-align: left;
}

.prose-blog th {
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    font-weight: 600;
}
