.s216-consent,
.s216-privacy-choices {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  box-sizing: border-box;
}

.s216-consent {
  position: fixed;
  z-index: 2147483000;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  max-width: 920px;
  margin: 0 auto;
  padding: 1rem 1.1rem;
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  background: rgba(12, 12, 14, .98);
  color: #f3f4f6;
  border: 1px solid #303038;
  border-radius: 14px;
  box-shadow: 0 18px 60px rgba(0,0,0,.38);
}

.s216-consent * { box-sizing: border-box; }
.s216-consent__text { max-width: 620px; }
.s216-consent__text strong { display: block; margin-bottom: .3rem; font-size: .95rem; }
.s216-consent__text p { margin: 0; color: #c7c9d1; font-size: .82rem; line-height: 1.5; }
.s216-consent__actions { display: flex; flex-wrap: wrap; gap: .5rem; align-items: center; justify-content: flex-end; }

.s216-consent__button,
.s216-privacy-choices {
  appearance: none;
  border: 1px solid #484853;
  background: #1c1c22;
  color: #f3f4f6;
  border-radius: 9px;
  padding: .62rem .8rem;
  font-size: .78rem;
  cursor: pointer;
}

.s216-consent__button:hover,
.s216-privacy-choices:hover { background: #292932; }

.s216-consent__button--primary {
  border-color: #2563eb;
  background: #2563eb;
  color: #fff;
}
.s216-consent__button--primary:hover { background: #1d4ed8; }

.s216-consent__link {
  color: #93c5fd;
  font-size: .78rem;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.s216-privacy-choices {
  position: fixed;
  z-index: 2147482999;
  left: .75rem;
  bottom: .75rem;
  padding: .45rem .6rem;
  opacity: .82;
  box-shadow: 0 6px 20px rgba(0,0,0,.24);
}

@media (max-width: 720px) {
  .s216-consent { align-items: stretch; flex-direction: column; }
  .s216-consent__actions { justify-content: flex-start; }
}
