/**
 * @file
 * FAQ block styles.
 *
 * Default layout: theme _solutions-products.scss (.section__faq).
 * Glossary split layout: _single-glossary.scss + this file (for editor).
 */
@font-face {
  font-family: "lato-fallback";
  size-adjust: 98%;
  ascent-override: 101%;
  src: local("Arial");
}
@font-face {
  font-family: "lato-fallback-light";
  size-adjust: 95%;
  ascent-override: 101%;
  src: local("Arial");
}
.single-glossary .section__faq,
.post-type-glossary .section__faq {
  background: transparent;
  padding: 5rem 0 4rem;
  text-align: left;
}
@media (max-width: 781px) {
  .single-glossary .section__faq,
  .post-type-glossary .section__faq {
    padding: 2.5rem 0;
  }
}
.single-glossary .section__faq .block-faq__layout,
.post-type-glossary .section__faq .block-faq__layout {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 0.9fr) 4.5rem minmax(0, 1.4fr);
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.4fr);
  gap: 3rem 4.5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: 1023px) {
  .single-glossary .section__faq .block-faq__layout,
  .post-type-glossary .section__faq .block-faq__layout {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 2rem auto 2rem auto;
        grid-template-areas: "title" "items" "aside";
    gap: 2rem;
  }
}
.single-glossary .section__faq .block-faq__intro,
.post-type-glossary .section__faq .block-faq__intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media (max-width: 1023px) {
  .single-glossary .section__faq .block-faq__intro,
  .post-type-glossary .section__faq .block-faq__intro {
    display: contents;
  }
}
.single-glossary .section__faq .block-faq__title,
.post-type-glossary .section__faq .block-faq__title {
  margin: 0;
  font-size: clamp(2rem, 1.5rem + 1.2vw, 2.75rem);
  line-height: 1.15;
  font-weight: 700;
  text-align: left;
}
.single-glossary .section__faq .block-faq__title:after,
.post-type-glossary .section__faq .block-faq__title:after {
  display: none;
}
@media (max-width: 1023px) {
  .single-glossary .section__faq .block-faq__title,
  .post-type-glossary .section__faq .block-faq__title {
    grid-area: title;
  }
}
@media (max-width: 1023px) {
  .single-glossary .section__faq .block-faq__aside,
  .post-type-glossary .section__faq .block-faq__aside {
    grid-area: aside;
  }
}
@media (max-width: 1023px) {
  .single-glossary .section__faq .block-faq__items,
  .post-type-glossary .section__faq .block-faq__items {
    grid-area: items;
  }
}
@media (max-width: 1023px) {
  .single-glossary .section__faq .block-faq__title,
  .post-type-glossary .section__faq .block-faq__title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .single-glossary .section__faq .block-faq__aside,
  .post-type-glossary .section__faq .block-faq__aside {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .single-glossary .section__faq .block-faq__items,
  .post-type-glossary .section__faq .block-faq__items {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
.single-glossary .section__faq .block-faq__help,
.post-type-glossary .section__faq .block-faq__help {
  margin: 0 0 1.75rem;
  font-size: 1.125rem;
  line-height: 1.5;
  color: #000000;
}
.single-glossary .section__faq .faq-toggle,
.post-type-glossary .section__faq .faq-toggle {
  margin-top: 0;
}
.single-glossary .section__faq .toggle-item,
.post-type-glossary .section__faq .toggle-item {
  padding: 1.25rem 3.5rem 1.25rem 1.5rem;
  margin: 0 0 1rem;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0.75rem;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}
.single-glossary .section__faq .toggle-item:after,
.post-type-glossary .section__faq .toggle-item:after {
  content: "" !important;
  width: 1.75rem;
  height: 1.75rem;
  right: 1.25rem;
  top: 1.25rem;
  background-color: #f6f6f6;
  border-radius: 0.35rem;
  background-image: url('data:image/svg+xml;utf8,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.3335 8H12.6668" stroke="%233557FF" stroke-linecap="round" stroke-linejoin="round"/><path d="M8.00488 3.33833L8.00488 12.6717" stroke="%233557FF" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
}
.single-glossary .section__faq .toggle-item.active:after,
.post-type-glossary .section__faq .toggle-item.active:after {
  content: "" !important;
  background-image: url('data:image/svg+xml;utf8,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.3335 8H12.6668" stroke="%233557FF" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.single-glossary .section__faq .toggle-item .tab-title,
.post-type-glossary .section__faq .toggle-item .tab-title {
  font-size: clamp(1.125rem, 1.2vw, 1.375rem);
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
  padding-right: 0.5rem;
}
.single-glossary .section__faq .toggle-item .tab-content > div,
.post-type-glossary .section__faq .toggle-item .tab-content > div {
  padding-top: 0.75rem;
}
.single-glossary .section__faq .toggle-item .tab-content p,
.single-glossary .section__faq .toggle-item .tab-content ul,
.single-glossary .section__faq .toggle-item .tab-content ol,
.post-type-glossary .section__faq .toggle-item .tab-content p,
.post-type-glossary .section__faq .toggle-item .tab-content ul,
.post-type-glossary .section__faq .toggle-item .tab-content ol {
  font-size: 1.125rem !important;
  line-height: 1.6 !important;
  color: #000000;
}
.single-glossary .section__faq .toggle-item .tab-content p:last-child,
.single-glossary .section__faq .toggle-item .tab-content ul:last-child,
.single-glossary .section__faq .toggle-item .tab-content ol:last-child,
.post-type-glossary .section__faq .toggle-item .tab-content p:last-child,
.post-type-glossary .section__faq .toggle-item .tab-content ul:last-child,
.post-type-glossary .section__faq .toggle-item .tab-content ol:last-child {
  margin-bottom: 0;
}