.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.sftr-page {
    margin: 0;
    background: #ffffff;
    color: #252525;
    font-family: Roboto, "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.article-banner {
    background: #ce8516;
    color: #ffffff;
    padding: 30px 0;
}

.article-banner__inner {
    max-width: 1290px;
    margin: 0 auto;
    padding: 0 15px;
}

.article-banner h1,
.article-banner__title {
    margin: 0;
    font-family: "Roboto Slab", serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    color: #ffffff;
}

.article-catstrip {
    max-width: 1290px;
    margin: 20px auto 0;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(45deg, #ffffff 0%, #dc881a 100%);
}

.article-catstrip__label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 20px;
    color: #252525;
    text-decoration: none;
    font-family: "Roboto Slab", serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}

.article-catstrip__icon {
    color: var(--sftr-accent, #d87c04);
    flex-shrink: 0;
}

.article-title {
    margin: 0 0 30px;
    color: var(--sftr-accent, #d87c04);
    text-align: center;
    font-family: "Roboto Slab", serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 36px;
}

.article-rule {
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 30px 0 50px;
}

.article-wrap {
    box-sizing: border-box;
    max-width: 1290px;
    margin: 0 auto;
    padding: 28px 15px 64px;
}

.article-wrap.article-wrap--story {
    padding: 50px 35px 64px;
}

.article-toolbar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    color: #64748b;
    font-size: 0.9rem;
}

.article-toolbar select,
.article-search input[type="search"],
.article-search input[type="text"] {
    padding: 7px 10px;
    border: 1px solid #cbd5e1;
    border-radius: 4px;
    font-size: 0.95rem;
}

.article-search {
    display: flex;
    gap: 8px;
    margin: 0 0 22px;
}

.article-search button {
    padding: 8px 16px;
    font-weight: 400;
    cursor: pointer;
}

.article-table {
    width: 100%;
    border-collapse: collapse;
}

.article-table th,
.article-table td {
    text-align: left;
    padding: 10px;
    border-bottom: 1px solid #f2f2f2;
    vertical-align: top;
    font-size: 16px;
}

.article-table th {
    color: #212529;
    font-weight: 700;
}

.article-table tr:nth-child(even) td {
    background: #f8f8f8;
}

.article-table a {
    color: var(--sftr-accent, #d87c04);
    font-weight: 700;
    text-decoration: none;
}

.article-table a:hover {
    text-decoration: underline;
}

.article-wrap h2 {
    margin: 0 0 8px;
    font-size: 1.65rem;
    color: #1e293b;
}

.article-body {
    font-size: 16px;
    line-height: 1.56;
    color: #040404;
}

.article-body h3 {
    margin: 0 0 8px;
    color: #040404;
    font-family: "Noto Sans", Roboto, sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.2;
    text-align: left;
}

.article-body p {
    margin: 0 0 16px;
}

.article-body img.article-float {
    float: right;
    margin: 10px 0 16px 24px;
    max-width: min(480px, 46%);
    height: auto;
}

.article-body a {
    color: var(--sftr-accent, #d87c04);
}

.article-body a:hover {
    color: var(--sftr-accent-hover, #c46e03);
}

.article-body img {
    max-width: 100%;
    height: auto;
}

.article-body table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 0 16px;
}

.article-body td,
.article-body th {
    border: 1px solid #e5e5e5;
    padding: 8px;
}

.article-note,
.article-gate {
    background: #fffbeb;
    border: 1px solid #fde68a;
    padding: 16px 18px;
    border-radius: 6px;
    margin: 16px 0 24px;
}

.article-crumbs {
    font-size: 0.9rem;
    margin: 0 0 16px;
    color: #64748b;
}

.article-crumbs a {
    color: var(--sftr-accent, #d87c04);
    text-decoration: none;
}

.article-placeholder {
    color: #475569;
    line-height: 1.6;
}

.article-wrap--search {
    max-width: 1100px;
}

.article-search-intro {
    margin: 0 0 22px;
    font-size: 16px;
    line-height: 1.6;
}

.article-smartsearch {
    margin: 0 0 36px;
}

.article-smartsearch__filters,
.article-smartsearch__query {
    display: flex;
    gap: 12px;
    margin-bottom: 12px;
}

.article-smartsearch select,
.article-smartsearch input[type="search"] {
    flex: 1;
    min-width: 0;
    padding: 10px 12px;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    font-size: 16px;
    background: #fff;
}

.article-smartsearch button {
    background: #f3f4f6;
    color: #334155;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    padding: 10px 22px;
    font-weight: 600;
    cursor: pointer;
}

.article-smartsearch__clear {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    background: #f3f4f6;
    color: #334155;
    text-decoration: none;
    font-size: 1.4rem;
    line-height: 1;
}

.article-archive__year {
    margin: 0 0 28px;
}

.article-archive__year h2 {
    margin: 0 0 10px;
    font-family: "Roboto Slab", serif;
    font-size: 1.7rem;
    font-weight: 400;
}

.article-archive__year h2 a,
.article-archive__year li a,
.article-result__title a,
.article-result__more a {
    color: var(--sftr-accent, #d87c04);
    font-weight: 700;
    text-decoration: none;
}

.article-archive__year a:hover,
.article-result__title a:hover,
.article-result__more a:hover {
    text-decoration: underline;
}

.article-archive__year ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 4px;
}

.article-archive__year li {
    margin: 0 0 8px;
    font-size: 16px;
}

.article-search-meta {
    color: #64748b;
    margin: 0 0 22px;
}

.article-result {
    margin: 0 0 32px;
    padding-bottom: 8px;
}

.article-result__title {
    margin: 0 0 8px;
    font-family: "Roboto Slab", serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.25;
}

.article-result__meta {
    margin: 0 0 10px;
    color: #64748b;
    font-size: 14px;
}

.article-result__excerpt {
    margin: 0 0 8px;
    line-height: 1.6;
}

.article-result__more {
    margin: 0;
}

@media (max-width: 720px) {
    .article-banner h1,
    .article-banner__title { font-size: 24px; }
    .article-title { font-size: 26px; line-height: 1.25; }
    .article-wrap.article-wrap--story { padding: 28px 15px 48px; }
    .article-body img.article-float {
        float: none;
        display: block;
        max-width: 100%;
        margin: 0 0 16px;
    }
    .article-table th:nth-child(3),
    .article-table td:nth-child(3) {
        display: none;
    }
    .article-smartsearch__filters,
    .article-smartsearch__query {
        flex-direction: column;
    }
}
