/* Shared header action, without a second floating chat launcher. */
header a.cf-whatsapp{display:inline-flex;align-items:center;justify-content:center;flex:0 0 40px;width:40px;height:40px;border:0;border-radius:7px;background:transparent;color:#128c46;text-decoration:none}
header a.cf-whatsapp svg{display:block;width:26px;height:26px;flex:none}
header a.cf-whatsapp:hover{background:#128c4614;color:#0d7038}
header a.cf-whatsapp:focus-visible{outline:2px solid currentColor;outline-offset:3px}
:root[data-theme="dark"] header a.cf-whatsapp{color:#25d366}
.cf-header .cf-theme-mobile{display:none}
@media(max-width:400px){
 .cf-header-actions #themeBtn{display:none}
 .cf-navigation.cf-open .cf-theme-mobile{display:inline-flex;align-self:flex-start;padding-inline:12px}
 .cf-header .cf-header-actions{gap:6px}
 .cf-header .cf-header-inner{gap:8px}
}
@media(min-width:1101px) and (max-width:1250px){
 :root[data-brand="rixal"] .cf-navigation{display:none}
 :root[data-brand="rixal"] .cf-menu{display:inline-flex}
 :root[data-brand="rixal"] .cf-header-inner{justify-content:space-between}
 :root[data-brand="rixal"] .cf-header-actions{margin-left:auto}
 :root[data-brand="rixal"] .cf-navigation.cf-open{display:flex;position:absolute;top:100%;left:0;right:0;width:100%;margin:0;background:var(--cf-bg);border-bottom:1px solid var(--cf-line);padding:24px;flex-direction:column;align-items:stretch;gap:4px;max-height:75vh;overflow:auto}
 :root[data-brand="rixal"] .cf-navigation.cf-open>a{padding:10px 4px}
 :root[data-brand="rixal"] .cf-corporate-mobile{display:block}
}
