/* Mobile + login styling (white background, blue/gold accents) */
body.login, .mrhg-login-wrap {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  background: #ffffff;
  margin: 0; padding: 0;
}
.mrhg-login-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}
.mrhg-login-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 18px rgba(0,0,0,0.1);
  padding: 32px;
  max-width: 420px;
  width: 92%;
  text-align: center;
}
.mrhg-login-logo {
  width: 100px;
  margin-bottom: 16px;
}
.mrhg-login-card h1 {
  color: #0b3f8a;
  margin-bottom: 8px;
}
.mrhg-login-sub {
  color: #666;
  font-size: 15px;
  margin-bottom: 20px;
}
.mrhg-login-note {
  font-size: 13px;
  margin-top: 16px;
}
input[type=text], input[type=password] {
  border-radius: 6px !important;
  border: 1px solid #ccc !important;
}
.wp-core-ui .button-primary {
  background: #0b3f8a !important;
  border: none !important;
  box-shadow: none !important;
}
.wp-core-ui .button-primary:hover {
  background: #082c5c !important;
}
