/* Article template 10 — Architectural Digest / Apple Editorial */

.article-progress {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1200;
    width: 100%;
    height: 3px;
    background: transparent;
    pointer-events: none;
}
.article-progress span {
    display: block;
    height: 100%;
    width: 0;
    background: #E59819;
    transition: width .08s linear;
}

html:has(.article-layout),
body:has(.article-layout),
body.article-page {
    overflow-x: clip;
}

.news-page-columns.article-layout {
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 40px;
    margin-top: 8px;
}
.news-page-columns.article-layout .main-column {
    width: 68%;
    max-width: none;
}
.news-page-columns.article-layout .sidebar {
    width: 32%;
    max-width: 380px;
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
    align-self: flex-start;
    z-index: 5;
    max-height: calc(100vh - 96px);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
body.fix-panel-true .news-page-columns.article-layout .sidebar {
    top: 110px;
    max-height: calc(100vh - 126px);
}

.article-layout .main-column > h1,
.middle-section .container > h1 {
    font-size: 36px;
    font-weight: 800;
    line-height: 1.2;
    color: #0F172A;
    letter-spacing: -0.02em;
    margin: 0 0 14px;
    text-transform: none;
}

.article-meta {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    overflow-x: auto;
    margin: 0 0 22px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}
.article-meta::-webkit-scrollbar {
    display: none;
}
.article-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
    background: #f9f9f9;
    color: #475569;
    font-size: 13px;
    line-height: 1;
    border-radius: 6px;
    padding: 8px 10px;
}

.article-tldr {
    background: linear-gradient(135deg, #F8FAFC 0%, #f9f9f9 100%);
    border: 1px solid #E2E8F0;
    border-left: 4px solid #E59819;
    border-radius: 14px;
    padding: 22px 24px 20px;
    margin: 0 0 28px;
}
.article-tldr__header {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 700;
    color: #0F172A;
    margin-bottom: 14px;
}
.article-tldr__icon-wrap {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #FEF3C7;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
}
.article-tldr__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.article-tldr__item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 15px;
    color: #334155;
    line-height: 1.5;
}
.article-icon {
    display: inline-flex;
    width: 18px;
    height: 18px;
    color: #E59819;
    flex-shrink: 0;
    vertical-align: middle;
}
.article-icon svg {
    width: 100%;
    height: 100%;
    display: block;
}
.article-widget-title .article-icon {
    width: 20px;
    height: 20px;
}
.article-tldr__icon {
    color: #D97706;
    width: 16px;
    height: 16px;
    margin-top: 2px;
}
.article-tldr__icon-wrap .article-icon {
    width: 18px;
    height: 18px;
    color: #D97706;
}
.article-tldr__answer {
    margin: 0 0 12px;
    font-size: 16px;
    line-height: 1.55;
    color: #0F172A;
    font-weight: 500;
}
.article-feature-icon .article-icon {
    width: 20px;
    height: 20px;
}
.article-cta__icon .article-icon {
    width: 26px;
    height: 26px;
    color: #D97706;
}
.article-figure figcaption .article-icon {
    width: 14px;
    height: 14px;
    color: #94A3B8;
    margin-right: 4px;
}
.article-zoom-icon .article-icon {
    width: 16px;
    height: 16px;
    color: #fff;
}

.article-layout .page-img {
    margin: 0 0 28px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.12);
    background: #f9f9f9;
}
.article-layout .page-img img,
.article-hero-zoom img {
    width: 100%;
    display: block;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 16px;
}
.article-hero-zoom {
    display: block;
    cursor: zoom-in;
    position: relative;
}
.article-layout .page-date {
    display: none;
}

.article-layout .content {
    font-size: 17px;
    line-height: 1.65;
    color: #334155;
}
.article-layout .content > p {
    margin: 0 0 18px;
    color: #334155;
}
.article-layout .content h2 {
    font-size: 27px;
    font-weight: 700;
    line-height: 1.25;
    color: #0F172A;
    margin: 48px 0 18px;
    scroll-margin-top: 100px;
    letter-spacing: -0.02em;
}
.article-layout .content h3 {
    font-size: 19px;
    font-weight: 700;
    line-height: 1.35;
    color: #0F172A;
    margin: 28px 0 10px;
    scroll-margin-top: 100px;
}
.article-layout .content h4,
.article-layout .content h5 {
    scroll-margin-top: 100px;
    color: #0F172A;
}

