.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;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 );}.elementor-17400 .elementor-element.elementor-element-44177b8{--grid-side-margin:10px;--grid-column-gap:10px;--grid-row-gap:10px;--grid-bottom-margin:10px;}@media(max-width:1024px){ .elementor-17400 .elementor-element.elementor-element-44177b8{--grid-side-margin:10px;--grid-column-gap:10px;--grid-row-gap:10px;--grid-bottom-margin:10px;}}@media(max-width:767px){ .elementor-17400 .elementor-element.elementor-element-44177b8{--grid-side-margin:10px;--grid-column-gap:10px;--grid-row-gap:10px;--grid-bottom-margin:10px;}}/* Start custom CSS for html, class: .elementor-element-b1311bf *//* ===== FAQ Accordion Styles (Brand-aligned) ===== */
.accordion {
  max-width: 800px;
  margin: 2rem auto;
  border-top: 1px solid #ddd;
  font-family: Arial, sans-serif;
}

.accordion-item {
  border-bottom: 1px solid #ddd;
}

.accordion-button {
  width: 100%;
  text-align: left;
  background: #f9f9f9;
  color: #004B87; /* brand blue */
  padding: 1rem;
  font-size: 1.1rem;
  font-weight: 600;
  border: none;
  outline: none;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
}

.accordion-button:hover,
.accordion-button:focus {
  background: #eef3f9;
  color: #002f5e; /* darker blue on hover */
}

.accordion-button[aria-expanded="true"] {
  background: #e1ebf7;
  color: #004B87; /* active state */
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 1rem;
  background: #fff;
  color: #004B87; /* match article text colour */
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.accordion-content p {
  margin: 1rem 0;
  line-height: 1.6;
  color: inherit; /* ensure answers follow the blue */
}

.accordion-button[aria-expanded="true"] + .accordion-content {
  max-height: 300px;
  padding: 1rem;
}/* End custom CSS */