.pgo-cookie-banner,
.pgo-cookie-settings {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  padding: 1rem;
  background: rgba(15, 23, 42, 0.92);
  color: #f8fafc;
  box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.25);
}

.pgo-cookie-banner__inner,
.pgo-cookie-settings__panel {
  max-width: 960px;
  margin: 0 auto;
}

.pgo-cookie-banner__text {
  margin: 0 0 1rem;
  font-size: 0.95rem;
  line-height: 1.5;
}

.pgo-cookie-banner__text a {
  color: #93c5fd;
  text-decoration: underline;
}

.pgo-cookie-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.pgo-cookie-settings__title {
  font-size: 1.25rem;
  margin: 0 0 1rem;
}

.pgo-cookie-settings__row {
  display: block;
  margin-bottom: 0.75rem;
  font-size: 0.95rem;
}

.pgo-cookie-btn {
  min-width: 7rem;
}

.pgo-legal-page {
  padding: 6rem 0 4rem;
  max-width: 800px;
  margin: 0 auto;
}

.pgo-legal-page h1 {
  margin-bottom: 1.5rem;
}

.pgo-legal-page h2 {
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  font-size: 1.35rem;
}

.pgo-legal-page p,
.pgo-legal-page li {
  line-height: 1.65;
  margin-bottom: 0.75rem;
}

.pgo-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 0.75rem;
}

.pgo-footer-links a {
  color: inherit;
  text-decoration: underline;
}

@media (max-width: 576px) {
  .pgo-cookie-banner__actions {
    flex-direction: column;
  }
  .pgo-cookie-btn {
    width: 100%;
  }
}
