.sc-privacy-prose {
  color: #d4d4d4;
  font-size: 15px;
  line-height: 1.75;
}

.sc-privacy-prose section + section {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.sc-privacy-prose h2 {
  margin: 0 0 0.75rem;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.sc-privacy-prose p {
  margin: 0 0 0.85rem;
  color: #a3a3a3;
}

.sc-privacy-prose p:last-child {
  margin-bottom: 0;
}

.sc-privacy-updated {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #737373;
  font-size: 12px;
  font-family: ui-monospace, monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sc-footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
}

.sc-footer-legal a {
  color: #737373;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.15s;
}

.sc-footer-legal a:hover {
  color: #fff;
}

.sc-cookie-privacy-link {
  display: inline-block;
  margin-top: 0.5rem;
  color: #ff4d4d;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.sc-cookie-privacy-link:hover {
  color: #fff;
}

/* Baner cookies — pełna szerokość kontenera + 4 narożniki taktyczne */
.sc-cookie-banner-wrap {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.sc-cookie-banner-panel {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1.5rem;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .sc-cookie-banner-panel {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.sc-cookie-banner-panel .sc-cookie-actions {
  flex-shrink: 0;
  margin-top: 0 !important;
}

.sc-cookie-corner {
  position: absolute;
  width: 8px;
  height: 8px;
  pointer-events: none;
  z-index: 6;
  opacity: 0.4;
}

.sc-cookie-corner-bl {
  bottom: 0;
  left: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}

.sc-cookie-corner-br {
  bottom: 0;
  right: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
