.elementor-20468 .elementor-element.elementor-element-15279326{--display:flex;}.elementor-widget-text-editor{color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-1d6e3751 */.tsn-article {
  max-width: 1080px;
  margin: 0 auto;
  padding: 32px 20px;
  color: #1f2933;
  line-height: 1.8;
  font-size: 17px;
}

.tsn-article img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

.tsn-article figure {
  margin: 32px 0;
  text-align: center;
}

.tsn-article figcaption {
  margin-top: 10px;
  color: #667085;
  font-size: 14px;
}

.tsn-hero-img {
  margin-bottom: 24px;
}

.tsn-hero {
  background: #f4f8fb;
  padding: 40px;
  border-radius: 18px;
  margin-bottom: 32px;
}

.tsn-label {
  display: inline-block;
  margin-bottom: 12px;
  padding: 6px 14px;
  background: #0d274d;
  color: #ffffff;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
}

.tsn-article h1 {
  font-size: 38px;
  line-height: 1.25;
  color: #0d274d;
  margin: 0 0 20px;
}

.tsn-article h2 {
  font-size: 30px;
  line-height: 1.35;
  color: #0d274d;
  margin: 48px 0 18px;
  padding-left: 14px;
  border-left: 5px solid #0d274d;
}

.tsn-article h3 {
  font-size: 22px;
  color: #183b66;
  margin: 28px 0 12px;
}

.tsn-article p {
  margin: 0 0 18px;
}

.tsn-article ul {
  padding-left: 24px;
  margin: 16px 0 24px;
}

.tsn-article li {
  margin-bottom: 8px;
}

.tsn-cta {
  display: inline-block;
  margin-top: 12px;
  padding: 12px 22px;
  background: #0d274d;
  color: #ffffff !important;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 700;
}

.tsn-cta:hover {
  opacity: 0.9;
}

.tsn-toc {
  background: #ffffff;
  border: 1px solid #d9e2ec;
  border-radius: 14px;
  padding: 24px;
  margin: 32px 0;
}

.tsn-toc strong {
  display: block;
  color: #0d274d;
  font-size: 20px;
  margin-bottom: 10px;
}

.tsn-toc ul {
  margin: 0;
}

.tsn-toc a {
  color: #0d274d;
  text-decoration: none;
  font-weight: 600;
}

.tsn-toc a:hover {
  text-decoration: underline;
}

.tsn-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 28px 0;
}

.tsn-card {
  background: #f8fafc;
  border: 1px solid #e5ecf3;
  border-radius: 14px;
  padding: 22px;
}

.tsn-card h3 {
  margin-top: 0;
  font-size: 20px;
}

.tsn-table-wrap {
  overflow-x: auto;
  margin: 24px 0;
}

.tsn-article table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
}

.tsn-article th {
  background: #0d274d;
  color: #ffffff;
  text-align: left;
  padding: 14px;
}

.tsn-article td {
  border: 1px solid #d9e2ec;
  padding: 14px;
  vertical-align: top;
}

.tsn-product-link {
  background: #eef6ff;
  border-radius: 18px;
  padding: 32px;
  margin: 48px 0;
}

.tsn-product-link h2 {
  margin-top: 0;
}

.tsn-faq-item {
  border-bottom: 1px solid #d9e2ec;
  padding: 20px 0;
}

.tsn-faq-item h3 {
  margin-top: 0;
}

@media (max-width: 768px) {
  .tsn-article {
    padding: 24px 16px;
    font-size: 16px;
  }

  .tsn-hero {
    padding: 28px 22px;
  }

  .tsn-article h1 {
    font-size: 30px;
  }

  .tsn-article h2 {
    font-size: 24px;
  }

  .tsn-card-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */