.article-header {
    margin-bottom: 20px;
}

.wrapper_article_content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 120px var(--padding-container);
}

.article-category {
    display: inline-block;
    background: #033332;
    color: #fff;
    padding: 6px 12px;
    border-radius: 12px;
    font-weight: 700;
}

.article-title {
    margin: 12px 0;
    color: var(--orange);
}

.article-meta {
    color: #4a5b5b;
    font-weight: 600;
}

.article-cover img {
    width: 100%;
    height: auto;
    border-radius: 30px;
    object-fit: cover;
}

.article-body {
    max-width: 50%;
    padding-right: 10rem;
}

.article-body p {
    margin-bottom: 20px;
    line-height: 1.6;
    color: var(--color-text);
}

.article-tags {
    margin-top: 20px;
}

.related-articles {
    margin-top: 40px;
}

.related-title {
    margin-bottom: 16px;
}

.article-nav {
    margin: 32px 0;
    display: flex;
    justify-content: space-between;
}

.article-date {
    color: var(--green);
    font-weight: 600;
}