.article-detail {
    padding: 24px 0 65px;
    color: #263c34;
    background:
        linear-gradient(to bottom, #f3f8f5 0, #f3f8f5 235px, #ffffff 235px);
}

.article-detail__breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 22px;
    color: #84938b;
    font-size: .7rem;
}

.article-detail__breadcrumb a {
    color: #087443;
}

.article-detail__breadcrumb a:hover {
    color: #079447;
}

.article-detail__breadcrumb i {
    color: #b4c0ba;
    font-size: .48rem;
}

.article-detail__main {
    padding-right: 24px;
}

.article-detail__main > article {
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #dfe9e3;
    border-radius: 18px;
    box-shadow: 0 10px 32px rgba(23, 51, 42, .065);
}

.article-detail__header {
    padding: 34px 38px 27px;
    border-bottom: 1px solid #e8efeb;
}

.article-detail__category {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 13px;
    padding: 6px 9px;
    color: #087443;
    font-size: .65rem;
    font-weight: 700;
    background: #eaf6ef;
    border-radius: 7px;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.article-detail__header h1 {
    margin: 0;
    color: #17332a;
    font-size: clamp(1.7rem, 3.7vw, 2.55rem);
    font-weight: 700;
    line-height: 1.25;
}

.article-detail__lead {
    margin: 15px 0 0;
    color: #687970;
    font-size: .94rem;
    line-height: 1.7;
}

.article-detail__meta {
    display: grid;
    margin-top: 25px;
    padding: 17px 0;
    border-top: 1px solid #edf2ef;
    border-bottom: 1px solid #edf2ef;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.article-detail__meta > span {
    display: flex;
    align-items: center;
    min-width: 0;
    gap: 9px;
    color: #53665d;
    font-size: .69rem;
}

.article-detail__meta > span > i {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: #087443;
    background: #edf7f1;
    border-radius: 9px;
}

.article-detail__meta > span > span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.article-detail__meta small {
    display: block;
    margin-bottom: 2px;
    color: #8b9891;
    font-size: .57rem;
    text-transform: uppercase;
}

.article-detail__share {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 17px;
}

.article-detail__share > span {
    color: #718178;
    font-size: .7rem;
    font-weight: 700;
}

.article-detail__share > div,
.article-detail__share > ul {
    margin: 0 !important;
}

.article-detail__body {
    overflow-wrap: anywhere;
    padding: 35px 38px 42px;
    color: #354a41;
    font-size: .93rem;
    line-height: 1.85;
}

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

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

.article-detail__body h1,
.article-detail__body h2,
.article-detail__body h3,
.article-detail__body h4 {
    margin-top: 1.55em;
    margin-bottom: .65em;
    color: #17332a;
    font-weight: 700;
    line-height: 1.35;
}

.article-detail__body h2 {
    font-size: 1.4rem;
}

.article-detail__body h3 {
    font-size: 1.18rem;
}

.article-detail__body p,
.article-detail__body ul,
.article-detail__body ol {
    margin-bottom: 1.15em;
}

.article-detail__body ul,
.article-detail__body ol {
    padding-left: 22px;
}

.article-detail__body li {
    margin-bottom: .45em;
}

.article-detail__body a {
    color: #087443;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.article-detail__body img {
    max-width: 100% !important;
    height: auto !important;
    margin: 18px auto;
    border-radius: 12px;
}

.article-detail__body iframe,
.article-detail__body video {
    max-width: 100%;
}

.article-detail__body table {
    display: block;
    overflow-x: auto;
    width: 100% !important;
    border-collapse: collapse;
}

.article-detail__body th,
.article-detail__body td {
    padding: 10px;
    border: 1px solid #dfe9e3;
}

.article-detail__body blockquote {
    margin: 22px 0;
    padding: 17px 20px;
    color: #355a49;
    background: #eff8f3;
    border-left: 4px solid #079447;
    border-radius: 0 10px 10px 0;
}

.article-detail__author {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin: 0 38px 38px;
    padding: 20px;
    background:
        radial-gradient(circle at 95% 10%, rgba(255, 216, 20, .14), transparent 25%),
        #f1f8f4;
    border: 1px solid #d7e9df;
    border-radius: 13px;
}

.article-detail__author > span {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    color: #ffffff;
    font-size: 1.08rem;
    background: #087443;
    border-radius: 12px;
}

.article-detail__author small,
.article-detail__author strong {
    display: block;
}

.article-detail__author small {
    margin-bottom: 3px;
    color: #7c8d84;
    font-size: .62rem;
    text-transform: uppercase;
}

.article-detail__author strong {
    color: #17332a;
    font-size: .85rem;
}

.article-detail__author p {
    margin: 6px 0 0;
    color: #6d7e75;
    font-size: .7rem;
    line-height: 1.55;
}

.article-detail__comments {
    margin-top: 34px;
}

@media (max-width: 991.98px) {
    .article-detail__main {
        padding-right: 15px;
    }

    .article-detail__meta {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .article-detail {
        padding-top: 18px;
    }

    .article-detail__header,
    .article-detail__body {
        padding-right: 21px;
        padding-left: 21px;
    }

    .article-detail__header {
        padding-top: 25px;
    }

    .article-detail__body {
        padding-top: 27px;
        padding-bottom: 32px;
    }

    .article-detail__meta {
        grid-template-columns: 1fr;
    }

    .article-detail__author {
        margin-right: 21px;
        margin-bottom: 25px;
        margin-left: 21px;
    }
}
