.elementor-52030 .elementor-element.elementor-element-32f19f1{--display:flex;}/* Start custom CSS for html, class: .elementor-element-d457d9b */.article-container{
  max-width: 860px;
  margin: 0 auto;
  color: #1f2937;
  line-height: 1.75;
  font-size: 17px;
}

.article-container p{
  margin: 0 0 1.15em;
}

.article-container a{
  color: #0e6bd7;
  text-decoration: none;
  font-weight: 600;
}

.article-container a:hover{
  text-decoration: underline;
}

.article-container h2{
  margin: 42px 0 18px;
  font-size: 30px;
  line-height: 1.25;
  color: #0f172a;
}

.article-container h3{
  margin: 26px 0 12px;
  font-size: 22px;
  line-height: 1.35;
  color: #0f172a;
}

.article-hero{
  background: linear-gradient(180deg, #f8fbff 0%, #eef5ff 100%);
  border: 1px solid #dbeafe;
  border-radius: 18px;
  padding: 28px 24px;
  margin: 0 0 28px;
  box-shadow: 0 10px 28px rgba(14,107,215,0.08);
}

.article-kicker{
  display: inline-block;
  margin-bottom: 12px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #dbeafe;
  color: #0e40a3;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.article-intro-title{
  margin: 0 0 14px !important;
  font-size: 34px !important;
  line-height: 1.2 !important;
  color: #0f172a;
}

.article-intro{
  font-size: 18px;
  color: #334155;
}

.article-summary{
  margin-top: 18px;
  font-weight: 700;
  color: #0f172a;
}

.cta-top,
.cta-box{
  margin-top: 22px;
}

.cta-top a,
.cta-box a{
  display: inline-block;
  background: #0e6bd7;
  color: #ffffff !important;
  padding: 14px 22px;
  border-radius: 12px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(14,107,215,0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.cta-top a:hover,
.cta-box a:hover{
  background: #0b5bb7;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(14,107,215,0.22);
}

.table-of-contents{
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 22px 22px 16px;
  margin: 26px 0 34px;
}

.table-of-contents h3{
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 20px;
}

.table-of-contents ul{
  margin: 0;
  padding-left: 18px;
}

.table-of-contents li{
  margin-bottom: 8px;
}

.checklist{
  margin: 0 0 1.4em;
  padding: 0;
  list-style: none;
}

.checklist li{
  position: relative;
  padding-left: 32px;
  margin-bottom: 10px;
}

.checklist li::before{
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #dcfce7;
  color: #15803d;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
  line-height: 22px;
}

.info-box{
  background: #eff6ff;
  border-left: 4px solid #0e6bd7;
  border-radius: 12px;
  padding: 18px 18px 14px;
  margin: 20px 0 24px;
}

.info-box p:last-child{
  margin-bottom: 0;
}

.info-table{
  width: 100%;
  border-collapse: collapse;
  margin: 22px 0 28px;
  overflow: hidden;
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(15,23,42,0.06);
}

.info-table th{
  background: #0f172a;
  color: #ffffff;
  text-align: left;
  padding: 14px 16px;
  font-size: 15px;
}

.info-table td{
  padding: 14px 16px;
  border-top: 1px solid #e5e7eb;
  background: #ffffff;
}

.info-table tr:nth-child(even) td{
  background: #f8fafc;
}

.article-figure{
  margin: 28px 0 32px;
}

.article-figure img{
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(15,23,42,0.10);
}

.article-figure figcaption{
  margin-top: 10px;
  font-size: 14px;
  color: #64748b;
  text-align: center;
}

@media (max-width: 767px){
  .article-container{
    font-size: 16px;
    line-height: 1.7;
  }

  .article-hero{
    padding: 22px 18px;
    border-radius: 16px;
  }

  .article-intro-title{
    font-size: 28px !important;
  }

  .article-container h2{
    font-size: 26px;
    margin: 34px 0 16px;
  }

  .article-container h3{
    font-size: 20px;
  }

  .cta-top a,
  .cta-box a{
    display: block;
    text-align: center;
    width: 100%;
  }

  .info-table th,
  .info-table td{
    padding: 12px 12px;
    font-size: 14px;
  }

  .table-of-contents{
    padding: 18px 16px 14px;
  }
}/* End custom CSS */