
/* GDPR */
.gdpr__container {
  margin: 2rem auto;
  background: rgba(255, 255, 255, 0.9);
  max-width: 800px;
  padding: 2rem;
  border-radius: 15px;
  box-shadow: 2px 2px 10px var(--color-secondary);
}

.gdpr__container h2 {
  color: var(--color-primary);
  text-align: center;
  margin-bottom: 2rem;
}

.gdpr__container h4 {
  color: var(--color-primary);
  text-align: center;
  margin-bottom: 0.5rem; 
}

.gdpr__container li {
  margin-bottom: 0.5rem;
  
}

.gdpr__container span {
  font-weight: 700;
  color: var(--color-secondary);
}

.link_documenty {
  padding: 0.4rem;
  font-weight: 700;
}

.link_documenty:hover {
  color: var(--color-secondary);
  font-weight: 700;
  text-decoration: none;
  transition: color 0.3s ease;
}

.odskok {
  margin-top: 4rem;
}

/* Cookies banner */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #0f0f0f;
  color: #fff;
  padding: 16px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  z-index: 1000;
}

.cookie-banner p {
  margin: 0;
  font-size: 14px;
}

.cookie-banner a {
  color: #c6ecd0;
  text-decoration: underline;
}

.cookie-banner button {
  background: #1f5c4b;
  color: white;
  border: none;
  padding: 8px 14px;
  cursor: pointer;
  border-radius: 4px;
}

.cookie-banner button:hover {
  opacity: 0.9;
}

.hidden {
  display: none;
}
