.atk-cookie-banner {
  align-items: center;
  background: #151515;
  border-top: 1px solid rgba(198,161,91,.45);
  bottom: 0;
  color: #fff;
  display: grid;
  gap: 1.25rem;
  grid-template-columns: minmax(0,1fr) auto;
  left: 0;
  padding: 1.25rem clamp(1.25rem,4vw,3rem);
  position: fixed;
  right: 0;
  z-index: 100;
}
.atk-cookie-banner[hidden] { display: none; }
.atk-cookie-banner h2 { font-size: 1.4rem; margin: 0 0 .35rem; }
.atk-cookie-banner p { margin: 0; max-width: 800px; }
.atk-cookie-banner a { color: #f0d59e; }
.atk-cookie-actions { display: flex; flex-wrap: wrap; gap: .6rem; justify-content: flex-end; }
.atk-cookie-actions button {
  background: transparent;
  border: 1px solid #c6a15b;
  color: inherit;
  cursor: pointer;
  min-height: 44px;
  padding: .65rem 1rem;
}
.atk-cookie-actions .atk-cookie-primary { background: #c6a15b; color: #0a0a0a; font-weight: 700; }
.atk-cookie-dialog { background: #f6f4ef; border: 1px solid #c6a15b; color: #151515; max-width: 520px; padding: 2rem; width: calc(100% - 2rem); }
.atk-cookie-dialog::backdrop { background: rgba(0,0,0,.72); }
.atk-cookie-dialog form { display: grid; gap: 1rem; }
.atk-cookie-dialog label { align-items: center; display: flex; gap: .65rem; }
@media (max-width: 760px) {
  .atk-cookie-banner { bottom: 48px; grid-template-columns: 1fr; }
  .atk-cookie-actions { justify-content: stretch; }
  .atk-cookie-actions button { flex: 1 1 auto; }
}

