/* Estilos Compactos Customizados */
.fs-tournament-header {
    background-color: #111111;
    border: 1px solid #2a2a2d;
    border-bottom: none;
}

.fs-matches-container {
    background-color: #18181b;
    border: 1px solid #2a2a2d;
    border-top: none;
}

.fs-match-row {
    background-color: #18181b !important;
    border: none !important;
}

.fs-match-row:hover {
    background-color: #222225 !important;
    cursor: pointer;
}

.fs-match-row:not(:last-child) {
    border-bottom: 1px solid #2a2a2d !important;
}

/* Efectos hover adicionales */
.fs-btn-hover:hover {
    background-color: #222225 !important;
    border-color: #ff2a2a !important;
    color: #fff !important;
}
