.footer { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; padding: 10px 15px; border-top: 1px solid #e6e6e6; background: white; font-size: 14px; } .todo-count { flex: 1; min-width: 100px; } .filters { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; justify-content: center; flex: 2; } .filters li { display: inline; } .filters a { padding: 3px 7px; border: 1px solid transparent; border-radius: 3px; text-decoration: none; color: inherit; } .filters a.selected { border-color: rgba(175, 47, 47, 0.2); } .clear-completed { flex: 1; min-width: 120px; text-align: right; background: none; border: none; color: #cc9a9a; cursor: pointer; text-decoration: underline; }