.elementor-33847 .elementor-element.elementor-element-9d66922{--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-33847 .elementor-element.elementor-element-e33b2fb{--display:flex;}.elementor-33847 .elementor-element.elementor-element-64d73b4{--display:flex;}.elementor-33847 .elementor-element.elementor-element-3941104{--display:flex;}/* Start custom CSS for container, class: .elementor-element-e33b2fb *//* ============================================================
   InvestSnips — AI Stocks Pillar Page
   Elementor Custom CSS — FIXED for light page background
   Paste into: Elementor > Page Settings > Custom CSS
   ============================================================ */

/* ── Global Reset ─────────────────────────────────────────── */
.elementor-widget-html * {
    box-sizing: border-box;
}

/* ── Typography — Dark text for WHITE/LIGHT page background ── */
.elementor-widget-html h1,
.elementor-widget-html h2,
.elementor-widget-html h3 {
    font-family: 'Inter', 'Segoe UI', system-ui, sans-serif;
    color: #0d1b2a;
    line-height: 1.25;
    margin-top: 2em;
    margin-bottom: 0.6em;
}

.elementor-widget-html h1 {
    font-size: clamp(1.75rem, 3vw, 2.4rem);
    font-weight: 800;
    color: #050e1a;
    margin-top: 0;
    letter-spacing: -0.02em;
}

.elementor-widget-html h2 {
    font-size: clamp(1.3rem, 2.2vw, 1.75rem);
    font-weight: 700;
    color: #0d1b2a;
    border-left: 4px solid #00c896;
    padding-left: 0.7em;
}

.elementor-widget-html h3 {
    font-size: clamp(1.05rem, 1.8vw, 1.25rem);
    font-weight: 700;
    color: #007a5c;
    margin-top: 1.5em;
    border-left: none;
    padding-left: 0;
}

.elementor-widget-html p,
.elementor-widget-html li {
    font-family: 'Inter', 'Segoe UI', system-ui, sans-serif;
    font-size: 1rem;
    line-height: 1.75;
    color: #2d3748;
    margin-bottom: 0.9em;
}

.elementor-widget-html strong {
    color: #0d1b2a;
    font-weight: 700;
}

.elementor-widget-html em {
    color: #4a5568;
}

.elementor-widget-html a {
    color: #007a5c;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 122, 92, 0.3);
    transition: color 0.2s ease, border-color 0.2s ease;
}

.elementor-widget-html a:hover {
    color: #00c896;
    border-bottom-color: #00c896;
}

/* ── Unordered / Ordered List ─────────────────────────────── */
.elementor-widget-html ul,
.elementor-widget-html ol {
    padding-left: 1.4em;
    margin: 0.4em 0 1.2em;
}

.elementor-widget-html ul li,
.elementor-widget-html ol li {
    color: #2d3748;
    margin-bottom: 0.5em;
}

.elementor-widget-html ul li::marker {
    color: #00c896;
}

/* ── Disclaimer Box (.disclaimer) ────────────────────────── */
.disclaimer {
    background: #fff8e7;
    border: 1px solid #f4b942;
    border-left: 5px solid #f4b942;
    border-radius: 8px;
    padding: 1rem 1.25rem;
    margin-bottom: 2rem;
    font-size: 0.875rem;
    color: #6b4c00;
    line-height: 1.6;
}

.disclaimer strong {
    color: #a36b00;
    font-weight: 700;
}

/* ── Table of Contents (#toc) ────────────────────────────── */
#toc {
    background: #f0fdf8;
    border: 1px solid #b2ede0;
    border-top: 4px solid #00c896;
    border-radius: 10px;
    padding: 1.5rem 1.75rem;
    margin: 2rem 0 2.5rem;
    max-width: 620px;
}

#toc h2 {
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #007a5c;
    margin: 0 0 1rem 0;
    border: none;
    padding: 0;
}

#toc ol {
    margin: 0;
    padding-left: 0;
    counter-reset: toc-counter;
    list-style: none;
}

#toc ol li {
    font-size: 0.925rem;
    color: #2d3748;
    margin-bottom: 0.5em;
    line-height: 1.5;
    counter-increment: toc-counter;
    padding-left: 0;
}

#toc ol li::before {
    content: counter(toc-counter) ". ";
    color: #00c896;
    font-weight: 700;
}

#toc ol li a {
    color: #2d3748;
    border-bottom: 1px solid transparent;
    transition: color 0.2s ease;
}

#toc ol li a:hover {
    color: #007a5c;
    border-bottom-color: #00c896;
}

/* ── Data Table (.data-table) ────────────────────────────── */
.table-wrapper {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 10px;
    margin: 1.5rem 0 2rem;
    cursor: grab;
    border: 1px solid #d1e8e0;
}

