.elementor-33819 .elementor-element.elementor-element-b5ad02c{--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-33819 .elementor-element.elementor-element-84e3e46{--display:flex;}.elementor-33819 .elementor-element.elementor-element-2004b75{--display:flex;}.elementor-33819 .elementor-element.elementor-element-eb7e07a{--display:flex;}/* Start custom CSS for container, class: .elementor-element-84e3e46 *//* InvestSnips Pillar Page — Best Dividend ETFs
   Matches clean homepage feel: deep navy text, soft neutrals, teal accents
*/

.investsnips-article{
  max-width: 980px;
  margin: 0 auto;
  padding: 10px 6px;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
  color: #0f172a;
  line-height: 1.65;
}

.investsnips-article h1{
  font-size: clamp(28px, 3.2vw, 40px);
  letter-spacing: -0.02em;
  margin: 8px 0 10px;
}

.investsnips-article h2{
  font-size: clamp(20px, 2.2vw, 28px);
  margin: 26px 0 10px;
  letter-spacing: -0.01em;
}

.investsnips-article h3{
  font-size: clamp(16px, 1.6vw, 20px);
  margin: 18px 0 8px;
}

.investsnips-article p,
.investsnips-article li{
  font-size: 16px;
}

.investsnips-article a{
  color: #0ea5a4;
  text-decoration: none;
  border-bottom: 1px solid rgba(14,165,164,0.35);
}

.investsnips-article a:hover{
  border-bottom-color: rgba(14,165,164,0.9);
}

/* Disclaimer callout */
.disclaimer{
  background: #ecfeff;
  border: 1px solid rgba(14,165,164,0.25);
  border-left: 5px solid #0ea5a4;
  color: #0f172a;
  padding: 14px 14px;
  border-radius: 12px;
  margin: 12px 0 18px;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
}

/* TOC box */
#toc{
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, 0.10);
  border-radius: 14px;
  padding: 14px 14px;
  margin: 16px 0 18px;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.06);
}

#toc strong{
  display: block;
  font-size: 15px;
  color: #0f172a;
  margin-bottom: 8px;
}

#toc ul{
  margin: 0;
  padding-left: 18px;
}

#toc li{
  margin: 6px 0;
}

#toc a{
  border-bottom: 0;
}

/* Data table */
.table-wrap{
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 14px;
  border: 1px solid rgba(15, 23, 42, 0.10);
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
}

.data-table{
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  min-width: 980px;
}

.data-table thead th{
  position: sticky;
  top: 0;
  background: #0f172a;
  color: #ffffff;
  text-align: left;
  font-weight: 700;
  font-size: 13px;
  padding: 12px 12px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
  white-space: nowrap;
}

.data-table tbody td{
  padding: 12px 12px;
  font-size: 14px;
  vertical-align: top;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.data-table tbody tr:nth-child(even){
  background: #f8fafc;
}

.data-table tbody tr:hover{
  background: #ecfeff;
}

/* Note / callout */
.note{
  background: #f1f5f9;
  border: 1px solid rgba(15, 23, 42, 0.08);
  padding: 12px 14px;
  border-radius: 12px;
  margin: 14px 0 0;
}

/* FAQ accordion (accordion-ready; JS will handle toggling later) */
.faq{
  margin-top: 12px;
  border: 1px solid rgba(15, 23, 42, 0.10);
  border-radius: 14px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
}

.faq-item + .faq-item{
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.faq-q{
  width: 100%;
  text-align: left;
  padding: 14px 14px;
  background: #ffffff;
  color: #0f172a;
  border: 0;
  outline: none;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.faq-q::after{
  content: "▾";
  font-size: 16px;
  color: #0ea5a4;
  transform: translateY(-1px);
}

.faq-q:hover{
  background: #f8fafc;
}

.faq-a{
  padding: 0 14px 14px;
  color: #0f172a;
}

.faq-a p{
  margin: 10px 0 0;
  font-size: 14.5px;
}

/* Responsive tweaks */
@media (max-width: 640px){
  .investsnips-article{ padding: 8px 4px; }
  #toc{ padding: 12px 12px; }
  .disclaimer{ padding: 12px 12px; }
  .faq-q{ padding: 12px 12px; font-size: 14.5px; }
  .faq-a{ padding: 0 12px 12px; }
}/* End custom CSS */