.sbcaw-policy,
.sbcaw-legal-footer {
  box-sizing: border-box;
}

body.sbcaw-policy-page {
  background: #050505 !important;
  margin: 0;
  color: #d4d4d8;
}

.sbcaw-policy-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px max(20px, calc((100vw - 1180px) / 2));
  border-bottom: 1px solid rgba(255, 255, 255, .09);
  background: rgba(0, 0, 0, .92);
  color: #a1a1aa;
  font: 600 14px/1.4 Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.sbcaw-policy-brand {
  color: #fff !important;
  font-size: 18px;
  font-weight: 900;
  text-decoration: none !important;
}

.sbcaw-legal-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  padding: 22px max(20px, calc((100vw - 1180px) / 2));
  border-top: 1px solid rgba(255, 255, 255, .09);
  background: #050505;
  color: #a1a1aa;
  font: 500 13px/1.5 Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.sbcaw-legal-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 18px;
}

.sbcaw-legal-footer a {
  color: #dbeafe !important;
  text-decoration: none !important;
}

.sbcaw-legal-footer a:hover,
.sbcaw-legal-footer a:focus-visible {
  color: #60a5fa !important;
  text-decoration: underline !important;
}

.sbcaw-policy {
  max-width: 920px;
  margin: 50px auto;
  padding: 38px clamp(20px, 4vw, 52px);
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 20px;
  background: #0b0b0b;
  color: #d4d4d8;
  font: 400 16px/1.7 Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.sbcaw-policy h1,
.sbcaw-policy h2 {
  color: #fff;
}

.sbcaw-policy h1 {
  margin: 0 0 4px;
  font-size: clamp(34px, 5vw, 52px);
  line-height: 1.08;
}

.sbcaw-policy h2 {
  margin: 32px 0 8px;
  font-size: 22px;
}

.sbcaw-policy a {
  color: #60a5fa !important;
}

.sbcaw-policy .sbcaw-updated,
.sbcaw-policy .sbcaw-summary {
  color: #a1a1aa;
}

.sbcaw-policy .sbcaw-notice {
  margin: 24px 0;
  padding: 16px 18px;
  border-left: 4px solid #2563eb;
  border-radius: 8px;
  background: rgba(37, 99, 235, .10);
  color: #e5e7eb;
}

.sbcaw-policy li {
  margin: 8px 0;
}

@media (max-width: 680px) {
  .sbcaw-legal-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .sbcaw-legal-footer nav {
    justify-content: flex-start;
  }

  .sbcaw-policy {
    margin: 20px 12px;
  }
}
