/* ── BizzBrix branding overrides for Memberstack modals ── */

/* Replace the Memberstack logo with BizzBrix logo */
[data-ms-dialog] img[src*="memberstack"],
[data-ms-dialog] img[alt*="Logo"],
[data-ms-dialog] img[alt*="logo"],
[data-ms-modal] img[src*="memberstack"],
[data-ms-modal] img[alt*="Logo"],
[data-ms-modal] img[alt*="logo"],
.ms-modal img[src*="memberstack"],
.ms-modal img[alt*="Logo"],
.ms-modal img[alt*="logo"] {
  content: url('bizzbrix-logo-final.svg');
  max-height: 52px !important;
  width: auto !important;
}

/* Fix Google OAuth button – ensure the image loads and displays correctly */
[data-ms-dialog] img[alt*="Google"],
[data-ms-modal] img[alt*="Google"],
.ms-modal img[alt*="Google"] {
  width: 20px !important;
  height: 20px !important;
  object-fit: contain;
  display: inline-block !important;
  vertical-align: middle;
}
