/* [project]/styles/components/richtext.css [app-client] (css) */
.rich-text-content {
  width: 100%;
}

.rich-text-content h4 {
  margin-top: 48px;
  padding-bottom: 1rem;
  font-weight: 700;
}

.rich-text-content h6 {
  margin-bottom: 0;
  padding-bottom: .75rem;
}

.rich-text-content ol {
  padding-left: 1.5rem;
  list-style-type: decimal;
  list-style-position: inside;
}

@media (max-width: 768px) {
  .rich-text-content ol {
    padding-left: 1rem;
  }
}

.rich-text-content li {
  margin-bottom: .5rem;
}

.rich-text-content a {
  color: var(--blue);
  text-decoration: underline;
}

.rich-text-content strong {
  font-weight: 700;
}

.rich-text-content p {
  color: var(--medium-grey);
  margin-top: 1rem;
  font-size: .875rem;
}

@media (max-width: 768px) {
  .rich-text-content h4 {
    margin-top: 30px;
  }
}

/*# sourceMappingURL=styles_components_richtext_84eebd6d.css.map*/