.calendar-nav { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; } .calendar-nav button { background: #007BFF; color: white; border: none; padding: 8px 12px; cursor: pointer; border-radius: 5px; } .calendar-nav button:disabled { background: gray; cursor: not-allowed; }