/* Legal pages (politika-za-poveritelnost, obshti-usloviya): lists inside the template's
   .privacy-rich-text get the same rhythm and type as its paragraphs. */
.privacy-rich-text ul {
  margin-top: .625rem;
  margin-bottom: 0;
  padding-left: 1.25rem;
}
.privacy-rich-text li {
  font-size: var(--_typography---body--body-md);
  line-height: var(--_typography---body--line-height-4);
  color: var(--_color---body-text);
  margin-bottom: .375rem;
}
.privacy-rich-text li:last-child { margin-bottom: 0; }
