body {
    padding: 2rem;
}
.question {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 1rem 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}
.question h5 {
    font-weight: bold;
}
.answers ul {
    padding-left: 1.3rem;
}
.stats {
    font-size: 0.9rem;
    margin-top: 1rem;
    background: #f1f1f1;
    padding: 0.5rem;
    border-radius: 6px;
}
.question img {
    max-width: 100%;
    height: auto;
    margin-top: 1rem;
}
.match-table td, .match-table th {
    text-align: center;
    border: 1px solid #ccc;
    padding: 0.25rem 0.5rem;
}
.match-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1rem;
}