.wiki-card {
    margin-bottom: 1.5rem;
}

.wiki-table-wrapper {
    width: 100%;
    overflow-x: auto;
}

.wiki-table {
    width: 100%;
    border-collapse: collapse;
}

.wiki-table th,
.wiki-table td {
    padding: 1rem 1.1rem;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.wiki-table th {
    color: #e8c46c;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.wiki-table td {
    color: #c4d3dc;
    line-height: 1.65;
}

.wiki-table td:first-child {
    color: #ffffff;
    font-weight: 700;
    min-width: 210px;
}

.wiki-table td:nth-child(2) {
    color: #e8c46c;
    min-width: 180px;
}

.wiki-rules {
    margin: 1.5rem 0 0;
    padding-left: 1.25rem;
    color: #c4d3dc;
}

.wiki-rules li {
    margin-bottom: 0.85rem;
    line-height: 1.65;
}

.wiki-back {
    margin-top: 2rem;
}

@media (max-width: 768px) {
    .wiki-table th,
    .wiki-table td {
        padding: 0.85rem;
    }
}

.wiki-index-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
}

.wiki-index-card {
    display: flex;
    flex-direction: column;
    min-height: 260px;
}

.wiki-index-card h2 {
    margin-top: 0.75rem;
}

.wiki-index-card p {
    flex: 1;
    line-height: 1.7;
}

.wiki-index-card-footer {
    margin-top: 1.5rem;
}

@media (max-width: 768px) {
    .wiki-index-grid {
        grid-template-columns: 1fr;
    }
}

.wiki-stat-list {
    margin: 0;
    padding-left: 1.2rem;
}

.wiki-stat-list li {
    margin-bottom: 0.4rem;
    line-height: 1.55;
}

.wiki-stat-list li:last-child {
    margin-bottom: 0;
}