.blog-text {
    color: #2f3a4a;
    font-size: 16px;
    line-height: 1.9;
}

.blog-text h1 {
    font-size: 2rem;
    line-height: 1.25;
    margin: 1.8rem 0 0.9rem;
}

.blog-text h2 {
    font-size: 1.6rem;
    line-height: 1.3;
    margin: 1.6rem 0 0.8rem;
}

.blog-text h3 {
    font-size: 1.35rem;
    line-height: 1.35;
    margin: 1.4rem 0 0.75rem;
}

.blog-text h4 {
    font-size: 1.15rem;
    line-height: 1.4;
    margin: 1.25rem 0 0.65rem;
}

.blog-text h5 {
    font-size: 1.05rem;
    line-height: 1.45;
    margin: 1.1rem 0 0.5rem;
}

.blog-text h6 {
    font-size: 0.95rem;
    line-height: 1.45;
    margin: 1rem 0 0.45rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.blog-text p {
    margin-bottom: 1rem;
}

.blog-text ul,
.blog-text ol {
    margin-bottom: 1rem;
    padding-inline-start: 1.5rem;
}

.blog-text blockquote {
    margin: 1.4rem 0;
    padding: 0.9rem 1rem;
    border-inline-start: 4px solid #d7dde6;
    background: #f8fafc;
    color: #2f3a4a !important;
    border-radius: 0.75rem;
}

.blog-text blockquote p {
    color: #2f3a4a !important;
}

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

.blog-text table {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
}

.blog-text th,
.blog-text td {
    border: 1px solid #e5e7eb;
    padding: 0.65rem 0.8rem;
}

.blog-text a {
    text-underline-offset: 0.18em;
}
