.wk-wedstrijd {
    background: #ffffff;
    padding: 20px;
    margin-bottom: 25px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.wk-wedstrijd h3 {
    margin-top: 0;
    margin-bottom: 10px;
    color: #FF7900;
}

.wk-wedstrijd p {
    margin-bottom: 15px;
    color: #666666;
}

.wk-wedstrijd table {
    width: 100%;
    border-collapse: collapse;
}

.wk-wedstrijd th {
    text-align: left;
    padding: 10px;
    border-bottom: 2px solid #eeeeee;
}

.wk-wedstrijd td {
    padding: 10px;
    border-bottom: 1px solid #f2f2f2;
}

.wk-wedstrijd tr:last-child td {
    border-bottom: none;
}

.wk-wedstrijd strong {
    color: #FF7900;
}