.article-feature-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin: 8px 0 28px;
}
.article-feature {
    background: #fff;
    border: 1px solid #E2E8F0;
    border-radius: 16px;
    padding: 0;
    overflow: hidden;
    box-shadow: 0 4px 16px -8px rgba(15, 23, 42, 0.08);
    width: 100%;
    max-width: 100%;
}
.article-feature-media {
    width: 100%;
}
.article-feature-media img,
.article-feature-media .article-figure img,
.article-feature img {
    width: 100%;
    display: block;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 0;
}
.article-feature-media .article-figure {
    margin: 0;
}
.article-feature-media .article-figure-zoom {
    border: none;
    border-radius: 0;
}
.article-feature:not(:has(.article-feature-body)) {
    padding: 20px 22px 22px;
}
.article-feature-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: #FFFBEB;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-bottom: 12px;
}
.article-feature h3 {
    font-size: 20px !important;
    margin: 0 0 10px !important;
}
.article-feature p,
.article-feature-lead {
    font-size: 16px;
    line-height: 1.6;
    color: #475569;
    margin: 0 0 10px;
}
.article-feature p:last-child {
    margin-bottom: 0;
}

.article-layout .content > ol,
.article-layout .content > ul {
    list-style: none;
    margin: 8px 0 24px;
    padding: 0;
    display: grid;
    gap: 10px;
}
.article-layout .content > ol > li,
.article-layout .content > ul > li {
    background: #fff;
    border: 1px solid #E2E8F0;
    border-radius: 12px;
    padding: 14px 16px 14px 18px;
    position: relative;
}
.article-layout .content > ol {
    counter-reset: sg-step;
}
.article-layout .content > ol > li {
    counter-increment: sg-step;
    padding-left: 52px;
}
.article-layout .content > ol > li::before {
    content: counter(sg-step);
    position: absolute;
    left: 14px;
    top: 14px;
    width: 26px;
    height: 26px;
    border-radius: 8px;
    background: #FFFBEB;
    color: #D97706;
    font-weight: 800;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.article-layout .content > ul > li {
    padding-left: 42px;
}
.article-layout .content > ul > li::before {
    content: "✓";
    position: absolute;
    left: 16px;
    top: 14px;
    color: #D97706;
    font-weight: 800;
}

.article-figure {
    margin: 24px 0 28px;
}
.article-figure-zoom {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid #E2E8F0;
    cursor: zoom-in;
}
.article-figure img {
    width: 100%;
    display: block;
    border-radius: 12px;
    transition: transform .35s ease;
}
.article-figure-zoom:hover img {
    transform: scale(1.02);
}
.article-zoom-icon {
    position: absolute;
    right: 12px;
    bottom: 12px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(15, 23, 42, 0.55);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity .2s ease;
    pointer-events: none;
}
.article-figure-zoom:hover .article-zoom-icon,
.article-hero-zoom:hover .article-zoom-icon {
    opacity: 1;
}
.article-figure figcaption {
    margin-top: 8px;
    font-size: 13px;
    color: #64748B;
    text-align: left;
    display: flex;
    align-items: flex-start;
    gap: 6px;
}

.article-expert {
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
    border-radius: 14px;
    padding: 18px 20px;
    margin: 24px 0 28px;
}
.article-expert-head {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 12px 14px;
    margin-bottom: 12px;
}
.article-author-photo {
    position: relative;
    width: 72px;
    height: 72px;
    flex-shrink: 0;
    display: inline-block;
}
.article-author-photo img,
.article-expert img {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    border: 2px solid #fff;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.12);
}
.article-author-online {
    position: absolute;
    right: 2px;
    bottom: 2px;
    width: 12px;
    height: 12px;
    background: #22C55E;
    border: 2px solid #fff;
    border-radius: 50%;
}
.article-expert-avatar,
.article-author .article-expert-avatar {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: linear-gradient(135deg, #F0A20A, #E59819);
    color: #fff;
    font-weight: 800;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.article-expert-name {
    font-weight: 700;
    color: #0F172A;
    font-size: 16px;
}
.article-expert-role,
.article-expert-exp {
    font-size: 13px;
    color: #64748B;
    line-height: 1.4;
}
.article-expert-badge {
    margin-left: auto;
    font-size: 12px;
    font-weight: 600;
    color: #15803D;
    background: #DCFCE7;
    border-radius: 999px;
    padding: 4px 10px;
    white-space: nowrap;
}
.article-expert blockquote {
    margin: 0;
    font-size: 16px;
    line-height: 1.55;
    color: #0F172A;
    font-style: italic;
}

.article-cta {
    border-radius: 16px;
    padding: 24px 26px;
    margin: 32px 0;
}
.article-cta--light {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    background: #FFFDF8;
    border: 1px solid #FDE68A;
}
.article-cta__icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: #FEF3C7;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    flex-shrink: 0;
}
.article-cta__body {
    flex: 1 1 240px;
    min-width: 0;
}
.article-cta--light .article-cta-title {
    font-size: 20px;
    font-weight: 700;
    color: #0F172A;
    margin-bottom: 6px;
}
.article-cta--light p {
    color: #475569 !important;
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
}
.article-cta-actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
}
.article-cta--light .btn {
    background: #E59819;
    color: #111;
    border: 0;
    border-radius: 10px;
    padding: 12px 18px;
    font-weight: 700;
}
.article-cta--light .btn:hover {
    background: #D97706;
}
.article-cta-msg {
    font-size: 13px;
    color: #64748B;
    text-decoration: none;
}
.article-cta-msg a {
    color: #64748B;
    text-decoration: none;
}
.article-cta-msg:hover {
    color: #E59819;
}

.article-cta--dark {
    background:
        radial-gradient(1200px 200px at 80% -20%, rgba(229, 152, 25, 0.22), transparent 50%),
        linear-gradient(160deg, #1E293B 0%, #0F172A 100%);
    color: #fff;
    padding: 26px 28px;
}
.article-cta--dark .article-cta-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #fff;
}
.article-cta--dark p {
    color: #CBD5E1 !important;
    margin-bottom: 16px;
    font-size: 15px;
}
.article-quiz {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 14px;
}
.article-quiz button {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #fff;
    border-radius: 999px;
    padding: 8px 14px;
    cursor: pointer;
    font: inherit;
    font-size: 14px;
}
.article-quiz button.is-active,
.article-quiz button:hover {
    background: #E59819;
    border-color: #E59819;
    color: #111;
    font-weight: 700;
}
.article-quiz-form {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}
.article-quiz-form .form-control {
    height: 44px;
    border-radius: 8px;
    border: 0;
    min-width: 220px;
    padding: 0 14px;
}
.article-quiz-form .btn {
    background: #E59819;
    color: #111;
    border: 0;
    height: 44px;
    border-radius: 8px;
    padding: 0 18px;
    font-weight: 700;
}
.article-quiz-form .agreement {
    flex-basis: 100%;
    font-size: 12px;
    color: #94A3B8;
    margin: 0;
}

.article-table-wrap {
    margin: 24px 0 28px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 12px;
    box-shadow: 0 0 0 1px #E2E8F0;
    position: relative;
}
.article-table-hint {
    display: none;
    font-size: 13px;
    color: #64748B;
    padding: 8px 12px 0;
}
.article-layout .content table {
    width: 100%;
    min-width: 640px;
    border-collapse: collapse;
    font-size: 14px;
}
.article-layout .content table tr:first-child td,
.article-layout .content table thead th {
    background: #1E293B;
    color: #fff;
    font-weight: 600;
    padding: 16px 20px;
}
.article-layout .content table tr:first-child td:first-child {
    border-top-left-radius: 10px;
}
.article-layout .content table tr:first-child td:last-child {
    border-top-right-radius: 10px;
}
.article-layout .content table td {
    padding: 16px 20px;
    border-bottom: 1px solid #f9f9f9;
    vertical-align: top;
    color: #334155;
}
.article-layout .content table tr:not(:first-child):hover td {
    background: #F8FAFC;
}
.article-layout .content table tr:not(:first-child) td:nth-child(2) {
    background: #FFFBEB;
    font-weight: 600;
}
.article-layout .content table tr:not(:first-child):hover td:nth-child(2) {
    background: #FEF3C7;
}
.article-layout .content table tr:first-child td:nth-child(2)::after {
    content: "★ Наш выбор";
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    color: #92400E;
    background: #FDE68A;
    border-radius: 999px;
    margin-left: 8px;
    padding: 2px 8px;
    vertical-align: middle;
}

.article-faq {
    margin: 32px 0;
    width: 100%;
}
.article-faq > h2 {
    margin-top: 0;
}
.article-faq-item {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    display: block;
    transition: border-color .2s, box-shadow .2s, background .2s;
}
.article-faq-item summary {
    cursor: pointer;
    list-style: none;
    width: 100%;
    padding: 16px 48px 16px 20px;
    background: none;
    border: none;
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #0F172A;
    text-align: left;
    position: relative;
}
.article-faq-item summary::-webkit-details-marker {
    display: none;
}
.article-faq-item summary::after {
    content: "+";
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    color: #94A3B8;
    font-size: 22px;
    font-weight: 400;
    transition: transform .2s ease, color .2s ease;
}
.article-faq-item[open] {
    background: #F8FAFC;
    border-color: #E2E8F0;
    border-left: 3px solid #E59819;
    box-shadow: 0 4px 12px rgba(229, 152, 25, 0.06);
}
.article-faq-item[open] summary {
    background: transparent;
    color: #0F172A;
}
.article-faq-item[open] summary::after {
    transform: translateY(-50%) rotate(45deg);
    color: #E59819;
}
.article-faq-body {
    padding: 0 20px 18px;
    font-size: 15px;
    color: #475569;
    line-height: 1.6;
}

.article-page .accordion {
    background: transparent;
    margin: 32px 0;
    width: 100%;
}
.article-page .accordion .item {
    margin-bottom: 10px;
    background: transparent;
}
.article-page .accordion .item-head,
.article-page .accordion .item:hover .item-head,
.article-page .accordion .item.active .item-head {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 10px;
    color: #0F172A;
    min-height: 0;
    padding: 16px 20px;
    width: 100%;
    box-sizing: border-box;
}
.article-page .accordion .item.active .item-head {
    background: #F8FAFC;
    border-left: 3px solid #E59819;
}
.article-page .accordion .item-title,
.article-page .accordion .item-head h3 {
    font-size: 16px;
    line-height: 1.4;
    width: calc(100% - 28px);
    margin: 0;
    font-weight: 600;
}
.article-page .accordion .item-body {
    display: none;
    font-size: 15px;
    padding: 8px 20px 18px;
    color: #475569;
    line-height: 1.6;
}
.article-page .accordion .item.active .item-body {
    display: block;
}
.article-page .accordion .item-icon:after {
    color: #94A3B8;
    font-weight: 400;
    font-size: 22px;
}
.article-page .accordion .article-feature-grid {
    display: block;
    width: 100%;
}
.article-page .accordion .article-feature {
    width: 100%;
    max-width: 100%;
    box-shadow: none;
    border: none;
    padding: 0;
    background: transparent;
}

.article-author {
    display: flex;
    gap: 16px;
    padding: 22px;
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
    border-radius: 16px;
    margin: 36px 0 16px;
}
.article-author p {
    margin: 8px 0 12px;
    color: #475569;
    font-size: 14px;
    line-height: 1.5;
}
.article-author-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.article-author-tags span {
    background: #fff;
    border: 1px solid #E2E8F0;
    border-radius: 999px;
    padding: 5px 10px;
    font-size: 12px;
    color: #334155;
    font-weight: 600;
}

.article-feedback {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin: 0 0 28px;
    font-size: 15px;
    color: #475569;
}
.article-vote {
    border: 1px solid #E2E8F0;
    background: #fff;
    border-radius: 999px;
    padding: 8px 14px;
    cursor: pointer;
    font: inherit;
}
.article-vote:hover,
.article-vote.is-active {
    border-color: #E59819;
    background: #FFFBEB;
}

.article-related {
    margin: 12px 0 28px;
}
.article-related .sidebar-widget-inner,
.article-related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.article-related-title,
.article-related .sidebar-widget-title {
    grid-column: 1 / -1;
    font-size: 22px;
    font-weight: 800;
    margin: 0 0 4px;
    color: #0F172A;
}
.article-related .item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0;
    text-decoration: none;
    color: inherit;
    background: #fff;
    border: 1px solid #E2E8F0;
    border-radius: 14px;
    padding: 0 0 12px;
    overflow: hidden;
    transition: box-shadow .2s ease, transform .2s ease;
}
.article-related .item:hover {
    box-shadow: 0 10px 24px -12px rgba(15, 23, 42, 0.18);
    transform: translateY(-2px);
}
.article-related .item-img {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #f9f9f9;
}
.article-related .item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.article-related .item-content {
    padding: 0 12px;
}
.article-related .item-title {
    font-weight: 600;
    color: #0F172A;
    font-size: 15px;
    line-height: 1.35;
}
.article-related .item:hover .item-title {
    color: #E59819;
}
.article-related a.item:nth-of-type(n+4) {
    display: none;
}

