.blog-article-content > *:first-child {
    margin-top: 0;
}

.blog-article-content > *:last-child {
    margin-bottom: 0;
}

.blog-article-content p {
    margin: 0 0 1.15rem;
    color: #cbd5e1;
}

.blog-article-content h2,
.blog-article-content h3,
.blog-article-content h4 {
    margin: 2rem 0 0.9rem;
    color: #ffffff;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.blog-article-content h2 {
    font-size: 1.75rem;
}

.blog-article-content h3 {
    font-size: 1.35rem;
}

.blog-article-content h4 {
    font-size: 1.15rem;
}

.blog-article-content strong,
.blog-article-content b {
    color: #ffffff;
    font-weight: 800;
}

.blog-article-content em,
.blog-article-content i {
    font-style: italic;
    color: #e2e8f0;
}

.blog-article-content a {
    color: #fb923c;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.blog-article-content ul,
.blog-article-content ol {
    margin: 1rem 0 1.4rem 1.25rem;
    padding: 0;
}

.blog-article-content ul {
    list-style: disc;
}

.blog-article-content ol {
    list-style: decimal;
}

.blog-article-content li {
    margin: 0 0 0.55rem;
    padding-left: 0.15rem;
    color: #cbd5e1;
}

.blog-article-content li::marker {
    color: #fb923c;
    font-weight: 700;
}

.blog-article-content blockquote {
    margin: 1.5rem 0;
    padding: 1rem 1.25rem;
    border-left: 3px solid rgba(251, 146, 60, 0.45);
    background: rgba(15, 23, 42, 0.55);
    border-radius: 0.75rem;
    color: #cbd5e1;
}

.blog-article-content br + br {
    display: block;
    content: "";
    margin-top: 0.8rem;
}

.blog-article-content table {
    width: 100%;
    margin: 1.5rem 0;
    border-collapse: collapse;
    font-size: 0.9rem;
    border-radius: 0.75rem;
    overflow: hidden;
}

.blog-article-content thead {
    background: rgba(249, 115, 22, 0.12);
}

.blog-article-content thead th {
    padding: 0.75rem 1rem;
    text-align: left;
    font-weight: 700;
    color: #ffffff;
    border-bottom: 1px solid rgba(249, 115, 22, 0.25);
}

.blog-article-content tbody tr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transition: background 0.15s;
}

.blog-article-content tbody tr:last-child {
    border-bottom: none;
}

.blog-article-content tbody tr:hover {
    background: rgba(255, 255, 255, 0.03);
}

.blog-article-content tbody td {
    padding: 0.7rem 1rem;
    color: #cbd5e1;
    vertical-align: top;
}

.blog-article-content tfoot td {
    padding: 0.7rem 1rem;
    color: #94a3b8;
    font-size: 0.8rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.blog-article-content caption {
    margin-bottom: 0.5rem;
    font-size: 0.8rem;
    color: #64748b;
    text-align: left;
}

@media (max-width: 640px) {
    .blog-article-content table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}