/* Registration legal name notice styling */
#masterstudy-authorization-form-register .msce-legal-name-notice {
  display: block;
  padding: 10px 12px;
  margin: 6px 0 12px;
  border: 1px solid #dbe0e9;
  background: #f6f9fc;
  color: #27374e;
  border-radius: 6px;
  font-size: 13px;
  line-height: 1.4;
}

/* Dark mode fallback within MasterStudy auth modal */
.masterstudy-authorization.masterstudy-authorization_dark-mode #masterstudy-authorization-form-register .msce-legal-name-notice {
  background: #1e1e1e;
  border-color: rgba(255,255,255,.1);
  color: rgba(255,255,255,.8);
}
