.elementor-1379 .elementor-element.elementor-element-4912578{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-b73fc8f *//* Base Text Styling */
p {
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 1.3em;
  color: #222;
}
h1 {
  font-size: 2rem;
  margin-bottom: 0.7em;
  color: #1f2937;
  line-height: 1.2;
}
h2 {
  font-size: 1.45rem;
  margin-top: 2em;
  margin-bottom: 0.6em;
  color: #1e40af;
  border-bottom: 2px solid #e5e7eb;
  padding-bottom: 5px;
}
h3 {
  font-size: 1.17rem;
  margin-top: 1.2em;
  margin-bottom: 0.3em;
  color: #1e3a8a;
}

/* List Styling */
ul {
  padding-left: 1.5em;
  margin-bottom: 1.3em;
}
ul li {
  margin-bottom: 0.6em;
  list-style-type: disc;
}

/* Call-to-Action Button Styling */
.cta-link {
  background-color: #2563eb;
  color: #fff !important;
  padding: 11px 22px;
  display: inline-block;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.2s;
  margin-top: 1em;
}
.cta-link:hover {
  background-color: #1e3a8a;
}

/* Highlighted Quote/Callout */
em {
  background: #f1f5fa;
  border-left: 4px solid #2563eb;
  padding: 7px 14px;
  border-radius: 4px;
  font-style: normal;
  display: block;
  margin: 1.2em 0;
  color: #2563eb;
  font-weight: 500;
}

/* FAQ Styling */
hr {
  border: none;
  border-top: 2px solid #dbeafe;
  margin: 2em 0;
}
h2 + h3, h3 + p {
  margin-top: 0.6em;
}

/* Responsive Tweaks for Mobile */
@media screen and (max-width: 768px) {
  h1 { font-size: 1.35rem; }
  h2 { font-size: 1.08rem; }
  p, ul li { font-size: 1rem; }
  .cta-link {
    width: 100%;
    text-align: center;
    padding: 13px 0;
  }
}/* End custom CSS */