.zs-cc {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 9999;
  max-width: 40rem;
  margin: 0 auto;
  padding: 1.25rem;
  background: #fff;
  color: #1f2321;
  border: 1px solid #d8d4cd;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .18);
  font: 400 0.95rem/1.5 system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
}
.zs-cc[hidden] { display: none; }
.consent-settings { display:block; width:auto; border:0; padding:.7rem 0; margin-top:1rem; background:transparent; color:inherit; font:inherit; font-size:.8rem; text-align:left; text-decoration:underline; text-underline-offset:.2em; cursor:pointer; }
.consent-settings:focus-visible,.zs-cc-link:focus-visible { outline:3px solid #1f5eff; outline-offset:3px; }
.zs-cc h2 { margin: 0 0 .5rem; font-size: 1.05rem; }
.zs-cc p { margin: 0 0 .9rem; }
.zs-cc-row { display: flex; flex-wrap: wrap; gap: .6rem; }
.zs-cc-btn {
  flex: 1 1 10rem;
  min-height: 2.75rem;
  padding: .6rem 1rem;
  font: inherit;
  font-weight: 600;
  color: #1f2321;
  background: #f3f1ed;
  border: 1px solid #8d877d;
  border-radius: 6px;
  cursor: pointer;
}
.zs-cc-btn:hover { background: #e7e3dc; }
.zs-cc-btn:focus-visible { outline: 3px solid #1f5eff; outline-offset: 2px; }
.zs-cc-opts { margin: 0 0 .9rem; padding: .75rem; background: #faf9f7; border: 1px solid #e2ded7; border-radius: 6px; }
.zs-cc-opts[hidden] { display: none; }
.zs-cc-opts label { display: flex; align-items: center; gap: .5rem; margin-bottom: .5rem; }
.zs-cc-opts input { width: 1.1rem; height: 1.1rem; }
.zs-cc-opts .zs-cc-btn { flex: 0 0 auto; margin-top: .25rem; }
@media (max-width: 30rem) { .zs-cc-btn { flex: 1 1 100%; } }
@media (prefers-reduced-motion: no-preference) { .zs-cc { animation: zs-cc-in .2s ease-out; } }
@keyframes zs-cc-in { from { transform: translateY(8px); opacity: 0; } to { transform: none; opacity: 1; } }