.article-sidebar-sticky {
    position: static;
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 1 1 auto;
    min-height: 0;
    height: auto;
    overflow: hidden;
}
.article-sidebar-top {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.article-widget {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 14px;
    padding: 20px;
    box-shadow: 0 4px 20px -4px rgba(0, 0, 0, 0.04);
}
.article-toc {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.article-widget-title {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 14px;
    color: #0F172A;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}
.article-toc-list {
    list-style: none;
    margin: 0;
    padding: 0 6px 0 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: #E59819 #f9f9f9;
}
.article-toc-list::-webkit-scrollbar {
    width: 6px;
}
.article-toc-list::-webkit-scrollbar-track {
    background: #f9f9f9;
    border-radius: 8px;
}
.article-toc-list::-webkit-scrollbar-thumb {
    background: #E59819;
    border-radius: 8px;
}
.article-toc-list::-webkit-scrollbar-thumb:hover {
    background: #D97706;
}
.article-toc-list li {
    margin: 0;
}
.article-toc-list a {
    display: block;
    padding: 6px 10px;
    border-left: 2px solid transparent;
    color: #64748B;
    text-decoration: none;
    font-size: 13.5px;
    line-height: 1.4;
    border-radius: 6px;
    transition: all .2s ease;
}
.article-toc-list a:hover {
    color: #E59819;
    background: #FFFDF8;
}
.article-toc-list a.is-active {
    color: #0F172A;
    font-weight: 600;
    background: #FFFDF8;
    border-left-color: #E59819;
}
.article-lead {
    flex: 0 0 auto;
    margin-top: auto;
    background: #f9f9f9;
    z-index: 1;
}
.article-lead p {
    font-size: 13px;
    color: #64748B;
    margin-bottom: 12px;
    line-height: 1.45;
}
.article-lead .form-control {
    width: 100%;
    height: 44px;
    border-radius: 8px;
    border: 1px solid #E2E8F0;
    padding: 0 12px;
    background: #fff;
}
.article-lead .form-control:focus {
    border-color: #E59819;
    background: #fff;
    outline: 0;
}
.article-lead .btn {
    width: 100%;
    height: 44px;
    background: #E59819;
    border: 0;
    border-radius: 8px;
    color: #111;
    font-weight: 700;
    transition: transform .12s ease, background .12s ease;
}
.article-lead .btn:hover {
    background: #D97706;
}
.article-lead .btn:active {
    transform: scale(0.98);
}
.article-lead .agreement {
    font-size: 12px;
    color: #64748B;
}
.article-lead .agreement a {
    color: #E59819;
}
.article-layout .sidebar .article-services {
    display: none;
    flex: 1 1 auto;
    min-height: 0;
    overflow: hidden;
    flex-direction: column;
}
.article-layout .sidebar.is-article-end .article-toc {
    display: none;
}
.article-layout .sidebar.is-article-end .article-services {
    display: flex;
}
.article-services ul {
    list-style: none;
    margin: 0;
    padding: 0 6px 0 0;
    overflow-y: auto;
    min-height: 0;
    flex: 1;
    scrollbar-width: thin;
    scrollbar-color: #E59819 #f9f9f9;
}
.article-services ul::-webkit-scrollbar {
    width: 6px;
}
.article-services ul::-webkit-scrollbar-thumb {
    background: #E59819;
    border-radius: 8px;
}
.article-services li {
    margin: 0 0 8px;
}
.article-services a {
    color: #0F172A;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}
.article-services a:hover {
    color: #E59819;
}

.article-toc-toggle {
    display: none;
}

.article-layout .sidebar .sidebar-widget.popular-posts {
    display: none;
}

@media (max-width: 991px) {
    .news-page-columns.article-layout {
        flex-wrap: wrap;
        gap: 20px;
    }
    .news-page-columns.article-layout .main-column,
    .news-page-columns.article-layout .sidebar {
        width: 100%;
        max-width: none;
    }
    .news-page-columns.article-layout .sidebar {
        position: static;
        height: auto;
        max-height: none;
        overflow: visible;
        display: block;
        top: auto;
    }
    .article-sidebar-sticky,
    .article-sidebar-top,
    .article-toc {
        height: auto;
        max-height: none;
        overflow: visible;
    }
    .article-toc-list {
        overflow: visible;
        max-height: none;
    }
    .article-toc-toggle {
        display: flex;
        align-items: center;
        gap: 8px;
        width: 100%;
        text-align: left;
        background: #fff;
        border: 1px solid #E2E8F0;
        border-radius: 12px;
        padding: 12px 14px;
        font-weight: 700;
        margin-bottom: 10px;
        cursor: pointer;
        box-shadow: 0 4px 20px -8px rgba(15, 23, 42, 0.12);
        color: #0F172A;
    }
    .article-toc-toggle .article-icon {
        width: 18px;
        height: 18px;
    }
    .article-widget.article-toc .article-toc-list,
    .article-widget.article-toc .article-widget-title {
        display: none;
    }
    .article-widget.article-toc.is-open .article-toc-list {
        display: flex;
    }
    .article-layout .main-column > h1,
    .middle-section .container > h1 {
        font-size: 24px;
    }
    .article-layout .content {
        font-size: 17px;
        line-height: 1.65;
    }
    .article-feature-grid {
        grid-template-columns: 1fr;
    }
    .article-table-hint {
        display: block;
    }
    .article-cta--light {
        flex-direction: column;
        align-items: flex-start;
    }
    .article-cta-actions,
    .article-cta-actions .btn {
        width: 100%;
    }
    .article-related .sidebar-widget-inner,
    .article-related-grid {
        grid-template-columns: 1fr;
    }
    .article-layout .sidebar .article-widget.article-lead,
    .article-layout .sidebar .article-widget.article-services {
        display: none;
    }
}

@media (max-width: 767px) {
    .article-expert-badge {
        margin-left: 0;
        width: 100%;
        text-align: center;
    }
    .article-tldr {
        padding: 16px 16px 14px;
    }
    .article-layout .page-img img,
    .article-hero-zoom img {
        aspect-ratio: 16 / 9;
        border-radius: 12px;
    }
    .article-layout .page-img {
        border-radius: 12px;
    }
    .article-quiz-form .form-control,
    .article-quiz-form .btn {
        width: 100%;
        min-width: 0;
    }
}
