.elm.accordion {
  line-height: normal;
}

.elm.accordion .row.is-gapless:not(:last-child) {
  margin-bottom: 0.5rem;
}

.elm.accordion .col:empty {
  height: 50px;
}

.elm.accordion .col.title {
  position: relative;
  padding: 0.75rem 0.75rem 0.75rem 1.5rem !important;
  cursor: pointer;
}

.elm.accordion .col.title::after {
  position: absolute;
  left: 0;
  top: 15px;
  font-family: "FontAwesome";
  font-weight: 900;
  content: "\f0da";
}

.elm.accordion .open > .col.title::after {
  content: "\f0d7";
}

.elm.accordion .col.content {
  padding: 0 0.75rem 0.75rem 1.5rem !important;
  display: none;
}

.elm.accordion.design_boxed .col.title {
  background-color: #eeeeee;
  padding-left: 2.5rem !important;
}

.elm.accordion.design_boxed .col.title::after {
  left: 1rem;
}

.elm.accordion.design_boxed .col.content {
  padding: 0.75rem 1rem !important;
  border: 1px solid #eeeeee;
}
