/* Global visibility safeguard: ensure base text is readable even if theme CSS hides body. */
body,
#wrapper {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  color: #262b31;
}

/* Ensure top navigation text stays readable when header styles override colors. */
#header-container #navigation > ul li a,
#header-container .header-login-link,
#header-container .header-login {
  color: #262b31 !important;
  -webkit-text-fill-color: #262b31;
  opacity: 1 !important;
  visibility: visible !important;
}

#header-container .nav-label {
  color: #262b31 !important;
  -webkit-text-fill-color: #262b31 !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* Homepage sections: force readable copy if theme overrides text colors. */
.ix h1,
.ix h2,
.ix h3,
.ix p,
.ix small,
.ix li {
  color: #262b31 !important;
  -webkit-text-fill-color: #262b31 !important;
  opacity: 1 !important;
}
