.elementor-4184 .elementor-element.elementor-element-d3c10cf{--display:flex;overflow:visible;}/* Start custom CSS for html, class: .elementor-element-b655561 */.article-container {
  max-width: 980px;
  margin: 0 auto;
  padding: 24px;
  font-family: Arial, Helvetica, sans-serif;
  color: #222;
  line-height: 1.7;
  background: #fff;
}

.article-container h1 {
  font-size: 36px;
  line-height: 1.25;
  margin-bottom: 20px;
  color: #111;
}

.article-container h2 {
  font-size: 26px;
  margin-top: 36px;
  margin-bottom: 14px;
  color: #1f2937;
  border-left: 4px solid #17A2b8;
  padding-left: 12px;
}

.article-container h3 {
  font-size: 21px;
  margin-top: 26px;
  margin-bottom: 10px;
  color: #374151;
}

.article-container p {
  margin: 0 0 16px;
  font-size: 16px;
}

.article-container strong {
  color: #111827;
}

.article-container em {
  font-style: italic;
  color: #374151;
}

.toc {
  background: #f2fbfd;
  border: 1px solid #cbeff5;
  border-radius: 8px;
  padding: 18px 22px;
  margin: 28px 0;
}

.toc h2 {
  border-left: none;
  padding-left: 0;
  margin-top: 0;
  font-size: 22px;
  color: #126f7e;
}

.toc ul {
  margin: 0;
  padding-left: 20px;
}

.toc li {
  margin: 8px 0;
}

.toc a {
  color: #17A2b8;
  text-decoration: none;
}

.toc a:hover {
  text-decoration: underline;
}

.article-container table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
  font-size: 15px;
}

.article-container th,
.article-container td {
  border: 1px solid #d1d5db;
  padding: 12px;
  text-align: left;
  vertical-align: top;
}

.article-container th {
  background: #e6f8fb;
  color: #0f5966;
  font-weight: 700;
}

.article-container tr:nth-child(even) td {
  background: #fafafa;
}

.article-container section {
  scroll-margin-top: 20px;
}

@media (max-width: 768px) {
  .article-container {
    padding: 18px;
  }

  .article-container h1 {
    font-size: 30px;
  }

  .article-container h2 {
    font-size: 23px;
  }

  .article-container table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}
.faq-section {
  max-width: 980px;
  margin: 40px auto;
  padding: 24px;
  font-family: Arial, Helvetica, sans-serif;
  color: #222;
  background: #fff;
}

.faq-section h2 {
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: 22px;
  color: #1f2937;
  border-left: 4px solid #17A2b8;
  padding-left: 12px;
}

.faq-item {
  border: 1px solid #d7eef3;
  border-radius: 8px;
  margin-bottom: 12px;
  background: #ffffff;
  overflow: hidden;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.faq-item:hover {
  border-color: #17A2b8;
  box-shadow: 0 4px 14px rgba(23, 162, 184, 0.12);
}

.faq-item summary {
  position: relative;
  padding: 16px 48px 16px 18px;
  font-size: 17px;
  font-weight: 700;
  color: #111827;
  cursor: pointer;
  list-style: none;
  background: #f7fcfd;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #17A2b8;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  font-weight: 700;
}

.faq-item[open] summary::after {
  content: "−";
}

.faq-content {
  padding: 0 18px 16px;
  background: #fff;
}

.faq-content p {
  margin: 14px 0 0;
  font-size: 16px;
  line-height: 1.7;
  color: #374151;
}

@media (max-width: 768px) {
  .faq-section {
    padding: 18px;
  }

  .faq-section h2 {
    font-size: 24px;
  }

  .faq-item summary {
    font-size: 16px;
    padding: 15px 44px 15px 16px;
  }
}/* End custom CSS */