/* AMP Supplements - baner zgody. Nie zalezy od motywu: wlasne zmienne z wartosciami zapasowymi. */
[hidden] { display: none !important; }

/* ---------- zgoda na cookies ----------
   Baner nie jest modalem: nie blokuje treści i nie łapie fokusu.
   Zgoda i odmowa stoją obok siebie, tak samo widoczne. */
.cookies {
  position: fixed; z-index: 60;
  left: 16px; right: 16px; bottom: 16px;
  margin: 0 auto; max-width: 1200px;
  display: flex; gap: 24px; align-items: center; justify-content: space-between;
  padding: 24px;
  background: var(--amp-c-snow, #fcfcf7);
  border: 1.5px solid var(--amp-c-glass, #c4c7c4);
  border-radius: 32px;
}
.cookies__tresc { min-width: 0; }
.cookies__tekst { font-size: 14px; line-height: 1.5; max-width: 62ch; }
.cookies__tekst a { color: var(--amp-c-forest, #1c3a13); text-decoration: underline; text-underline-offset: 3px; }
.cookies__wybory { display: flex; flex-direction: column; gap: 8px; margin-top: 16px; }
.cookies__pozycja { display: flex; gap: 8px; align-items: flex-start; font-size: 12px; line-height: 1.5; cursor: pointer; }
.cookies__pozycja input { margin-top: 2px; accent-color: var(--amp-c-forest, #1c3a13); flex: none; }
.cookies__pozycja input:disabled { cursor: not-allowed; }
.cookies__pozycja b { font-weight: 500; }
.cookies__akcje { display: flex; gap: 8px; flex: none; flex-wrap: wrap; justify-content: flex-end; }
.cookies__link {
  font: inherit; font-size: 12px; font-weight: 500;
  color: var(--amp-c-forest, #1c3a13); background: none; border: 0; cursor: pointer;
  text-decoration: underline; text-underline-offset: 3px; padding: 0 8px;
}


@media (max-width: 860px) {
  .cookies { flex-direction: column; align-items: stretch; gap: 16px; padding: 16px; border-radius: 16px; }
  .cookies__akcje { justify-content: stretch; }
  .cookies__akcje .btn { flex: 1 1 auto; justify-content: center; }
}
