@media (max-width: 760px) {
  .mobile-nav button,
  .month-controls button,
  .icon-choice,
  .item-actions button,
  .reminder-button {
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
  }

  .mobile-add {
    cursor: pointer;
    user-select: none;
  }
}
