/* Lyvora — legal prose, monochrome */

html {
  scroll-padding-top: 1rem;
}

.lyv-legal .lyv-lead {
  margin: 0 0 2.5rem !important;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgb(161 161 170) !important;
}

.lyv-legal h2 {
  position: relative;
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.35;
  color: #f4f4f5;
  margin: 3.5rem 0 1.25rem;
  padding: 0 0 0.75rem 1rem;
}

.lyv-legal h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.12em;
  bottom: 0.5rem;
  width: 2px;
  border-radius: 1px;
  background: #fff;
}

.lyv-legal h2:first-of-type {
  margin-top: 0;
}

.lyv-legal h2 + p {
  margin-top: 0;
}

.lyv-legal p {
  margin: 0 0 1.5rem;
  line-height: 1.9;
  color: rgb(212 212 216);
  font-size: 1.0625rem;
}

.lyv-legal p:last-child {
  margin-bottom: 0;
}

.lyv-legal ul {
  margin: 0 0 2rem;
  padding: 1.15rem 1.15rem 1.15rem 2rem;
  list-style-type: disc;
  border-radius: 0.75rem;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.lyv-legal li {
  margin-bottom: 0.85rem;
  line-height: 1.85;
  color: rgb(212 212 216);
  font-size: 1.0625rem;
}

.lyv-legal li:last-child {
  margin-bottom: 0;
}

.lyv-legal ul + p {
  margin-top: 0.25rem;
}

.lyv-legal a {
  color: #fafafa;
  text-decoration: underline;
  text-decoration-color: rgba(250, 250, 250, 0.35);
  text-underline-offset: 3px;
  transition: text-decoration-color 0.15s ease, color 0.15s ease;
}

.lyv-legal a:hover {
  color: #fff;
  text-decoration-color: rgba(250, 250, 250, 0.7);
}

.lyv-legal strong {
  color: #fafafa;
  font-weight: 600;
}
