.cookie-consent{
  position:fixed;
  right:16px;
  bottom:16px;
  z-index:1000;
  width:min(520px,calc(100vw - 32px));
  padding:18px;
  border:1px solid rgba(95,187,214,.35);
  border-radius:16px;
  background:#fff;
  color:#34425d;
  box-shadow:0 18px 48px rgba(19,30,44,.2);
  font-family:'Rubik',Arial,sans-serif;
}
.cookie-consent[hidden]{display:none;}
.cookie-consent__title{margin:0 0 6px;font-size:16px;font-weight:600;line-height:1.3;}
.cookie-consent__text{margin:0;font-size:13px;line-height:1.5;color:#5d687c;}
.cookie-consent__text a{color:#1d7691;text-underline-offset:2px;}
.cookie-consent__actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px;}
.cookie-consent__button{
  min-height:40px;
  padding:9px 16px;
  border:1px solid rgba(52,66,93,.25);
  border-radius:999px;
  background:#fff;
  color:#34425d;
  font:500 13px/1.2 'Rubik',Arial,sans-serif;
  cursor:pointer;
}
.cookie-consent__button:hover{border-color:#1d7691;color:#1d7691;}
.cookie-consent__button:active{transform:scale(.98);}
.cookie-consent__button--primary{border-color:#1d7691;background:#1d7691;color:#fff;}
.cookie-consent__button--primary:hover{background:#155f76;color:#fff;}
.cookie-settings-button{
  padding:0;
  border:0;
  background:none;
  color:inherit;
  font:inherit;
  cursor:pointer;
}
.cookie-settings-button:hover{text-decoration:underline;text-underline-offset:2px;}
@media (max-width:600px){
  .cookie-consent{right:10px;bottom:10px;width:calc(100vw - 20px);padding:15px;}
  .cookie-consent__actions{display:grid;grid-template-columns:1fr 1fr;}
  .cookie-consent__button{padding-inline:10px;}
}
@media (prefers-reduced-motion:reduce){
  .cookie-consent__button{transition:none;}
}
