/* Stage B12-02: extracted money-page shared owner from inline style id spc-cookie-fallback-ui-patch. */

/* 12b. SPC COOKIE FALLBACK (gdy CookieYes nie wstanie) */
:root{ --spc-cookie-bottom: 16px; }
.spc-cookie-fallback{ display:none; }
.spc-cookie-fallback *{ box-sizing:border-box; }
.spc-cookie-fallback{
  position:fixed;
  left:12px;
  right:12px;
  bottom: var(--spc-cookie-bottom);
  padding:14px 14px;
  background:#ffffff;
  border:1px solid rgba(0,0,0,.10);
  border-radius:14px;
  box-shadow: 0 10px 30px rgba(0,0,0,.18);
  z-index: 2147483200;
  font-family:'Poppins',system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;
  color:#050710;
  max-width:980px;
  margin:0 auto;
}
.spc-cookie-fallback__row{ display:flex; gap:12px; align-items:center; justify-content:space-between; flex-wrap:wrap; }
.spc-cookie-fallback__text{ font-size:13px; line-height:1.35; opacity:.92; flex:1 1 360px; }
.spc-cookie-fallback__btns{ display:flex; gap:10px; flex:0 0 auto; align-items:center; }
.spc-cookie-fallback__link{ font-size:13px; font-weight:600; color:#050710; opacity:.8; text-decoration:underline; text-underline-offset:3px; }
.spc-cookie-fallback__btn{
  border-radius:12px;
  padding:10px 12px;
  min-height:44px;
  font-weight:700;
  font-size:13px;
  border:1px solid rgba(0,0,0,.10);
  background:#ffffff;
  color:#050710;
}
.spc-cookie-fallback__btn--ok{ border-color: rgba(24,184,90,.25); background:#18b85a; color:#ffffff; }

@media (max-width: 900px){
  :root{ --spc-cookie-bottom: calc(76px + env(safe-area-inset-bottom, 0px)); }
}
