.table-tr {
    display: flex;
    gap: 20px;
}
html {
    scroll-behavior: smooth;
    scroll-padding-top: 80px;
}
.header.articles {
    height: 300px;
    background: url(../images/header-articles.jpg) no-repeat center center;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.header.articles h1 {
    font-size: 52px;
    line-height: 62px;
    color: #fff;
    text-align: center;
    margin: -10px 0 0 0;
    @media (width <= 768px) {
        font-size: 32px;
        line-height: 1.2;
    }
}
.header.articles .data-viewed {
    position: absolute;
    bottom: 50px;
    left: 0;
    color: #fff;
    font-weight: 600;
    width: 100%;
}
.data-viewed {
    display: flex;
    border-bottom: 1px solid #c6c6c6;
    padding-bottom: 6px;
    margin-bottom: 20px;
    gap: 20px;
}
.data-viewed .viewed {
    display: flex;
    align-items: center;
    gap: 8px;
}
.data-viewed .viewed svg {
    width: 20px;
    height: 20px;
}
.article-nav__holder {
    width: 100%;
    max-width: 400px;
    margin: 10px 0 30px;
    padding: 20px 40px;
    background: #f5f5f8;
    border-radius: 12px;
    line-height: 2;
}
.article-nav__title {
    font-size: 18px;
    font-weight: 500;
}
.article-nav {
    margin: 10px 0 10px 15px;
}
.article-nav a {
    text-decoration: none;
    border-bottom: 1px dotted #212121;
    transition: all .25s;
}
.article-nav a:hover {
    border-bottom-color: transparent;
}
.articles-item {
    margin-bottom: 40px;
    border-bottom: 1px solid #ccc;
    width: 100%;
    height: auto;
    padding-bottom: 40px;
}
.articles-item__head {
    display: flex;
    border-bottom: 1px solid var(--secondary-color);
    margin: 0 0 15px 0;
    line-height: 22px;
}
.articles-item .date {
    padding: 0px 15px;
    margin: 5px 10px 10px 0px;
    border-right: 1px solid var(--secondary-color);
    text-align: center;
    color: var(--primary-color);
    font-size: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-shrink: 0;
}
.articles-item .date .month {
    opacity: 0.7;
    font-size: 16px;
}
.articles-item .author {
    padding: 10px 0;
    font-size: 14px;
    line-height: 18px;
}
.articles-item .author a {
    font-size: inherit;
    color: #00547a;
}
.articles-item .announce {
    margin: 5px 0 10px;
}
.articles-item .read-more {
    font-size: 16px;
    text-decoration: none;
    border-bottom: 1px solid var(--primary-color);
}
.articles-item .read-more:hover {
    border-bottom-color: transparent;
}
.accept-instruction {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.accept-instruction__item {
	padding: 0 7px;
}
.accept-instruction__item img {
	width: 100%;
}
.order-articles {
    width: 660px;
    height: auto;
    padding: 30px 30px 40px;
    background: #fff;
    overflow: hidden;
    position: relative;
    margin: 100px auto;
    box-shadow: 0px 0px 5px 3px #ededed;
}
.full-articles blockquote {
    padding: 30px;
    background: #f5f5f8;
    border-radius: 8px;
    margin: 30px 0;
}
@media (max-width: 767px) {
    .order-articles {width: 300px;}
}

.more-articles{
    margin-bottom: 50px;
}
.more-articles p {
    font-weight:bold;
}
.more-articles ul {
    margin-left: 0px;
}
.more-articles ul li {
    list-style: none;
    font-style: normal;
    margin: 5px 0;
}
.full-articles {
    & .intro {
        font-size: 17px;
    }
    & .lead {
        background:#eef7ee;
        padding: 16px 20px;
        border: 1px solid #2c8a3e;
        border-radius: 6px;
        margin: 20px 0;
        font-size: 15px;
    }
    & .warn {
        background:#fff4e5;
        padding: 14px 18px;
        border-left: 4px solid #f59e0b;
        border-radius: 4px;
        margin: 18px 0;
        font-size: 15px;
    }
    & .note {
        background:#eef5ff;
        padding: 14px 18px;
        border-left: 4px solid #3b82f6;
        border-radius: 4px;
        margin: 18px 0;
        font-size: 15px;
    }
    & table {width:100%;border-collapse:collapse;margin:18px 0;font-size:14px;}
    & th,td {padding:10px 12px;border:1px solid #e1e4e8;text-align:left;}
    & th {background:#f6f8fa;font-weight:600;}
    & hr {border:0;border-top:1px solid #eee;margin:36px 0;}
    & .meta {font-size:13px;color:#888;margin-bottom:28px;}
    & .cta {background:linear-gradient(135deg,#2c8a3e 0%,#186628 100%);color:#fff;padding:22px 26px;border-radius:10px;margin:32px 0;text-align:center;}
    & .cta a {color:#fff;font-weight:600;border-bottom:1px solid #fff;}
    & .cta .big {display:inline-block;background:#fff;color:#2c8a3e;padding:12px 24px;margin-top:12px;border-radius:8px;font-weight:700;border:none;}
    & .tag {display:inline-block;background:#f0f0f0;padding:2px 10px;border-radius:12px;font-size:12px;color:#555;margin-right:6px;}
    & .checklist li {list-style:none;position:relative;padding-left:6px;}
    & .checklist li:before {content:"✓";color:#2c8a3e;font-weight:700;margin-right:8px;}
}

.full-articles.articles-id-76 {
    max-width: 820px;
    & h2 {font-size:24px;margin:44px 0 16px;font-weight:700;border-bottom:2px solid #2c8a3e;padding-bottom:8px;}
    & h3 {font-size:19px;margin:28px 0 12px;font-weight:600;}
}
