.elementor-33496 .elementor-element.elementor-element-2f8e8b1{--display:flex;}/* Start custom CSS for html, class: .elementor-element-d0b96d2 */.article-container {
  max-width: 850px;
  margin: auto;
  padding: 20px;
  font-family: Arial, sans-serif;
  line-height: 1.6;
  background: #ffffff;
  color: #222;
}

.intro-text {
  font-size: 1.1rem;
  background: #f8f9fa;
  padding: 12px;
  border-left: 4px solid #0073aa;
  margin-bottom: 20px;
}

h2 {
  margin-top: 30px;
  color: #0073aa;
  font-size: 1.3rem;
}

ul, ol {
  margin-left: 20px;
}

.image-wrapper {
  text-align: center;
  margin: 30px 0;
}

.image-wrapper img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.image-caption {
  font-size: 0.9rem;
  color: #666;
  margin-top: 8px;
}

.table-container {
  overflow-x: auto;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 15px;
}

table th, table td {
  border: 1px solid #ddd;
  padding: 10px;
}

table th {
  background: #0073aa;
  color: #fff;
}

.conclusion {
  margin-top: 25px;
  font-weight: bold;
  background: #f1f8ff;
  padding: 12px;
  border-left: 4px solid #0073aa;
}

/* Mobile Friendly */
@media (max-width: 600px) {
  .intro-text {
    font-size: 1rem;
  }

  h2 {
    font-size: 1.1rem;
  }

  table th, table td {
    font-size: 0.9rem;
    padding: 8px;
  }
}/* End custom CSS */