/* プライバシーポリシー本文（cosm privacy_policy と整合）— link_terms の variables に合わせる */
.privacy-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 5px;
  line-height: 1.7;
  color: var(--terms-text);
}

.privacy-item--has-children {
  flex-wrap: wrap;
}

.privacy-item--has-children > ol {
  width: 100%;
  margin-top: 8px;
  padding-left: 0;
}

.privacy-item--indent {
  padding-left: 1em;
}

.privacy-item__number {
  margin-right: 8px;
  min-width: 2em;
  width: auto;
  text-align: right;
  flex-shrink: 0;
  color: var(--terms-text);
  font-variant-numeric: tabular-nums;
}

.privacy-item__text {
  flex: 1;
  min-width: 0;
}

.privacy-item__text a {
  color: inherit;
  text-decoration: underline;
}

.terms-content > ol:first-of-type {
  margin-bottom: 20px;
}

.terms-content > ol:first-of-type .privacy-item {
  margin-bottom: 0;
}
