.elementor-87342 .elementor-element.elementor-element-4298e94{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-2c78b03 *//* ===============================
   Global Headings & Links
   =============================== */

h1, h2 {
  color: #4F37DD;
}

a {
  color: #4F37DD;
}

a:hover {
  color: #4F37DD;
}

/* ===============================
   Tables
   =============================== */

table tbody tr:nth-child(odd) td {
  background-color: #FFFFFF !important;
}

table tbody tr:nth-child(even) td {
  background-color: #F8F8F4 !important;
}

table tbody tr td {
  background-color: inherit !important;
  border: 1px solid #ddd;
}

/* ===============================
   Legacy Shadow Support (DO NOT REMOVE)
   =============================== */

.addshadow {
  box-shadow: 0px 3px 23px 2px rgba(0,0,0,0.52);
  -webkit-box-shadow: 0px 3px 23px 2px rgba(0,0,0,0.52);
  -moz-box-shadow: 0px 3px 23px 2px rgba(0,0,0,0.52);
}

/* Disable shadow explicitly */
.noshadow img {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
}

/* ===============================
   LEGACY FIGURE SUPPORT (STABLE)
   =============================== */

.fig {
  margin: 30px auto;
}

.figimage {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.figcapt {
  margin-top: 10px;
  text-align: center;
  font-style: italic;
  font-weight: bold;
  color: #555555;
  font-size: 13px;
}

/* ===============================
   NEW: Documentation Figure Standard
   =============================== */

.doc-figure {
  margin: 32px auto;
}

/* Center media only (no text bleed) */
.doc-figure-media {
  display: flex;
  justify-content: center;
}

/* Shadow + sizing for ALL image sizes */
.doc-figure-media img {
  max-width: 100%;
  height: auto;
  background: #ffffff;
  padding: 6px;
  border-radius: 6px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);
}

/* Caption styling */
.doc-figure-caption {
  margin-top: 10px;
  text-align: center;
  font-size: 0.95rem;
  color: #555;
  font-style: italic;
  font-weight: 600;
}

/* ===============================
   Utility Classes
   =============================== */

.margin15 { margin-left: 15px; }
.margin20 { margin-left: 20px; }
.margin25 { margin-left: 25px; }
.margin30 { margin-left: 30px; }
.margin50 { margin-left: 50px; }

.big {
  font-size: 20px;
}

.round img {
  border-radius: 6px;
}

.helpicon {
  width: 50px;
  height: 50px;
}

/* ===============================
   Ordered List Variants
   =============================== */

.a ol {
  list-style-type: lower-alpha;
}

.A ol {
  list-style-type: upper-alpha;
}/* End custom CSS */