.elementor-7338 .elementor-element.elementor-element-cf9866e{--display:flex;}/* Start custom CSS for html, class: .elementor-element-531540e */.article-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 24px 20px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.5;
  color: #444;
  background: #fff;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.article-content h1 {
  font-size: 2rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 1.2em;
  line-height: 1.2;
  text-align: center;
}

.article-content h2 {
  font-size: 1.5rem;
  color: #222;
  margin-top: 2em;
  margin-bottom: 1em;
  font-weight: 600;
}

.article-content h3 {
  font-size: 1.25rem;
  color: #333;
  margin-top: 1.5em;
  margin-bottom: 0.8em;
  font-weight: 600;
}

.article-content p {
  font-size: 15px;
  margin-bottom: 1.4em;
  color: #555;
}

.article-content ul {
  padding-left: 1.4em;
  margin-bottom: 1.6em;
  list-style-type: disc;
  color: #555;
}

.article-content ul li {
  margin-bottom: 0.6em;
}

.article-content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2em;
  font-size: 15px;
  color: #333;
}

.article-content table th,
.article-content table td {
  border: 1px solid #ddd;
  padding: 12px 15px;
  text-align: left;
}

.article-content table th {
  background-color: #0073e6;
  color: #fff;
  font-weight: 600;
}

.article-content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 2em auto;
  border-radius: 8px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.article-content img:hover {
  transform: scale(1.03);
}

.article-content a {
  color: #0073e6;
  text-decoration: none;
  transition: color 0.3s ease;
}

.article-content a:hover {
  color: #005bb5;
  text-decoration: underline;
}

/* Tips and Important boxes */
.tip-box {
  background: #e7f3ff;
  border-left: 4px solid #2196F3;
  padding: 10px 15px;
  margin-bottom: 1.5em;
  color: #2176c7;
  font-style: normal;
}

.important-box {
  background: #fff3e0;
  border-left: 4px solid #fb8c00;
  padding: 10px 15px;
  margin-bottom: 1.5em;
  color: #c77600;
  font-style: normal;
}

/* Responsive */
@media (max-width: 600px) {
  .article-content {
    padding: 16px 12px;
    font-size: 14px;
  }
  .article-content h1 {
    font-size: 1.6rem;
  }
  .article-content h2 {
    font-size: 1.25rem;
  }
  .article-content h3 {
    font-size: 1.1rem;
  }
  .article-content table th,
  .article-content table td {
    padding: 10px 8px;
    font-size: 14px;
  }
  .tip-box, .important-box {
    font-size: 14px;
    padding: 8px 12px;
  }
}/* End custom CSS */