.cookie-bar {
  position: fixed;
  z-index: 70;
  left: .7rem;
  right: .7rem;
  bottom: .7rem;
  max-width: 42rem;
  margin-inline: auto;
  padding: 1rem 1.05rem .95rem;
  border-radius: 16px;
  background: #072a36;
  color: #fff;
  box-shadow: 0 18px 48px rgba(7, 42, 54, .35);
  font-family: Manrope, system-ui, sans-serif;
  font-size: .9rem;
  line-height: 1.45;
}
.cookie-bar p { margin: 0 0 .85rem; color: rgba(255,255,255,.88); }
.cookie-bar a { color: #fff; font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }
.cookie-bar .cookie-actions { display: flex; flex-wrap: wrap; gap: .45rem; }
.cookie-bar button {
  font: inherit;
  font-weight: 800;
  border: 0;
  border-radius: 999px;
  padding: .58rem 1rem;
  cursor: pointer;
}
.cookie-bar .cookie-ok { background: #c45c26; color: #fff; }
.cookie-bar .cookie-min {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255,255,255,.28);
}
@media (max-width: 880px) {
  .cookie-bar { bottom: 4.6rem; }
}
