.dw-page-shell .dw-legal-card {
  position: relative;
  overflow: hidden;
  min-height: 0;
  padding: 34px 30px 30px;
  border-radius: var(--dw-radius-lg);
  border: 1px solid rgba(255,255,255,.10);
  background: linear-gradient(145deg, rgba(17,16,25,.88), rgba(8,8,13,.9));
  box-shadow: var(--dw-shadow-card), inset 0 1px 0 rgba(255,255,255,.05);
  align-self: start;
}

.dw-page-shell .dw-legal-card::before {
  content: "";
  position: absolute;
  inset: -90px auto auto -64px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(50,185,40,.16), transparent 70%);
  pointer-events: none;
}

.dw-page-shell .dw-legal-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  border: 1px solid transparent;
  background: linear-gradient(135deg, rgba(146,39,142,.34), transparent 38%, rgba(255,255,255,.03)) border-box;
  mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
}

.dw-page-shell .dw-legal-card__header,
.dw-page-shell .dw-legal-notices {
  position: relative;
  z-index: 1;
}

.dw-page-shell .dw-legal-card__header {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 26px;
}

.dw-page-shell .dw-legal-card__icon {
  width: 66px;
  height: 66px;
  display: grid;
  place-items: center;
  flex: 0 0 66px;
  border-radius: 18px;
}

.dw-page-shell .dw-legal-card__icon img {
  width: 46px;
  height: 46px;
}

.dw-page-shell .dw-legal-card__eyebrow {
  margin: 0 0 8px;
  color: var(--dw-green);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.dw-page-shell .dw-legal-card__heading h2 {
  margin: 0;
  color: #fff;
  font-family: var(--dw-display);
  font-size: clamp(32px, 3.8vw, 46px);
  line-height: .94;
  letter-spacing: .01em;
  text-transform: uppercase;
}

.dw-page-shell .dw-legal-card--notices::before {
  background: radial-gradient(circle, rgba(146,39,142,.24), transparent 70%);
}

.dw-page-shell .dw-legal-card--notices .dw-legal-card__icon {
  background: rgba(146,39,142,.1);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 0 24px rgba(146,39,142,.1);
}

.dw-page-shell .dw-legal-notices__entry {
  position: relative;
  padding: 18px 0 18px 28px;
  border-top: 1px solid rgba(255,255,255,.07);
}

.dw-page-shell .dw-legal-notices__entry:first-child {
  border-top: 0;
  padding-top: 0;
}

.dw-page-shell .dw-legal-notices__entry::before {
  content: "";
  position: absolute;
  left: 0;
  top: 24px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--dw-green) 0 35%, rgba(50,185,40,.12) 36% 100%);
  box-shadow: 0 0 12px rgba(50,185,40,.28);
}

.dw-page-shell .dw-legal-notices__entry:first-child::before {
  top: 6px;
}

.dw-page-shell .dw-legal-notices__entry h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 20px;
  line-height: 1.24;
  font-weight: 850;
  letter-spacing: .01em;
}

.dw-page-shell .dw-legal-notices__entry p {
  margin: 0;
  color: var(--dw-muted);
  font-size: 15px;
  line-height: 1.62;
}

@media (max-width: 920px) {
  .dw-page-shell .dw-legal-card {
    padding: 28px 24px 24px;
  }
}

@media (max-width: 560px) {
  .dw-page-shell .dw-legal-card__header {
    gap: 14px;
  }

  .dw-page-shell .dw-legal-card__icon {
    width: 58px;
    height: 58px;
    flex-basis: 58px;
  }

  .dw-page-shell .dw-legal-card__icon img {
    width: 40px;
    height: 40px;
  }
}
