.smg-faqs .item.faq-toggle {
  margin-bottom: 0.5rem;
}
.smg-faqs .item.faq-toggle:last-of-type {
  margin-bottom: 0;
}
.smg-faqs .item.faq-toggle.open .item-title .item-toggle:after {
  content: none;
}
.smg-faqs .item.faq-toggle.open .item-content {
  display: block;
}
.smg-faqs .item.faq-toggle .item-title {
  display: flex;
  min-height: 60px;
  align-items: center;
  background-color: #ccc;
}
.smg-faqs .item.faq-toggle .item-title h3 {
  margin-bottom: 0;
  flex: 1 1 auto;
  padding: 0.5rem 2rem;
}
.smg-faqs .item.faq-toggle .item-title .item-toggle {
  position: relative;
  height: calc(60px - 0.5rem);
  width: calc(60px - 0.5rem);
  flex: 0 0 auto;
  margin-right: 0.25rem;
  background-color: rgba(255, 255, 255, 0.5);
}
.smg-faqs .item.faq-toggle .item-title .item-toggle:before {
  content: "";
  display: block;
  position: absolute;
  height: 3px;
  width: 20px;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: #000;
  border-radius: 4px;
}
.smg-faqs .item.faq-toggle .item-title .item-toggle:after {
  content: "";
  display: block;
  position: absolute;
  height: 20px;
  width: 3px;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: #000;
  border-radius: 4px;
}
.smg-faqs .item.faq-toggle .item-content {
  display: none;
  padding: 1.5rem 2rem;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.smg-faqs .item.faq-toggle .item-content *:last-of-type {
  margin-bottom: 0;
}

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