/* Default skin: separate news for each server, using the Fova card layout. */
.default-server-news,
.default-server-news * {
    box-sizing: border-box;
}
.default-server-news {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    width: 100%;
    max-width: 1720px;
    margin: 0 auto;
    padding: 32px 28px;
    color: #4d3824;
    font-family: inherit;
}
.default-server-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 26px;
    border: 1px solid #bd9956;
    background: rgba(255, 252, 239, .94);
    box-shadow: 0 8px 22px rgba(84, 47, 14, .06);
}
.default-server-card h2 {
    margin: 0 0 20px;
    padding: 15px 12px;
    border: 1px solid #b98c45;
    background: #78351f;
    color: #ffebad;
    font-family: inherit;
    font-size: clamp(24px, 1.85vw, 32px);
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
}
.default-server-cay_cuoc h2 {
    background: #204f3c;
}
.default-server-tabs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 15px;
}
.default-server-tabs button {
    appearance: none;
    min-width: 0;
    min-height: 48px;
    margin: 0;
    padding: 10px 6px;
    border: 1px solid #b89b5e;
    border-radius: 2px;
    background: linear-gradient(#a48e4f, #867036);
    color: #fff6d3;
    font: inherit;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    cursor: pointer;
    transition: background .18s ease, border-color .18s ease;
}
.default-server-tabs button[aria-selected="true"] {
    border-color: #bd825c;
    background: linear-gradient(#a35f45, #803d28);
}
.default-server-tabs button:hover {
    border-color: #733820;
    background: #8c4a30;
}
.default-server-tabs button:focus-visible,
.default-server-news a:focus-visible,
.default-server-category:focus-visible,
.default-news-server-switch a:focus-visible,
.default-news-category-switch a:focus-visible {
    outline: 3px solid #9e6229;
    outline-offset: 3px;
}
.default-server-panels {
    flex: 1;
    min-height: 288px;
}
.default-server-category[hidden] {
    display: none !important;
}
.default-server-articles {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}
.default-server-articles li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #dbcaad;
    list-style: none;
}
.default-server-articles a {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 18px;
    min-height: 48px;
    padding: 14px 0;
    color: #4d3824;
    font-size: 17px;
    line-height: 1.5;
    text-decoration: none;
}
.default-server-articles a:hover {
    color: #a04b23;
}
.default-server-articles a > span {
    min-width: 0;
    overflow-wrap: anywhere;
}
.default-server-articles time {
    flex: 0 0 auto;
    color: #886036;
    font-size: 14px;
    white-space: nowrap;
}
.default-server-empty {
    margin: 0;
    padding: 26px 0;
    color: #846b4b;
    font-size: 16px;
    line-height: 1.6;
}
.default-server-more {
    align-self: flex-end;
    margin-top: 20px;
    color: #825126;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
}
.default-server-more span {
    margin-left: 6px;
    color: #a77d3a;
}
.default-server-more:hover {
    color: #b45021;
}
.default-news-server-switch,
.default-news-category-switch {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 18px;
}
.default-news-server-switch a,
.default-news-category-switch a {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 8px 14px;
    border: 1px solid #bd9956;
    border-radius: 2px;
    color: #6f421d;
    background: #fbf1d9;
    text-decoration: none;
    line-height: 1.4;
}
.default-news-server-switch a[aria-current],
.default-news-category-switch a[aria-current] {
    color: #fff1bf;
    background: #78351f;
}
.default-news-server-switch a:hover,
.default-news-category-switch a:hover {
    border-color: #803d28;
}
.default-news-empty {
    padding: 20px 5px;
}
.default-pagination > span {
    padding: 8px 13px;
    border: 1px solid #7d2d12;
    color: #7d2d12;
}
@media (max-width: 1000px) {
    .default-server-news {
        gap: 18px;
        padding: 26px 18px;
    }
    .default-server-card {
        padding: 18px;
    }
    .default-server-articles a {
        display: block;
        padding: 12px 0;
    }
    .default-server-articles time {
        display: block;
        margin-top: 4px;
        font-size: 13px;
    }
}
@media (max-width: 700px) {
    .default-server-news {
        grid-template-columns: minmax(0, 1fr);
        gap: 18px;
        padding: 22px 12px;
    }
    .default-server-card {
        padding: 16px;
    }
    .default-server-card h2 {
        padding: 13px 8px;
        font-size: 26px;
    }
    .default-server-tabs button {
        min-height: 46px;
        font-size: 16px;
    }
    .default-server-panels {
        min-height: 120px;
    }
    .default-server-articles a {
        font-size: 16px;
    }
    .default-news-server-switch a,
    .default-news-category-switch a {
        padding: 8px 10px;
        font-size: 15px;
    }
}