/* Hide elements in Hotwire Native apps. */
.hide\@native {
  display: none !important;
}
