:root {
  --medletics-green: #28d27c;
  --medletics-red: #ea5237;
}

[elem-text-shape="green"] {
  position: relative;
}

[elem-text-shape="red"] {
  position: relative;
}

[elem-text-shape="green"]::before {
  content: "";
  width: 110%;
  height: 2rem;
  position: absolute;
  top: 0;
  left: -6%;
  border: 1px solid transparent;
  border-radius: 3.125rem;
  z-index: -1;
  background: var(--medletics-green);
  transform: rotate(-3.07deg);
  flex-shrink: 0;
}

[elem-text-shape="red"]::before {
  content: "";
  width: 105%;
  height: 2rem;
  position: absolute;
  top: -4%;
  left: -3.5%;
  border: 1px solid transparent;
  border-radius: 3.125rem;
  z-index: -1;
  background: var(--medletics-red);
  transform: rotate(-2.556deg);
  flex-shrink: 0 !important;
}

@media only screen and (max-width: 991px) {
  [elem-text-shape="green"]::before {
    content: "";
    width: 112%;
    height: 1.4rem;
    top: 0;
    left: -6%;
    border-radius: 3.125rem;
    transform: rotate(-3.07deg);
  }

  [elem-text-shape="red"]::before {
    content: "";
    width: 108%;
    height: 1.4rem;
    top: -4%;
    left: -4%;
    border-radius: 3.125rem;
    transform: rotate(-2.556deg);
  }
}

/**/

.ln_faq-accordion .icon {
  transition: all 0.3s ease;
}

.ln_faq-intro_accordion .icon {
  transition: all 0.3s ease;
}

.ln_faq-accordion.is-active-accordion .icon,
.ln_faq-intro_accordion.is-active-accordion .icon {
  transform: rotate(180deg);
}
