.tfc-accordion {
  background-color: #282c2b;
}
.tfc-accordion .ac {
  background-color: #282c2b;
  border: none;
  border-bottom: 1px solid white;
}
.tfc-accordion .ac .ac-header .ac-trigger {
  color: white;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.2em;
  padding-left: 0;
}
.tfc-accordion .ac .ac-header .ac-trigger::after {
  width: 20px;
  height: 20px;
  color: black;
  background-color: #cccccc;
  border-radius: 50%;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}
/*# sourceMappingURL=view.css.map */