/* Mobile-only shortcut row visibility override. */
@media (max-width: 820px) {
  .quick-section .portal-row {
    display: none !important;
  }
}
