/* Hide routine page status text while keeping error messages visible. */
[id$="-message"]:not(.text-error-500):not(.text-error-600):not(.text-red-500):not(.text-red-600) {
  display: none !important;
}
