.acc__el:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}
.acc__el-header {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  background-color: var(--white-color);
  padding: 16px 0;
}
.acc__el-header .content {
  display: flex;
  align-items: center;
}
.acc__el-header .content .icon {
  margin-right: 12px;
}
.acc__el-header .chev {
  width: 12px;
  height: auto;
  transform-origin: center;
  transition: 0.15s ease-in-out;
}
.acc__el-body {
  max-height: 0;
  overflow: hidden;
  transition: 0.15s ease-in-out;
}
.acc__el-body p {
  font-size: 14px;
  font-weight: 300;
}
.acc__el.open .chev {
  transform: rotate(180deg);
}

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