img[src*="bewagl-logo-horizontal"], img[alt="BeWagl"] {
  object-fit: contain !important;
  object-position: left center !important;
  max-width: 100% !important;
}

#bewagl-permission-gate .bw-permission-mark {
  width: 64px !important;
  height: 54px !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  background-image: url("/assets/assets/brand/bewagl-mark-20260830.png") !important;
  background-size: contain !important;
  background-position: left center !important;
  background-repeat: no-repeat !important;
  color: transparent !important;
  text-indent: -9999px !important;
  overflow: hidden !important;
}

@media (prefers-color-scheme: dark) {
  img[src*="bewagl-logo-horizontal"] {
    background: #fffdf8;
    border-radius: 10px;
    padding: 3px;
  }
}
#bewagl-social-auth{position:relative;z-index:1;width:100%;box-sizing:border-box;margin:0 0 16px;padding:0 0 16px;border:0;border-bottom:1px solid #e5dccb;border-radius:0;background:transparent;box-shadow:none;display:grid;gap:9px}#bewagl-social-auth button{min-height:50px;border-radius:14px;border:1px solid #201d18;background:#11110f;color:#fff;font:800 14px system-ui;display:flex;align-items:center;justify-content:center;gap:10px}#bewagl-social-auth button[data-provider=google]{background:#fff;color:#171512;border-color:#d8d1c5}#bewagl-social-auth button:disabled{opacity:.62}.bw-auth-apple{font-size:17px;color:#fff}.bw-auth-google{display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:#fff;color:#4285f4;font-weight:900;border:1px solid #ddd}.bw-auth-divider{display:flex;align-items:center;gap:10px;color:#766f65;font:700 11px system-ui}.bw-auth-divider:before,.bw-auth-divider:after{content:"";height:1px;flex:1;background:#e5dccb}#bewagl-social-auth p{min-height:0;margin:0;color:#8d3028;text-align:center;font:700 11px system-ui}

html[data-bewagl-route="signup"] img[alt="BeWagl"] {
  box-sizing: border-box;
  background: #fffdf8;
  border-radius: 12px;
  padding: 4px 7px;
}

html[data-bewagl-route="signup"] [data-bewagl-signup-logo="true"] {
  box-sizing: border-box;
  width: auto !important;
  height: auto !important;
  min-height: 48px;
  padding: 5px 9px;
  border-radius: 12px;
  background: #fffdf8;
}
