.elementor-7716 .elementor-element.elementor-element-d05ca7d{--display:flex;}/* Start custom CSS for html, class: .elementor-element-37e5c18 */.blog-article {
  max-width: 800px;
  margin: 30px auto;
  padding: 0 20px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: #2c3e50;
  background-color: #fafafa;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

h1 {
  font-size: 2.2em;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 1.2em;
  text-align: center;
  letter-spacing: 0.03em;
}

h2 {
  font-size: 1.5em;
  font-weight: 600;
  color: #34495e;
  border-bottom: 3px solid #3498db;
  padding-bottom: 0.4em;
  margin-top: 2.5em;
  margin-bottom: 1.2em;
}

p {
  margin-bottom: 1.3em;
  color: #4a4a4a;
}

ul,
ol {
  margin: 0 0 1.8em 1.6em;
  padding-left: 1em;
  color: #4a4a4a;
}

ul li,
ol li {
  margin-bottom: 0.7em;
  line-height: 1.5;
}

a {
  color: #2980b9;
  text-decoration: none;
  font-weight: 600;
}

a:hover {
  text-decoration: underline;
}

img.mainboard-image,
img.usage-image {
  max-width: 100%;
  height: auto;
  margin: 1.5em 0;
  border-radius: 10px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.12);
  display: block;
}

dl dt {
  font-weight: 700;
  margin-top: 1.5em;
  color: #2c3e50;
}

dl dd {
  margin-left: 1.2em;
  margin-bottom: 1.3em;
  color: #555;
  font-style: normal;
}

.call-to-action {
  margin-top: 3em;
  text-align: center;
}

.call-to-action a {
  background-color: #2980b9;
  color: white;
  font-weight: 700;
  padding: 14px 36px;
  border-radius: 25px;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(41, 128, 185, 0.4);
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  display: inline-block;
  font-size: 1.1em;
}

.call-to-action a:hover {
  background-color: #1c5980;
  box-shadow: 0 6px 20px rgba(28, 89, 128, 0.7);
}

@media (max-width: 768px) {
  .blog-article {
    padding: 0 15px;
  }

  h1 {
    font-size: 1.8em;
  }

  h2 {
    font-size: 1.3em;
  }

  .call-to-action a {
    padding: 12px 28px;
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .blog-article {
    padding: 0 10px;
  }

  h1 {
    font-size: 1.5em;
  }

  h2 {
    font-size: 1.1em;
  }

  .call-to-action a {
    padding: 10px 24px;
    font-size: 0.9em;
  }
}/* End custom CSS */