
@media only screen {.preview-mode-theme-mismatch-warning {display: none !important;}
}

@media screen and (max-width: 500px) {
  .mobile-icon-btn {
    font-size: 0 !important; /* Hides the text */
  }
  
  .mobile-icon-btn i, 
  .mobile-icon-btn svg {
    font-size: 25px !important; /* Restores the icon size - adjust this number if your icons look too small/big */
    margin-right: 0 !important; /* Removes the space between the icon and the hidden text */
  }
}