.sh-archived-banner {
    margin: 0 0 20px;
    padding: 16px 18px;
    border: 1px solid rgba(217, 121, 121, .35);
    border-radius: 12px;
    background: rgba(217, 121, 121, .08);
}
.sh-archived-banner strong {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--status-cheat, #d97979);
    font-size: .92rem;
}
.sh-archived-banner p {
    margin: 10px 0 0;
    font-size: .82rem;
    color: var(--text2);
    line-height: 1.55;
}
.sh-archived-banner a {
    color: var(--ac);
    text-decoration: underline;
}
.sh-archived-meta {
    font-size: .74rem !important;
    color: var(--muted) !important;
}

.sh-alt-servers {
    margin: 28px 0 8px;
    padding: 22px 24px;
    border: 1px solid var(--border);
    border-radius: 14px;
    background: var(--bg1);
}
.sh-alt-servers h2 {
    margin: 0 0 6px;
    font-size: 1.05rem;
}
.sh-alt-desc {
    margin: 0 0 14px;
    font-size: .82rem;
    color: var(--muted);
}
.sh-alt-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.sh-alt-item {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
    border: 1px solid var(--border);
    border-radius: 10px;
    background: var(--bg0);
    text-decoration: none;
    color: inherit;
    transition: border-color .15s, background .15s;
}
.sh-alt-item:hover {
    border-color: var(--ac);
    background: var(--bg2);
}
.sh-alt-name {
    font-weight: 700;
    font-size: .84rem;
}
.sh-alt-meta {
    font-size: .76rem;
    color: var(--muted);
    white-space: nowrap;
}
.sh-alt-more {
    margin: 14px 0 0;
    font-size: .8rem;
}
.sh-alt-more a {
    color: var(--ac);
    text-decoration: none;
    font-weight: 600;
}
.sh-alt-more a:hover {
    text-decoration: underline;
}
