/* Mottai Esdeveniments — CSS personalitzat del client (buit; l'estil viu a css/modules/mottai-*.css) */

/* Bàner de galetes de Websfera (viu fora de #device-wrapper i porta el seu <style> inline després
   del nostre CSS: cal !important): colors de marca Mottai */
#wsf-cookie-consent { font-family: 'Poppins', system-ui, sans-serif !important; }
#wsf-cookie-consent .wsf-cookie-btn.wsf-cookie-accept { background: #84856c !important; border-color: #84856c !important; color: #000 !important; }
#wsf-cookie-consent .wsf-cookie-btn.wsf-cookie-accept:hover { background: #6f705a !important; border-color: #6f705a !important; color: #fff !important; }
#wsf-cookie-consent .wsf-cookie-btn.wsf-cookie-reject { border-color: #a0a083 !important; color: #565744 !important; }
#wsf-cookie-consent .wsf-cookie-link { color: #915031 !important; }
#wsf-cookie-consent .wsf-cookie-icon { color: #a5593b !important; }
/* Icona del bàner (era Font Awesome, que ja no es carrega al web públic): galeta SVG inline */
#wsf-cookie-consent .wsf-cookie-icon::before { content: '' !important; display: inline-block; width: 1.15em; height: 1.15em; vertical-align: -0.2em;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='%23a5593b' d='M12 2a10 10 0 1 0 10 10 3.5 3.5 0 0 1-3.5-3.5A3.5 3.5 0 0 1 15 5 3 3 0 0 1 12 2z'/><circle cx='8.5' cy='9.5' r='1.3' fill='%23fff'/><circle cx='9' cy='15' r='1.3' fill='%23fff'/><circle cx='14.5' cy='14' r='1.3' fill='%23fff'/></svg>") center/contain no-repeat; }
/* Dins l'editor (sessió amb barra lateral) el bàner de galetes destorba i no cal: només al web públic */
body.edit-sidebar-active #wsf-cookie-consent { display: none !important; }
