.meta-consent {
  position: fixed;
  z-index: 1000;
  right: 20px;
  bottom: 20px;
  width: min(460px, calc(100vw - 40px));
  padding: 22px;
  color: #f2eee3;
  background: #081b15;
  border: 1px solid rgba(242, 238, 227, .28);
  box-shadow: 0 24px 80px rgba(0, 0, 0, .38);
}

.meta-consent[hidden] { display: none; }
.meta-consent p { margin: 0; font-size: 13px; line-height: 1.6; }
.meta-consent a { color: inherit; text-underline-offset: 3px; }
.meta-consent-actions { display: flex; gap: 10px; margin-top: 18px; }

.meta-consent button {
  min-height: 44px;
  flex: 1;
  padding: 10px 14px;
  color: #102d23;
  background: #f2eee3;
  border: 1px solid #f2eee3;
  cursor: pointer;
  font: 700 9px/1 sans-serif;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.meta-consent .meta-consent-reject { color: #f2eee3; background: transparent; }
.privacy-settings { color: inherit; background: none; border: 0; padding: 0; cursor: pointer; font: inherit; text-decoration: underline; text-underline-offset: 3px; }
.footer-meta { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }
.footer-meta a { color: inherit; text-underline-offset: 3px; }

@media (max-width: 640px) {
  .meta-consent { right: 12px; bottom: 82px; width: calc(100vw - 24px); }
  .meta-consent-actions { flex-direction: column; }
}
