body {
    background-color: var(--bg-primary);
    background-image: none;
    cursor: url('../template/images/default.cur'), auto;
}

body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: var(--bg-primary) url('../template/images/main_bg.png') no-repeat center center / cover;
    z-index: -1;
    pointer-events: none;
}

button,
.btn,
input[type="submit"] { cursor: url('../template/images/pointer.cur'), pointer; }

.main-wrapper {
    width: 1076px;
    max-width: 1076px;
}

.header { backdrop-filter: blur(8px); }
.header-inner { height: 50px; }
.header-logo img { height: 32px; }
.header-logo-text { font-size: 1.15rem; }
.content { width: 100%; max-width: 700px; }

.news-article { background: rgba(34, 48, 63, .95); }
.news-article .breadcrumb { color: var(--text-secondary); padding: 0; }
.news-article .breadcrumb a { color: var(--text-secondary); }
.news-article .breadcrumb a:hover { color: var(--accent); }
.news-article .news-item { border-bottom: 0; }
.news-article .news-item:first-of-type { padding-top: 6px; }
.news-article .news-item:hover { background: transparent; }
.news-article .news-badge {
    padding: 2px 0 2px 9px;
    border: 0;
    border-left: 2px solid #c99b55;
    border-radius: 0;
    background: transparent;
    color: #d8bd82;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .08em;
}
.news-article .hero-title {
    margin: 0 0 14px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(201, 155, 85, .55);
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.3;
}
.news-article .news-title { margin: 0 0 10px; font-size: 1.1rem; }
.news-article .news-excerpt { font-size: .9rem; line-height: 1.7; }
.news-article .news-excerpt p { margin: 0; }
.news-article .news-excerpt p + p { margin-top: 12px; }
.news-article .news-feature-list {
    margin: 0;
    padding-left: 1.4rem;
}
.news-article .news-feature-list li + li { margin-top: 6px; }
.news-article .news-note { color: var(--text-muted); }
.news-article .age-of-ash { color: #ef5350; }
.news-article .news-signature { font-style: italic; }
.news-article .news-item:last-child { padding: 20px; }
.news-article .news-item:last-child .btn {
    display: inline-flex;
    align-items: center;
    padding: 2px 0;
    border: 0;
    border-bottom: 1px solid #c99b55;
    border-radius: 0;
    background: transparent;
    color: #d8bd82;
    box-shadow: none;
    font-size: .88rem;
    font-weight: 600;
}
.news-article .news-item:last-child .btn:hover {
    border-bottom-color: #f0d291;
    background: transparent;
    color: #f0d291;
}

@media (max-width: 900px) {
    .main-wrapper { padding: 20px 16px 32px; }
}