.table-wrapper:active {
    cursor: grabbing;
}

.data-table {
    width: 100%;
    min-width: 720px;
    border-collapse: collapse;
    font-family: 'Inter', 'Segoe UI', system-ui, sans-serif;
    font-size: 0.875rem;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
}

.data-table thead tr {
    background: #0d1b2a;
    border-bottom: 2px solid #00c896;
}

.data-table thead th {
    padding: 0.85rem 1rem;
    text-align: left;
    font-weight: 700;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #00c896;
    user-select: none;
    cursor: pointer;
    white-space: nowrap;
    position: relative;
    transition: background 0.15s ease;
}

.data-table thead th:hover {
    background: #1a2f47;
}

.data-table thead th::after {
    content: " ⇅";
    font-size: 0.68rem;
    color: #4a7a6a;
    margin-left: 3px;
}

.data-table thead th.sort-asc::after {
    content: " ▲";
    color: #00c896;
}

.data-table thead th.sort-desc::after {
    content: " ▼";
    color: #00c896;
}

.data-table tbody tr {
    border-bottom: 1px solid #e8f5f0;
    transition: background 0.15s ease;
}

.data-table tbody tr:nth-child(even) {
    background: #f7fdfb;
}

.data-table tbody tr:hover {
    background: #e6f9f3;
}

.data-table tbody td {
    padding: 0.8rem 1rem;
    color: #2d3748;
    vertical-align: top;
    line-height: 1.5;
}

/* Ticker column */
.data-table tbody td:first-child {
    font-weight: 800;
    color: #0d1b2a;
    font-size: 0.97rem;
    letter-spacing: 0.03em;
    white-space: nowrap;
}

/* Risk column */
.data-table tbody td:last-child {
    font-size: 0.82rem;
    color: #555;
}

/* Footnote below table */
.data-table+p em {
    font-size: 0.8rem;
    color: #888;
}

/* ── FAQ Accordion ─────────────────────────────────────────── */
.faq {
    margin: 2rem 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.faq-item {
    background: #ffffff;
    border: 1px solid #d1e8e0;
    border-radius: 8px;
    overflow: hidden;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.faq-item:hover {
    border-color: #00c896;
    box-shadow: 0 2px 12px rgba(0, 200, 150, 0.08);
}

.faq-item.is-open {
    border-color: #00c896;
    box-shadow: 0 2px 16px rgba(0, 200, 150, 0.1);
}

.faq-q {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.1rem 1.25rem;
    background: transparent;
    border: none;
    cursor: pointer;
    font-family: 'Inter', 'Segoe UI', system-ui, sans-serif;
    font-size: 0.97rem;
    font-weight: 600;
    color: #0d1b2a;
    text-align: left;
    line-height: 1.4;
    transition: color 0.2s ease, background 0.2s ease;
}

.faq-q:hover {
    color: #007a5c;
    background: #f0fdf8;
}

.faq-item.is-open .faq-q {
    color: #007a5c;
    background: #f0fdf8;
}

/* Chevron */
.faq-q::after {
    content: '';
    display: inline-block;
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: transform 0.3s ease;
}

.faq-item.is-open .faq-q::after {
    transform: rotate(180deg);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300c896' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
}

.faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.faq-a p {
    padding: 1rem 1.25rem 1.15rem;
    margin: 0;
    color: #374151;
    font-size: 0.925rem;
    line-height: 1.75;
    border-top: 1px solid #e8f5f0;
    background: #fafefe;
}

/* ── Reading Progress Bar ─────────────────────────────────── */
#is-reading-progress {
    position: fixed;
    top: 0;
    left: 0;
    height: 3px;
    width: 0%;
    background: linear-gradient(90deg, #00c896, #00e6ad);
    z-index: 99999;
    transition: width 0.1s linear;
    border-radius: 0 2px 2px 0;
    pointer-events: none;
}

/* ── Responsive ───────────────────────────────────────────── */
@media (max-width: 768px) {
    .elementor-widget-html h1 {
        font-size: 1.5rem;
    }

    .elementor-widget-html h2 {
        font-size: 1.2rem;
    }

    #toc {
        padding: 1.1rem;
    }

    .faq-q {
        font-size: 0.9rem;
        padding: 0.9rem 1rem;
    }

    .faq-a p {
        font-size: 0.875rem;
        padding: 0.9rem 1rem 1rem;
    }

    .data-table thead th,
    .data-table tbody td {
        padding: 0.65rem 0.75rem;
        font-size: 0.8rem;
    }

    .disclaimer {
        font-size: 0.83rem;
    }
}

@media (max-width: 480px) {
    .elementor-widget-html h1 {
        font-size: 1.35rem;
    }

    #toc {
        padding: 1rem;
    }
}/* End custom CSS */