.references-accordion {
  padding: 24px;
  border-radius: 4px 8px 8px 4px;
  border-left: 2.5px solid var(--neutral-black-20, rgba(0, 0, 0, 0.2));
  background: var(--neutral-black-5, rgba(0, 0, 0, 0.05));
}
.references-accordion__list {
  border-radius: 8px;
  overflow: hidden;
}
.references-accordion__item {
  margin-bottom: 0.5rem;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  position: relative;
}
.references-accordion__header {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
  position: static;
}
.references-accordion__title {
  margin: 0;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  color: #000;
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.references-accordion__title:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='33' viewBox='0 0 32 33' fill='none'%3E%3Cpath d='M5.5 2.35156H24.5V17.8516V30.8516H6C2.8 30.8516 2 27.8516 2 26.3516V7.35156C2 3.35156 4.33333 2.35156 5.5 2.35156Z' fill='%23F5ADAC' stroke='%23B72926' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.5 22.3516C2.9 22.3516 2 25.3516 2 26.8516C2.16667 28.1849 3.2 30.8516 6 30.8516H24.5V22.3516H6.5Z' fill='white' stroke='%23B72926' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M24.5 26.8516H8' stroke='%23B72926' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 2.35156V22.3516' stroke='%23B72926' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 7.35156H13.5' stroke='%23B72926' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 16.8516H13.5' stroke='%23B72926' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 11.8516H13' stroke='%23B72926' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='22.5' cy='12.3516' r='5.75' fill='white' stroke='%23B72926' stroke-width='1.5'/%3E%3Cpath d='M26.9939 16.7871L26.4294 16.2933L25.4417 17.4221L26.0061 17.916L26.9939 16.7871ZM30.0061 21.416C30.3178 21.6888 30.7917 21.6572 31.0644 21.3454C31.3372 21.0337 31.3056 20.5599 30.9939 20.2871L30.0061 21.416ZM26.0061 17.916L30.0061 21.416L30.9939 20.2871L26.9939 16.7871L26.0061 17.916Z' fill='%23B72926'/%3E%3C/svg%3E") center/contain no-repeat;
}
.references-accordion__toggle-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
}
.references-accordion__toggle-icon svg {
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
  fill: #151515;
}
.references-accordion__toggle-icon svg path {
  transition: d 0.3s ease;
}
.references-accordion__header[aria-expanded=true] .references-accordion__toggle-icon svg path {
  d: path("M12 22.8516C17.5228 22.8516 22 18.3744 22 12.8516C22 7.32871 17.5228 2.85156 12 2.85156C6.47715 2.85156 2 7.32871 2 12.8516C2 18.3744 6.47715 22.8516 12 22.8516ZM7 12.8516H17");
}
.references-accordion__content {
  display: none;
  padding: 0px 24px;
}
.references-accordion__description {
  color: rgba(0, 0, 0, 0.75);
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

@media (max-width: 768px) {
  .references-accordion {
    padding: 16px;
  }
}/*# sourceMappingURL=style.css.map */