.article-breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 18px;
    color: #687078;
    font-size: 14px;
}

.article-breadcrumb a {
    color: #3b444b;
}

.article-layout .tr-content,
.article-layout .theiaStickySidebar {
    padding-top: 0 !important;
}

.article-detail {
    overflow: hidden;
}

.article-header {
    padding: 30px 34px 24px;
    border-bottom: 1px solid #e7eaec;
}

.article-category {
    display: inline-block;
    margin-bottom: 12px;
    color: #16795b;
    font-size: 14px;
    font-weight: 700;
}

.article-header h1 {
    margin: 0;
    color: #202427;
    font-size: 30px;
    line-height: 1.35;
    letter-spacing: 0;
}

.article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 22px;
    margin: 18px 0 0 !important;
    color: #687078;
    font-size: 13px;
}

.article-meta li i {
    width: 18px;
    color: #8b949b;
}

.article-cover {
    margin: 0;
    background: #f1f3f4;
}

.article-cover img {
    width: 100%;
    max-height: 480px;
    object-fit: contain;
}

.article-body {
    margin-top: 0;
    padding: 30px 34px 36px;
    border-top: 0;
    color: #30363b;
    font-size: 16px;
    line-height: 1.85;
}

.article-body img {
    max-width: 100%;
    height: auto;
}

.article-body a {
    color: #116b87;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.article-resources {
    margin: 34px 0 8px;
    padding: 22px;
    border: 1px solid #dfe4e7;
    border-left: 4px solid #16795b;
    border-radius: 6px;
    background: #f8faf9;
}

.article-resources-heading {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
}

.article-resources-heading > i {
    color: #16795b;
    font-size: 24px;
}

.article-resources-heading h2 {
    margin: 0 0 2px;
    color: #202427;
    font-size: 19px;
    line-height: 1.4;
}

.article-resources-heading p {
    margin: 0;
    color: #687078;
    font-size: 13px;
}

.article-resource-list {
    margin: 0 !important;
}

.article-resource-list li + li {
    margin-top: 8px;
}

.article-resource-list a {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 58px;
    padding: 10px 12px;
    border: 1px solid #dfe4e7;
    border-radius: 5px;
    background: #fff;
    color: #202427;
    text-decoration: none;
}

.article-resource-list a:hover,
.article-resource-list a:focus {
    border-color: #16795b;
    color: #125e48;
}

.article-resource-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    border-radius: 5px;
    background: #e6f2ee;
    color: #16795b;
}

.article-resource-copy {
    min-width: 0;
    flex: 1;
}

.article-resource-copy strong,
.article-resource-copy small {
    display: block;
    overflow-wrap: anywhere;
}

.article-resource-copy strong {
    font-size: 14px;
    line-height: 1.45;
}

.article-resource-copy small {
    margin-top: 2px;
    color: #7a838a;
    font-size: 12px;
}

.article-resource-arrow {
    color: #8b949b;
}

.article-locked-content {
    margin-top: 30px;
    padding: 22px;
    border: 1px solid #ead8ad;
    border-radius: 6px;
    background: #fffaf0;
}

.article-locked-content h2 {
    margin: 0 0 8px;
    color: #573f16;
    font-size: 19px;
}

.article-locked-content h2 i {
    margin-right: 8px;
}

.article-locked-content p {
    margin-bottom: 14px;
}

.article-ad {
    min-height: 120px;
    margin-bottom: 30px;
}

.article-layout .section-title h2 {
    position: relative;
    z-index: 1;
    margin: 0 0 30px;
    font-size: 16px;
    line-height: 1.4;
}

.article-layout .section-title h2 span {
    padding-right: 15px;
    background-color: #f0f3f5;
}

.article-layout .section-title h2 span:after {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: -1;
    width: 100%;
    height: 3px;
    margin-top: -3px;
    background-color: #dfe4e7;
    content: "";
}

@media (max-width: 767px) {
    .article-breadcrumb {
        margin-top: 8px;
        padding: 0 2px;
    }

    .article-header {
        padding: 22px 20px 18px;
    }

    .article-header h1 {
        font-size: 25px;
        line-height: 1.4;
    }

    .article-meta {
        gap: 8px 16px;
    }

    .article-cover img {
        max-height: 320px;
    }

    .article-body {
        padding: 24px 20px 28px;
        font-size: 16px;
        line-height: 1.8;
    }

    .article-resources,
    .article-locked-content {
        padding: 18px 14px;
    }

    .article-resource-list a {
        align-items: flex-start;
    }

    .article-sidebar {
        margin-top: 12px;
    }
}
