.elementor-2558 .elementor-element.elementor-element-c600f8f{--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-153c0407 *//* Article Layout & Typography */
.article-kicker {
  font-size: 1.25rem;
  font-style: italic;
  color: #4a5568;
  margin-bottom: 1rem;
  font-family: "Poppins", Sans-serif;
}

.article-dateline {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #1a202c;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  font-family: "Poppins", Sans-serif;
}

.article-lead {
  font-size: 1.15rem;
  line-height: 1.7;
  font-weight: 500;
  color: #2d3748;
}

.article-body {
  font-size: 1rem;
  line-height: 1.6;
  color: #2d3748;
  margin-bottom: 1.25rem;
  font-family: "Poppins", Sans-serif;
}

/* Headings */
.section-heading {
  font-size: 1.5rem;
  color: #1a202c;
  margin-top: 2rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-family: "Universal Serif";
  color: var(--Red-Primary);
}

/* Callout Quote */
.article-quote {

  padding: 1rem 1.5rem;
  margin: 1.5rem 0;
}

.quote-text {
  font-size: 1.05rem;
  font-style: italic;
  font-weight: bold;
  color: darkred;
  margin: 0;
  font-family: "Poppins", Sans-serif;
}

/* Links & Contact Info */
.article-contact {
  background-color: #f7fafc;
  border: 1px solid #e2e8f0;
  padding: 1rem;
  border-radius: 6px;
  font-size: 0.95rem;
}

.article-link {
  color: #c53030;
  text-decoration: underline;
}

.article-link:hover {
  color: #9b2c2c;
}/* End custom CSS */