.styled-paragraph-component {
  font-size: 1rem;
  font-weight: 400;
  width: 100%;
}
.styled-paragraph-component.no-margin .text-formatted > :last-child {
  margin-bottom: 0;
}
.styled-paragraph-component.no-margin > :last-child {
  margin-bottom: 0;
}
.styled-paragraph-component.no-margin:last-child > *:last-child::after {
  content: none;
  display: none;
}
.styled-paragraph-component .text-formatted {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.styled-paragraph-component h2 {
  font-size: 1.5rem;
  margin-block: 0.5em;
}
.styled-paragraph-component h3 {
  font-size: 1.25rem;
  margin-block: 0.4em;
}
.styled-paragraph-component h4 {
  font-size: 1.125rem;
  margin-block: 0.3em;
}
.styled-paragraph-component p:has(+ ul, + ol) {
  margin-bottom: 0.5rem;
}
.styled-paragraph-component a {
  color: #562C80;
}
.styled-paragraph-component ul {
  list-style: none;
  padding-left: 0;
  margin-left: 8px;
}
.styled-paragraph-component ul li {
  list-style: none;
  position: relative;
  padding-left: 1.5em;
  text-align: left;
}
.styled-paragraph-component ul li::marker {
  content: none;
}
.styled-paragraph-component ul li::before {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  mask: url("../../../src/assets/images/icons/diamond.svg") no-repeat center;
  -webkit-mask: url("../../../src/assets/images/icons/diamond.svg") no-repeat center;
  background: #562C80;
  position: absolute;
  left: 0;
  top: 0.55em;
}
.styled-paragraph-component img {
  max-width: 100%;
  height: fit-content;
  object-fit: contain;
}

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