/* ============================================
   MOBILE RESPONSIVE STYLES
   ============================================ */

/* Tablet & Mobile (max-width: 1023px) */
@media (max-width: 1023px) {
  /* Hide header-actions on mobile */
  .header-actions {
    display: none !important;
  }
}
