.oai-faq-mount {
  margin: 48px 0 24px;
  font-size: 17px;
  line-height: 1.72;
}

.oai-faq-mount__title {
  margin: 0 0 16px;
  padding: 12px 16px;
  background: #f5f5f5;
  border-left: 4px solid #2d2d2d;
  color: #2d2d2d;
  font-weight: 700 !important;
  --theme-font-weight: 700;
}

.oai-faq-mount__item-wrap {
  margin: 16px 0;
}

.oai-faq-mount__item {
  border: 1px solid #e0e0e0;
  background: #ffffff;
}

.oai-faq-mount__summary {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 18px;
  cursor: pointer;
  list-style: none;
  background: #f5f5f5;
}

.oai-faq-mount__summary::-webkit-details-marker {
  display: none;
}

.oai-faq-mount__summary::marker {
  content: "";
}

.oai-faq-mount__summary:focus-visible {
  outline: 3px solid rgba(254, 74, 34, 0.35);
  outline-offset: 2px;
}

.oai-faq-mount__question {
  flex: 1;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  color: #2d2d2d;
  font-size: 18px !important;
  line-height: 1.5;
  font-weight: 700 !important;
  --theme-font-weight: 700;
}

.oai-faq-toggle {
  min-width: 20px;
  color: #2d2d2d;
  font-size: 22px;
  line-height: 1;
  font-weight: 600;
  text-align: right;
}

.oai-faq-toggle-minus {
  display: none;
}

.oai-faq-mount__item[open] .oai-faq-toggle-plus {
  display: none;
}

.oai-faq-mount__item[open] .oai-faq-toggle-minus {
  display: inline;
}

.oai-faq-mount__answer {
  padding: 14px 18px 18px;
  color: inherit;
  font-size: 17px;
  line-height: 1.72;
}

.oai-faq-mount__answer > :first-child {
  margin-top: 0;
}

.oai-faq-mount__answer > :last-child {
  margin-bottom: 0;
}

.oai-faq-mount__answer p,
.oai-faq-mount__answer li {
  font-size: inherit;
  line-height: inherit;
}

.oai-faq-mount-editor .components-base-control {
  margin-bottom: 12px;
}

@media (max-width: 689.98px) {
  .oai-faq-mount {
    margin: 36px 0 20px;
  }

  .oai-faq-mount__summary {
    padding: 13px 14px;
  }

  .oai-faq-mount__question {
    font-size: 17px !important;
  }

  .oai-faq-mount__answer {
    padding: 13px 14px 16px;
  }
}
