.elementor-33803 .elementor-element.elementor-element-a42268c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-33803 .elementor-element.elementor-element-5213599{--display:flex;}.elementor-33803 .elementor-element.elementor-element-c2b44a2{--display:flex;}.elementor-33803 .elementor-element.elementor-element-3fde993{--display:flex;}/* Start custom CSS for container, class: .elementor-element-5213599 *//* InvestSnips-inspired palette (from homepage screenshot)
   - Light background: #f0f0f0 / #f6f7fb
   - Primary text: #102030
   - Accent teal: #40a090
   - Deep navy button tone: #0f2233
*/

.article{
  color:#102030;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  line-height:1.65;
  font-size:16px;
}

.article h1{
  font-size: clamp(28px, 3.2vw, 42px);
  line-height:1.15;
  letter-spacing:-0.02em;
  margin: 0 0 14px 0;
}

.article h2{
  margin-top: 34px;
  margin-bottom: 10px;
  font-size: clamp(20px, 2.2vw, 28px);
  line-height:1.2;
}

.article h3{
  margin-top: 18px;
  margin-bottom: 8px;
  font-size: 18px;
  line-height:1.3;
}

.article p{
  margin: 0 0 14px 0;
}

.article a{
  color:#0b6b5b;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.article a:hover{
  color:#40a090;
}

.disclaimer{
  background:#f6f7fb;
  border: 1px solid rgba(16,32,48,0.12);
  border-left: 6px solid #40a090;
  padding: 14px 16px;
  border-radius: 12px;
  margin: 14px 0 18px 0;
  box-shadow: 0 8px 18px rgba(16,32,48,0.06);
}

#toc{
  background:#f6f7fb;
  border: 1px solid rgba(16,32,48,0.12);
  padding: 14px 16px;
  border-radius: 14px;
  margin: 18px 0 22px 0;
}

#toc strong{
  display:block;
  margin-bottom: 10px;
  font-size: 15px;
}

#toc ul{
  margin: 0;
  padding-left: 18px;
}

#toc li{
  margin: 6px 0;
}

.data-table{
  width:100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 14px 0 8px 0;
  background:#ffffff;
  border: 1px solid rgba(16,32,48,0.12);
  border-radius: 14px;
  overflow:hidden;
}

.data-table thead th{
  background: #0f2233;
  color:#ffffff;
  text-align:left;
  font-weight:600;
  font-size: 13px;
  padding: 12px 12px;
  border-bottom: 1px solid rgba(255,255,255,0.10);
  position: sticky;
  top: 0; /* works if table is in a scroll container */
}

.data-table tbody td{
  padding: 12px 12px;
  vertical-align: top;
  font-size: 14px;
  border-bottom: 1px solid rgba(16,32,48,0.08);
}

.data-table tbody tr:last-child td{
  border-bottom: none;
}

.data-table tbody tr:hover td{
  background: rgba(64,160,144,0.08);
}

.article small{
  color: rgba(16,32,48,0.72);
}

.faq{
  margin-top: 10px;
  border: 1px solid rgba(16,32,48,0.12);
  background:#ffffff;
  border-radius: 14px;
  overflow:hidden;
}

.faq-item + .faq-item{
  border-top: 1px solid rgba(16,32,48,0.10);
}

.faq-q{
  width:100%;
  text-align:left;
  padding: 14px 16px;
  background:#ffffff;
  color:#102030;
  border:0;
  font-size: 15px;
  font-weight: 650;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:space-between;
}

.faq-q::after{
  content:"+";
  font-weight:700;
  color:#40a090;
  margin-left: 10px;
}

.faq-q[aria-expanded="true"]::after{
  content:"–";
}

.faq-a{
  padding: 0 16px 14px 16px;
}

.faq-a p{
  margin: 10px 0 0 0;
  color: rgba(16,32,48,0.92);
}

/* Responsive usability */
@media (max-width: 768px){
  .article{
    font-size:15px;
  }
  .data-table{
    display:block;
    overflow-x:auto;
    -webkit-overflow-scrolling: touch;
  }
  .data-table thead th{
    position: relative; /* avoid sticky issues inside overflow */
    top:auto;
  }
}/* End custom CSS */