.accordion .accordion__trigger {
  align-items: center;
  background-color: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
  display: flex;
  font-family: inherit;
  font-size: 1.25rem;
  font-weight: 400;
  justify-content: space-between;
  line-height: inherit;
  padding: var(--wp--preset--spacing--20, 1em) 0;
  position: relative;
  text-align: left;
  width: 100%; }
.accordion .accordion__icon {
  flex-shrink: 0;
  width: 1.3125rem;
  height: 0.6875rem;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="21" height="12" viewBox="0 0 21 12" fill="none"><path d="M11.0273 11.0273C10.7367 11.318 10.2586 11.318 9.96797 11.0273L0.217969 1.27734C-0.0726563 0.986719 -0.0726563 0.508594 0.217969 0.217969C0.508594 -0.0726563 0.986719 -0.0726563 1.27734 0.217969L10.4977 9.43828L19.718 0.217969C20.0086 -0.0726563 20.4867 -0.0726563 20.7773 0.217969C21.068 0.508594 21.068 0.986719 20.7773 1.27734L11.0273 11.0273Z" fill="black"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform 0.2s ease; }
.accordion .accordion__trigger[aria-expanded="true"] .accordion__icon {
  transform: rotate(180deg); }
.accordion .accordion__panel {
  padding-bottom: 1.5rem; }

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