﻿.article-page {
    margin-top: 40px;
}
.article-page h1 {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 20px;
    hyphens: auto;
    overflow-wrap: break-word;
}

.article-ingress {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 30px;
    line-height: 1.4;
}

.article-body {
    font-size: 19px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.article-subheading {
    font-size: 22px;
    font-weight: 500;
    margin-top: 30px;
    margin-bottom: 15px;
}
.article-meta {
    position: relative;
    padding-left: 20px;
    margin-top: 20px;
}

    .article-meta::before {
        content: "";
        position: absolute;
        left: 0;
        height: 135px; 
        width: 4px;
        background: #ef7d00;
    }
@media (min-width: 1024px) {
    .article-layout {
        display: flex;
        gap: 60px;
    }

    .article-content {
        flex: 2;
    }

    .article-meta {
        flex: 1;
    }
}