

.compliance-logo {
  display: block;
  margin: 30px auto 20px auto;
  width: 500px;
  max-width: 100%;
  height: auto;
}


/* Header tagline (site-wide) */
.header-with-tagline { display: flex; align-items: center; gap: 12px; }

/* Header tagline: white text with thin grey outline + white underline (site-wide) */

/* Header tagline: white text, white underline, no outline */
.header-tagline {
  color: #ffffff;
  font-size: 1.05rem; /* slight bump retained */
  text-decoration: underline;
  text-decoration-color: #ffffff;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}


