/* Start custom CSS for html, class: .elementor-element-d4c6a38 *//* Ensure styles apply only to main content */
main {
  font-family: Arial, sans-serif !important;
  line-height: 1.7 !important;
  background-color: #ffffff !important; /* White background */
  color: #333 !important;
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important; /* Centers content */
  padding: 0 20px 40px !important;
}

/* Section spacing */
main section {
  margin-bottom: 40px !important;
}

/* Heading styles */
main h2 {
  color: #148bb2 !important; /* Fixed incorrect hex code */
  font-size: 26px !important;
  border-bottom: 2px solid #133258 !important; /* Dark blue underline */
  padding-bottom: 5px !important;
  margin-bottom: 25px !important;
}

/* Paragraph styling */
main p {
  margin-bottom: 25px !important;
  font-size: 18px !important;
}

/* List styles */
main ul, 
main ol {
  margin-bottom: 25px !important;
  padding-left: 25px !important;
}

/* Blockquote (for citations and emphasis) */
main blockquote {
  background: #eef5ff !important;
  border-left: 5px solid #0073e6 !important;
  padding: 20px !important;
  margin: 30px 0 !important;
  font-style: italic !important;
  color: #148bb2 !important; /* Fixed incorrect hex code */
  font-size: 18px !important;
}/* End custom CSS */