.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;
}
.styled-paragraph-component.purple-bg-text-component ul li::before, .styled-paragraph-component.message-component ul li::before {
  background: #FFFFFF;
}

.default .text-component, .default .text-text-component, .default .text-text-vcenter-component, .default .quote-component, .default .image-text-component {
  padding: 0;
}

.white_background .text-component, .white_background .text-text-component, .white_background .text-text-vcenter-component, .white_background .quote-component, .white_background .image-text-component {
  background-color: #FFFFFF;
}

.purple_background .text-component, .purple_background .text-text-component, .purple_background .text-text-vcenter-component, .purple_background .quote-component, .purple_background .image-text-component {
  background-color: #562C80;
  color: #FFFFFF;
}
.purple_background .text-component a, .purple_background .text-text-component a, .purple_background .text-text-vcenter-component a, .purple_background .quote-component a, .purple_background .image-text-component a {
  color: #D2C9DF;
}
.purple_background .text-component ul li::before, .purple_background .text-text-component ul li::before, .purple_background .text-text-vcenter-component ul li::before, .purple_background .quote-component ul li::before, .purple_background .image-text-component ul li::before {
  background: #FFFFFF;
}

.white_background .text-component, .white_background .text-text-component, .white_background .text-text-vcenter-component, .white_background .quote-component, .white_background .image-text-component, .purple_background .text-component, .purple_background .text-text-component, .purple_background .text-text-vcenter-component, .purple_background .quote-component, .purple_background .image-text-component {
  border-radius: 0.75rem;
  padding: 30px;
}

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