/*!******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/accordion-item/style.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************/
.ac {
  margin-top: 8px;
  border: 1px solid #eee;
  background-color: #fff;
  box-sizing: border-box;
}

.ac .ac-header {
  margin: 0;
  padding: 0;
  font-size: inherit;
}

.ac .ac-trigger {
  font: var(--icon-fontsize, 15px);
  color: #111;
  text-align: left;
  width: 100%;
  padding: 8px 32px 8px 8px;
  cursor: pointer;
  background-color: transparent;
  transition: color 0.25s ease;
  position: relative;
  text-decoration: none;
  margin: 0;
  border: 0;
}

.after .ac-trigger::after {
  content: "";
  text-align: center;
  transform: translate(0, -50%);
  position: absolute;
  right: 10px;
  top: 50%;
  display: inline-block;
  width: calc(var(--icon-fontsize, 30px) * 0.5);
  height: calc(var(--icon-fontsize, 30px) * 0.5);
  background-color: var(--icon-color, currentColor);
  -webkit-mask-image: var(--before-icon-svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
}

.before .ac-trigger span {
  text-align: center;
  transform: translate(0, -50%);
  position: absolute;
  right: 10px;
  top: 50%;
}

.before .ac-trigger::after {
  content: "";
  padding: 8px 32px 8px 8px;
  width: calc(var(--icon-fontsize, 30px) * 0.5);
  height: calc(var(--icon-fontsize, 30px) * 0.5);
  background-color: var(--icon-color, currentColor);
  -webkit-mask-image: var(--before-icon-svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  display: inline-block;
}

.ac .ac-trigger:focus {
  color: #8a8a8a;
}

.ac .ac-panel {
  overflow: hidden;
  transition-property: height, visibility;
  transition-timing-function: ease;
}

.ac .ac-panel .ac-text {
  font: 15px/24px Arial, sans-serif;
  color: #111;
  padding: 8px;
  margin: 0;
}

.ac.js-enabled .ac-panel {
  visibility: hidden;
}

.ac.is-active .ac-panel {
  visibility: visible;
}

.after .is-active > .ac-header .ac-trigger::after {
  content: "";
  text-align: center;
  transform: translate(0, -50%);
  position: absolute;
  right: 10px;
  top: 50%;
  display: inline-block;
  width: calc(var(--icon-fontsize, 30px) * 0.5);
  height: calc(var(--icon-fontsize, 30px) * 0.5);
  background-color: var(--icon-color, currentColor);
  -webkit-mask-image: var(--after-icon-svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
}

.before .is-active > .ac-header .ac-trigger::after {
  content: "";
  padding: 8px 32px 8px 8px;
  width: calc(var(--icon-fontsize, 30px) * 0.5);
  height: calc(var(--icon-fontsize, 30px) * 0.5);
  background-color: var(--icon-color, currentColor);
  -webkit-mask-image: var(--after-icon-svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
}

/*# sourceMappingURL=style-index.css.map*/