.elementor-4113 .elementor-element.elementor-element-2487ddd{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--background-transition:0.3s;--margin-top:30px;--margin-bottom:30px;--margin-left:0px;--margin-right:0px;}.elementor-4113 .elementor-element.elementor-element-b7ecb66{width:var( --container-widget-width, 90% );max-width:90%;--container-widget-width:90%;--container-widget-flex-grow:0;color:#000000;font-size:25px;}.elementor-4113 .elementor-element.elementor-element-b7ecb66 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:20px 20px 20px 20px;border-style:solid;border-width:1px 1px 1px 1px;border-color:#2A74ED;border-radius:10px 10px 10px 10px;box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);}.elementor-4113 .elementor-element.elementor-element-b7ecb66.elementor-element{--align-self:center;}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-b7ecb66 *//* FAQ main title */
.faq-wrapper h2 {
  font-size: 34px;
  font-weight: 800;
  margin-bottom: 25px;
}

/* Section titles */
.faq-wrapper h3 {
  font-size: 26px;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 20px;
}

/* LIST ITEMS (question + description container) */
.faq-wrapper ol li {
  margin-bottom: 22px;
  line-height: 1.5;
}

/* QUESTION (number + bold text) */
.faq-wrapper ol li strong,
.faq-wrapper ol li b {
  font-size: 20px;
  font-weight: 700;
}

/* DESCRIPTION (everything after the question) */
.faq-wrapper ol li {
  font-size: 18px;          /* normal, smaller */
  font-weight: 400 !important; /* NOT bold */
}

/* Ensure description stays unbold even after <br> */
.faq-wrapper ol li br + * {
  font-weight: 400 !important;
  font-size: 15px;
}/* End custom CSS */