/* Markup lives in page content (Custom HTML block). */

.statusko-legal {
  max-width: 900px;
  margin: 0 auto;
  font-family: "Mulish", sans-serif;
  color: #3f3f3f;
  line-height: 1.7;
}

.statusko-legal h1 {
  margin: 0 0 24px;
  font-family: "Mulish", sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.15;
  color: #3f3f3f;
}

.statusko-legal h2 {
  margin: 40px 0 16px;
  padding-left: 14px;
  border-left: 4px solid #f08319;
  font-family: "Mulish", sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.25;
  color: #3f3f3f;
}

.statusko-legal h3 {
  margin: 28px 0 10px;
  font-family: "Mulish", sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #f08319;
}

.statusko-legal p {
  margin: 0 0 16px;
  font-size: 16px;
  color: #3f3f3f;
}

.statusko-legal ul {
  margin: 0 0 16px;
  padding-left: 0;
  list-style: none;
}

.statusko-legal li {
  position: relative;
  margin: 0 0 10px;
  padding-left: 22px;
  font-size: 16px;
  color: #3f3f3f;
}

.statusko-legal li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f08319;
}

.statusko-legal a {
  color: #f08319;
  text-decoration: none;
}

.statusko-legal a:hover {
  text-decoration: underline;
}

.statusko-legal strong {
  font-weight: 700;
}

.statusko-legal__updated {
  margin-top: 28px;
  color: #747474;
  font-size: 14px;
}
