.futbolme-matches {
    margin: 20px 0;
    font-family: Arial, sans-serif;
}

.futbolme-table {
    width: 100%;
    border-collapse: collapse;
}

.futbolme-table th, .futbolme-table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
}

.futbolme-table th {
    background-color: #f2f2f2;
    font-weight: bold;
}
