
.legal-article {
  width: 100%;
}

.legal-modified-date {
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    color: #818181;
    margin: 0 0 60px;
}

.legal-section {
  margin-bottom: 60px;
}

.legal-section:last-child {
  margin-bottom: 0;
}

.legal-section__title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: #333333;
  margin: 0 0 20px;
}
.legal-section__header {
    font-size: 24px;
    line-height: 33px;
    font-weight: 400;
    color: #333333;
    margin: 0 0 20px;
}

.legal-section__body {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #333333;
  margin: 0 0 20px;
}

.legal-section__body:last-child {
  margin-bottom: 0;
}

.legal-list {
  margin: 0 0 20px 25px;
  padding: 0;
}

.legal-list li {
    position: relative;
    padding-left: 15px;
    font-size: 18px;
    line-height: 25px;
    color: #333333;
    margin-bottom: 10px;
}
.legal-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #FF7A4F;
    flex-shrink: 0;
}

.legal-list li:last-child {
  margin-bottom: 0;
}

.legal-section__body a {
  color: var(--color-brand-orange);

}

.legal-section__body a:hover {
    text-decoration: underline;
}

.legal-section a {
    color: var(--color-brand-orange);
}

.legal-section a:hover {
    text-decoration: underline;
}
