.toggle-filter {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px; /* מרווח בין הטקסט לחץ */
    color: blue;
    text-decoration: underline;
}

.arrow {
    transition: transform 0.3s ease;
    display: inline-block;
}
