/* intentionally minimal; theme CSS drives layout */

.the-results { position: relative; }

.the-results.m37search-loading::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.8);
  z-index: 999;
}

.the-results.m37search-loading { pointer-events: none; }

#m37search-form.m37search-disabled {
  opacity: 0.7;
  pointer-events: none;
}


.m37search-notice{margin:0 0 12px 0;padding:10px 12px;border:1px solid rgba(0,0,0,0.1);background:rgba(255,255,255,0.9);font-size:14px;display:none;}
mark.m37hl{padding:0 2px;border-radius:2px;}
