/* Additive overrides only (keeps original CSS intact) */

:root {
  --msde-max-width: 1100px;
}

.msde-page {
  padding-top: 120px;
}

.msde-legal h1,
.msde-legal h2,
.msde-legal h3 {
  text-transform: uppercase;
}

.msde-legal p,
.msde-legal li {
  line-height: 1.65;
}

.msde-legal a {
  text-decoration: underline;
}

.msde-card {
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
}

.msde-small {
  font-size: 0.95rem;
  opacity: 0.95;
}

/* Cookie banner (GDPR-friendly, simple) */
#cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: rgba(17, 17, 17, 0.95);
  color: #fff;
}

#cookie-banner a {
  color: #fff;
  text-decoration: underline;
}

#cookie-banner .cookie-inner {
  max-width: var(--msde-max-width);
  margin: 0 auto;
  padding: 14px 16px;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

#cookie-banner .cookie-text {
  flex: 1 1 520px;
  margin: 0;
}

#cookie-banner .cookie-actions {
  display: flex;
  gap: 8px;
  flex: 0 0 auto;
}

#cookie-banner .cookie-actions .btn {
  border-radius: 0;
}
