.macitaly-privacy-policy {
  max-width: 900px;
  margin: 72px auto;
  padding: 0 18px;
  color: #121826;
}

.macitaly-privacy-policy h1,
.macitaly-privacy-policy h2 {
  color: #071735;
  line-height: 1.08;
}

.macitaly-privacy-policy h1 {
  font-size: clamp(2.4rem, 6vw, 4.5rem);
}

.macitaly-privacy-policy h2 {
  margin-top: 34px;
  font-size: 1.45rem;
}

.macitaly-privacy-policy p,
.macitaly-privacy-policy li {
  color: #4c5668;
}

.macitaly-privacy-policy a {
  color: #122754;
  font-weight: 700;
}

.macitaly-privacy-banner {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 100;
  width: min(440px, calc(100vw - 36px));
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  padding: 16px;
  background: #071735;
  color: #fff;
  box-shadow: 0 22px 70px rgba(7, 23, 53, 0.26);
}

.macitaly-privacy-banner[hidden] {
  display: none;
}

.macitaly-privacy-banner p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.92rem;
  line-height: 1.42;
}

.macitaly-privacy-banner a {
  color: #fff;
  font-weight: 800;
}

.macitaly-privacy-banner button {
  min-height: 42px;
  border: 0;
  border-radius: 8px;
  padding: 0.65rem 0.95rem;
  background: #c99639;
  color: #071735;
  font-weight: 850;
  cursor: pointer;
}

@media (max-width: 620px) {
  .macitaly-privacy-banner {
    grid-template-columns: 1fr;
  }
}
