.elementor-7672 .elementor-element.elementor-element-1c9dc4f{--display:flex;}/* Start custom CSS for html, class: .elementor-element-4be6b35 */body {
  background-color: #fff;
  margin: 0;
  padding: 0;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: #222;
  line-height: 1.6;
}

.blog-content {
  max-width: 900px;
  margin: 40px auto;
  padding: 0 20px;
}

h1 {
  font-size: 2.4rem;
  margin-bottom: 40px;
  color: #003366;
  text-align: center;
}

h2 {
  font-size: 2rem;
  margin-bottom: 24px;
  color: #004080;
  border-bottom: 2px solid #004080;
  padding-bottom: 8px;
}

h3 {
  font-size: 1.4rem;
  margin-top: 32px;
  margin-bottom: 16px;
  color: #0073e6;
}

p {
  font-size: 1rem;
  margin-bottom: 20px;
}

.responsive-img {
  max-width: 100%;
  height: auto;
  margin-bottom: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  display: block;
}

.toc {
  margin-bottom: 40px;
  padding-left: 20px;
}

.toc h2 {
  border: none;
  color: #222;
}

.toc ul {
  list-style-type: none;
  padding-left: 0;
}

.toc ul li {
  margin-bottom: 10px;
}

.toc ul li a {
  text-decoration: none;
  color: #0073e6;
  font-weight: 600;
}

.toc ul li a:hover {
  text-decoration: underline;
}

ol {
  margin-left: 20px;
}

ol li {
  margin-bottom: 15px;
}

ul {
  margin-left: 20px;
  list-style-type: disc;
}

dl dt {
  font-weight: 700;
  margin-top: 15px;
}

dl dd {
  margin-left: 20px;
  margin-bottom: 10px;
}

#external-links ul {
  padding-left: 20px;
}

#external-links ul li {
  margin-bottom: 10px;
}

#external-links a {
  color: #0073e6;
  text-decoration: none;
}

#external-links a:hover {
  text-decoration: underline;
}

#cta {
  margin-top: 50px;
  background-color: #e6f0ff;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
}

#cta h2 {
  color: #004080;
  margin-bottom: 15px;
}

#cta a {
  color: #0073e6;
  font-weight: 700;
  text-decoration: none;
  font-size: 1.1rem;
}

#cta a:hover {
  text-decoration: underline;
}/* End custom CSS */