.op-cookie[hidden]{display:none!important}
.op-cookie{
  position:fixed;
  left:12px;right:12px;
  bottom:calc(12px + env(safe-area-inset-bottom,0px));
  z-index:1180;
  pointer-events:none;
}
.op-cookie__inner{
  pointer-events:auto;
  display:flex;align-items:center;justify-content:space-between;gap:14px;
  max-width:920px;margin:0 auto;
  padding:12px 14px 12px 16px;
  border-radius:16px;
  background:#fff;
  color:#2B2F38;
  border:1px solid #E3E8F0;
  box-shadow:0 12px 32px rgba(11,44,107,.18);
  font-family:-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
}
.op-cookie__text{
  margin:0;font-size:13px;line-height:1.45;
}
.op-cookie__link{
  color:#0B2C6B;font-weight:700;text-decoration:underline;text-underline-offset:2px;
}
.op-cookie__ok{
  flex:none;
  appearance:none;border:0;cursor:pointer;
  padding:10px 16px;border-radius:999px;
  background:#FF7A29;color:#fff;
  font:inherit;font-size:13px;font-weight:800;
  box-shadow:0 6px 14px rgba(255,122,41,.28);
}
.op-cookie__ok:hover{background:#e8691c}
@media (max-width:700px){
  .op-cookie__inner{flex-direction:column;align-items:stretch;gap:10px;padding:12px}
  .op-cookie__ok{width:100%}
}
@media (max-width:1099.98px){
  body:has(.op-calc-dock) .op-cookie{
    bottom:calc(72px + env(safe-area-inset-bottom,0px));
  }
}
