/* עיצוב פס גלילה עדין למשבצות היומן */
.calendar-cell::-webkit-scrollbar {
width: 4px;
}
.calendar-cell::-webkit-scrollbar-track {
background: transparent;
}
.calendar-cell::-webkit-scrollbar-thumb {
background: var(–border-color);
border-radius: 10px;
}