.futsal-filtros-container {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 10px 0 20px 0;
    align-items: center;
}

.futsal-filtro-group {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
}

.futsal-pill {
    border: none;
    border-radius: 999px;
    padding: 6px 14px;
    background-color: #e0e0e0;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.15s ease, color 0.15s ease, transform 0.05s ease;
}

.futsal-pill-label {
    background-color: #b0b0b0;
    font-weight: 600;
    cursor: default;
}

.futsal-pill-active {
    background-color: #666666;
    color: #ffffff;
}

.futsal-pill:hover:not(:disabled) {
    transform: translateY(-1px);
}

.futsal-select-equipo {
    padding: 6px 10px;
    border-radius: 6px;
    border: 1px solid #cccccc;
    min-width: 180px;
    font-size: 14px;
}
