.elementor-8684 .elementor-element.elementor-element-ad1839e{--display:flex;}.elementor-8684 .elementor-element.elementor-element-f3d8e07{--display:flex;}.elementor-8684 .elementor-element.elementor-element-b452ed8{--display:flex;}/* Start custom CSS for html, class: .elementor-element-cc688ec *//* Base Styles */
body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  background: #f9f9f9;
  color: #222;
}

/* Container for article */
.container {
  max-width: 800px;
  margin: 0 auto;
  padding: 1.5rem;
  background: #fff;
}

/* Header */
header h1 {
  font-size: 2.5rem;
  color: #004a99;
  margin-bottom: 1rem;
}

/* Section styling */
section {
  margin-bottom: 2rem;
}

section h2 {
  font-size: 1.75rem;
  border-bottom: 2px solid #004a99;
  padding-bottom: 0.3rem;
}

/* Scoped images */
.container img {
  display: block;
  width: 100%;
  max-width: 700px;
  height: auto;
  margin: 1rem auto;
  border-radius: 4px;
}

/* Text and lists */
p, ul {
  margin: 0.75rem 0;
}

blockquote {
  margin: 1rem 0;
  padding: 0.8rem 1rem;
  background: #f0f4f8;
  border-left: 5px solid #004a99;
}

pre {
  background: #f7f7f7;
  padding: 1rem;
  border-radius: 4px;
  overflow-x: auto;
  font-family: monospace;
}

ul {
  list-style-type: disc;
  margin-left: 1.2rem;
}

.svg-container {
  text-align: center;
  margin: 1.5rem 0;
}

/* Footer */
footer {
  border-top: 1px solid #ddd;
  padding-top: 1rem;
  font-size: 0.85rem;
  color: #555;
}
footer a {
  color: #004a99;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}/* End custom CSS */