.oz-cookie {
  position: fixed;
  z-index: 120;
  left: 16px;
  right: 16px;
  bottom: 92px;
  width: min(560px, calc(100% - 32px));
  margin-inline: auto;
  background: #fff;
  color: #2a1814;
  padding: 16px 18px 14px;
  border-radius: 14px;
  box-shadow: 0 14px 40px rgba(42, 24, 20, 0.22);
  font-family: Heebo, Arial, sans-serif;
  font-size: 0.88rem;
  line-height: 1.55;
}
.oz-cookie[hidden] { display: none !important; }
.oz-cookie p { margin: 0 0 12px; }
.oz-cookie a { color: #8a5748; }
.oz-cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.oz-cookie-actions button,
.oz-cookie-actions a.oz-cookie-link {
  min-height: 40px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid #2a1814;
  background: #2a1814;
  color: #fff;
  cursor: pointer;
  font: inherit;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}
.oz-cookie-actions button[data-act="essential"] {
  background: #fff;
  color: #2a1814;
}
.oz-cookie-actions a.oz-cookie-link {
  background: transparent;
  color: #2a1814;
}
@media (max-width: 600px) {
  .oz-cookie { bottom: 168px; }
}
