.article-content {
    padding-top: 130px;
    padding-bottom: 70px;
}

.article-content .container {
    width: min(100%, 980px);
}

.breadcrumb {
    margin-bottom: 24px;
    color: #8b8b8b;
    font-size: 12px;
    line-height: 1.5;
}

.breadcrumb a {
    color: #9a9a9a;
    text-decoration: none;
}

.breadcrumb a:hover {
    color: #c5a059;
}

.main-article h1 {
    color: #f2f2f2;
    font-size: 42px;
    line-height: 1.2;
    margin: 0 0 18px;
}

.meta-info {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    color: #777;
    font-size: 12px;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.content-body {
    color: #cbcbcb;
    font-size: 18px;
    line-height: 1.85;
}

.content-body h2 {
    color: #c5a059;
    margin: 28px 0 12px;
    font-size: 30px;
    line-height: 1.3;
}

.content-body h3 {
    color: #f2f2f2;
    margin: 22px 0 10px;
    font-size: 23px;
    line-height: 1.35;
}

.content-body p {
    margin: 0 0 16px;
}

.content-body a {
    color: #c5a059;
}

@media (max-width: 992px) {
    .article-content {
        padding-top: 120px;
    }

    .article-content .container {
        width: min(100%, 100%);
        padding-left: 18px;
        padding-right: 18px;
    }

    .main-article h1 {
        font-size: 34px;
    }

    .content-body {
        font-size: 17px;
    }

    .content-body h2 {
        font-size: 27px;
    }

    .content-body h3 {
        font-size: 21px;
    }
}

@media (max-width: 768px) {
    .article-content {
        padding-top: 108px;
        padding-bottom: 56px;
    }

    .article-content .container {
        padding-left: 14px;
        padding-right: 14px;
    }

    .breadcrumb {
        font-size: 11px;
        word-break: break-word;
    }

    .main-article h1 {
        font-size: 29px;
        line-height: 1.25;
    }

    .meta-info {
        gap: 10px;
        font-size: 11px;
    }

    .content-body {
        font-size: 16px;
        line-height: 1.75;
    }

    .content-body h2 {
        font-size: 24px;
    }

    .content-body h3 {
        font-size: 19px;
    }
}

@media (max-width: 480px) {
    .article-content {
        padding-top: 98px;
    }

    .main-article h1 {
        font-size: 26px;
    }

    .content-body {
        font-size: 15px;
    }

    .content-body h2 {
        font-size: 21px;
    }

    .content-body h3 {
        font-size: 18px;
    }
}
