/* Ensures the processing overlay is invisible until JavaScript explicitly opens it. */
.loader[hidden] {
  display: none !important;
}
