.elementor-34185 .elementor-element.elementor-element-1782d22{--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-34185 .elementor-element.elementor-element-c78f636{--display:flex;}.elementor-34185 .elementor-element.elementor-element-ae9fe72{--display:flex;}.elementor-34185 .elementor-element.elementor-element-d713e11{--display:flex;}/* Start custom CSS for container, class: .elementor-element-c78f636 *//* ================================================================
   MLPs (MASTER LIMITED PARTNERSHIPS) — PILLAR PAGE CSS
   Brand: InvestSnips (investsnips.com)
   Use: Elementor Custom CSS
   Palette: Navy #0F1B2D + Mint #6FDFB8 + Light Gray #F3F7FB
            Pipeline Amber #D97706 (MLP/energy accent — oil & gas feel)
            Energy Orange #EA580C (CTA, callout, high-yield warning)
            Stable Green #16A34A (healthy distribution / positive signal)
            Cool Blue #2563EB (FENY/ETF comparison / data reference)
   Fonts: Poppins (headings) + Inter (body)
   ================================================================ */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&family=Inter:wght@400;500;600&display=swap');

:root {
    --c-navy: #0F1B2D;
    --c-navy-mid: #1E3050;
    --c-navy-light: #3E4B5B;
    --c-mint: #6FDFB8;
    --c-mint-light: #C6F5E1;
    --c-amber: #D97706;
    --c-amber-mid: #B45309;
    --c-amber-light: #FEF3C7;
    --c-orange: #EA580C;
    --c-orange-light: #FFEDD5;
    --c-green: #16A34A;
    --c-green-light: #DCFCE7;
    --c-blue: #2563EB;
    --c-blue-light: #DBEAFE;
    --c-red: #DC2626;
    --c-red-light: #FEE2E2;
    --c-bg: #F3F7FB;
    --c-white: #FFFFFF;
    --c-border: #D8E5F0;
    --c-text: #1a2a3a;
    --c-muted: #5C7080;
    --c-warn-bg: #FFF8E7;
    --c-warn-bdr: #F5A623;
    --radius-sm: 6px;
    --radius-md: 12px;
    --radius-lg: 18px;
    --shadow-sm: 0 2px 8px rgba(15, 27, 45, 0.07);
    --shadow-md: 0 4px 20px rgba(15, 27, 45, 0.12);
    --f-head: 'Poppins', sans-serif;
    --f-body: 'Inter', sans-serif;
}

/* ── PAGE WRAPPER ─────────────────────────────────────────────── */
.mlp-page-wrapper {
    font-family: var(--f-body);
    color: var(--c-text);
    line-height: 1.75;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px 64px;
}

/* ── TYPOGRAPHY ───────────────────────────────────────────────── */
.mlp-page-wrapper h1 {
    font-family: var(--f-head);
    font-size: clamp(1.6rem, 4vw, 2.25rem);
    font-weight: 800;
    color: var(--c-navy);
    line-height: 1.2;
    margin: 32px 0 18px;
    letter-spacing: -0.02em;
}

.mlp-page-wrapper h2 {
    font-family: var(--f-head);
    font-size: clamp(1.1rem, 3vw, 1.5rem);
    font-weight: 700;
    color: var(--c-navy);
    margin: 48px 0 16px;
    padding-bottom: 10px;
    border-bottom: 3px solid var(--c-amber);
    line-height: 1.3;
}

.mlp-page-wrapper h3 {
    font-family: var(--f-head);
    font-size: clamp(0.93rem, 2.5vw, 1.1rem);
    font-weight: 600;
    color: var(--c-navy-mid);
    margin: 28px 0 10px;
}

.mlp-page-wrapper p {
    margin: 0 0 16px;
    font-size: 1rem;
}

.mlp-page-wrapper ul,
.mlp-page-wrapper ol {
    padding-left: 1.5rem;
    margin: 0 0 18px;
}

.mlp-page-wrapper li {
    margin-bottom: 8px;
    line-height: 1.7;
}

.mlp-page-wrapper a {
    color: var(--c-amber-mid);
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: color 0.2s, border-color 0.2s;
}

.mlp-page-wrapper a:hover {
    color: var(--c-navy);
    border-bottom-color: var(--c-navy);
}

/* ── INTRO LEAD ───────────────────────────────────────────────── */
.intro-lead {
    font-size: 1.04rem;
    line-height: 1.8;
    color: var(--c-navy-light);
    background: linear-gradient(135deg, var(--c-amber-light) 0%, var(--c-bg) 100%);
    border-left: 4px solid var(--c-amber);
    padding: 18px 22px;
    border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
    margin-bottom: 32px;
}

/* ── DISCLAIMER ───────────────────────────────────────────────── */
.disclaimer {
    background: var(--c-warn-bg);
    border: 1.5px solid var(--c-warn-bdr);
    border-radius: var(--radius-md);
    padding: 16px 20px;
    font-size: 0.875rem;
    color: #5c4000;
    line-height: 1.7;
    margin-bottom: 28px;
}

/* ── TABLE OF CONTENTS ────────────────────────────────────────── */
#toc {
    background: var(--c-white);
    border: 2px solid var(--c-border);
    border-radius: var(--radius-lg);
    padding: 28px 32px;
    margin: 0 0 44px;
    box-shadow: var(--shadow-sm);
    position: relative;
    overflow: hidden;
}

#toc::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    background: linear-gradient(180deg, var(--c-amber) 0%, var(--c-navy) 50%, var(--c-mint) 100%);
    border-radius: var(--radius-lg) 0 0 var(--radius-lg);
}

.toc-title {
    font-family: var(--f-head);
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--c-navy);
    margin: 0 0 14px;
}

.toc-list {
    list-style: none;
    padding: 0;
    margin: 0;
    counter-reset: toc;
}

.toc-list li {
    counter-increment: toc;
    margin: 0;
}

.toc-list li a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 7px 0;
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--c-navy-light);
    border-bottom: 1px solid var(--c-border);
    transition: all 0.2s;
}

.toc-list li:last-child a {
    border-bottom: none;
}

.toc-list li a::before {
    content: counter(toc, decimal-leading-zero);
    font-family: var(--f-head);
    font-size: 0.64rem;
    font-weight: 700;
    color: #fff;
    background: var(--c-amber);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform 0.2s, background 0.2s;
}

.toc-list li a:hover {
    color: var(--c-navy);
    padding-left: 4px;
    border-bottom-color: var(--c-amber);
}

.toc-list li a:hover::before {
    transform: scale(1.1);
    background: var(--c-navy);
}

/* ── DATA TABLES ──────────────────────────────────────────────── */
.mlp-page-wrapper .data-table-container {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 20px 0;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-sm);
    cursor: grab;
}

.mlp-page-wrapper .data-table-container:active {
    cursor: grabbing;
}

.data-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.80rem;
    background: var(--c-white);
    border-radius: var(--radius-md);
    overflow: hidden;
    min-width: 560px;
    margin: 16px 0 6px;
}

.data-table thead tr {
    background: var(--c-navy);
}

.data-table thead th {
    padding: 13px 14px;
    text-align: left;
    font-family: var(--f-head);
    font-size: 0.67rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #fff;
    white-space: nowrap;
    cursor: pointer;
    user-select: none;
    transition: background 0.2s;
}

.data-table thead th:hover {
    background: var(--c-navy-mid);
}

.data-table thead th::after {
    content: ' ⇅';
    font-size: 0.62rem;
    opacity: 0.4;
}

.data-table thead th.sort-asc::after {
    content: ' ▲';
    opacity: 1;
    color: var(--c-mint);
}

.data-table thead th.sort-desc::after {
    content: ' ▼';
    opacity: 1;
    color: var(--c-mint);
}

.data-table tbody tr {
    border-bottom: 1px solid var(--c-border);
    transition: background 0.15s;
}

.data-table tbody tr:nth-child(even) {
    background: var(--c-bg);
}

.data-table tbody tr:hover {
    background: var(--c-amber-light);
}

.data-table td {
    padding: 11px 14px;
    color: var(--c-text);
    vertical-align: middle;
    line-height: 1.5;
}

.data-table td:first-child {
    font-weight: 700;
    color: var(--c-navy);
}

/* MLP Main table special rows */
/* SJT row — suspended distributions = red warning */
#mlp-main-table tbody tr:nth-child(7) {
    background: linear-gradient(90deg, rgba(220, 38, 38, 0.07) 0%, transparent 100%);
    border-left: 4px solid var(--c-red);
}

/* FENY row — not an MLP = blue neutral border */
#mlp-main-table tbody tr:nth-child(8) {
    background: linear-gradient(90deg, rgba(37, 99, 235, 0.05) 0%, transparent 100%);
    border-left: 4px dashed var(--c-blue);
    font-style: italic;
}

/* C-Corp MLP conversions (WMB, KMI) — green for 1099 simplicity */
#mlp-main-table tbody tr:nth-child(3),
#mlp-main-table tbody tr:nth-child(4) {
    background: linear-gradient(90deg, rgba(22, 163, 74, 0.04) 0%, transparent 100%);
    border-left: 3px solid rgba(22, 163, 74, 0.4);
}

/* Semantic cell classes */
.data-table td.cell-danger {
    color: var(--c-red);
    font-weight: 700;
}

.data-table td.cell-warning {
    color: var(--c-amber);
    font-weight: 700;
}

.data-table td.cell-safe {
    color: var(--c-green);
    font-weight: 700;
}

.data-table td.cell-neutral {
    color: var(--c-blue);
    font-weight: 600;
}

.data-table td.cell-pipeline {
    color: var(--c-amber-mid);
    font-weight: 600;
}

.table-note {
    font-size: 0.77rem;
    color: var(--c-muted);
    font-style: italic;
    margin: 4px 0 24px;
}

/* ── CALLOUT BOXES ────────────────────────────────────────────── */
.callout-box {
    background: var(--c-amber-light);
    border-left: 4px solid var(--c-amber);
    border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
    padding: 16px 20px;
    margin: 24px 0;
    font-size: 0.95rem;
    color: #5c3800;
    line-height: 1.7;
}

.callout-box.callout-warning {
    background: var(--c-warn-bg);
    border-left-color: var(--c-orange);
    color: #5c4000;
}

.callout-box strong {
    display: block;
    margin-bottom: 6px;
    font-family: var(--f-head);
    font-weight: 700;
}

/* ── MLP INCOME CALCULATOR WIDGET ─────────────────────────────── */
#mlp-calc-widget {
    background: var(--c-navy);
    border-radius: var(--radius-lg);
    padding: 30px 36px;
    margin: 8px 0 36px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

#mlp-calc-widget::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--c-amber) 0%, var(--c-orange) 40%, var(--c-mint) 100%);
}

.mlp-calc-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 14px;
    margin: 20px 0;
}

.mlp-calc-label {
    display: block;
    font-size: 0.73rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 6px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.mlp-calc-input {
    width: 100%;
    padding: 11px 14px;
    background: rgba(255, 255, 255, 0.09);
    border: 1.5px solid rgba(255, 255, 255, 0.18);
    border-radius: var(--radius-sm);
    color: #fff;
    font-family: var(--f-body);
    font-size: 0.95rem;
    outline: none;
    transition: border-color 0.2s, background 0.2s;
    box-sizing: border-box;
}

.mlp-calc-input:focus {
    border-color: var(--c-mint);
    background: rgba(255, 255, 255, 0.13);
}

.mlp-calc-input::placeholder {
    color: rgba(255, 255, 255, 0.3);
}

.mlp-calc-btn {
    width: 100%;
    padding: 13px 20px;
    background: var(--c-amber);
    color: #fff;
    border: none;
    border-radius: var(--radius-sm);
    font-family: var(--f-head);
    font-size: 0.92rem;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s, transform 0.15s;
    letter-spacing: 0.02em;
}

.mlp-calc-btn:hover {
    background: var(--c-amber-mid);
    transform: translateY(-1px);
}

.mlp-calc-btn:active {
    transform: translateY(0);
}

.mlp-calc-result {
    margin-top: 20px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.06);
    border-radius: var(--radius-md);
    border: 1px solid rgba(255, 255, 255, 0.12);
    display: none;
    animation: fadeInUp 0.35s ease;
}

.mlp-calc-result.visible {
    display: block;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.calc-annual {
    font-family: var(--f-head);
    font-size: 1.85rem;
    font-weight: 800;
    color: var(--c-mint);
    margin: 6px 0;
    letter-spacing: -0.02em;
}

.calc-monthly {
    font-size: 1.1rem;
    font-weight: 600;
    color: rgba(111, 223, 184, 0.8);
    margin-bottom: 12px;
}

.calc-verdict {
    font-size: 0.87rem;
    line-height: 1.65;
}

/* ── SUMMARY BOX ──────────────────────────────────────────────── */
.summary-box {
    background: var(--c-navy);
    border-radius: var(--radius-lg);
    padding: 36px 40px;
    margin: 48px 0;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.summary-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--c-amber) 0%, var(--c-mint) 60%, var(--c-blue) 100%);
}

.summary-box h2 {
    color: var(--c-mint);
    border-bottom-color: rgba(111, 223, 184, 0.25);
    margin-top: 0;
}

.summary-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.summary-list li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.91rem;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.9);
}

.summary-list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.summary-list strong {
    color: #fff;
}

/* ── FAQ ACCORDION ────────────────────────────────────────────── */
.faq {
    margin: 24px 0 48px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.faq-item {
    background: var(--c-white);
    border: 1.5px solid var(--c-border);
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: box-shadow 0.25s, border-color 0.25s;
}

.faq-item:hover {
    box-shadow: var(--shadow-md);
    border-color: var(--c-amber);
}

.faq-item.faq-open {
    border-color: var(--c-navy);
    box-shadow: var(--shadow-md);
}

.faq-q {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 18px 22px;
    background: transparent;
    border: none;
    cursor: pointer;
    font-family: var(--f-head);
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--c-navy);
    line-height: 1.4;
    text-align: left;
    gap: 12px;
    transition: background 0.2s;
}

.faq-q:hover {
    background: var(--c-amber-light);
}

.faq-item.faq-open .faq-q {
    background: var(--c-navy);
    color: #fff;
}

.faq-icon {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--c-amber-light);
    color: var(--c-amber);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    transition: transform 0.3s, background 0.3s, color 0.3s;
}

.faq-item.faq-open .faq-icon {
    transform: rotate(45deg);
    background: var(--c-amber);
    color: #fff;
}

.faq-a {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    padding: 0 22px;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.3s ease, opacity 0.3s ease;
}

.faq-item.faq-open .faq-a {
    max-height: 1200px;
    opacity: 1;
    padding: 16px 22px 22px;
}

.faq-a p {
    font-size: 0.95rem;
    color: var(--c-text);
    line-height: 1.75;
    margin: 0;
}

/* ── READING PROGRESS BAR ─────────────────────────────────────── */
#mlp-reading-progress {
    position: fixed;
    top: 0;
    left: 0;
    width: 0%;
    height: 4px;
    background: linear-gradient(90deg, var(--c-amber) 0%, var(--c-orange) 40%, var(--c-mint) 100%);
    z-index: 9999;
    transition: width 0.1s linear;
    border-radius: 0 2px 2px 0;
}

/* ── SCROLL OFFSET ────────────────────────────────────────────── */
.mlp-page-wrapper section[id],
#toc,
#disclaimer {
    scroll-margin-top: 80px;
}

/* ── RESPONSIVE ───────────────────────────────────────────────── */
@media (max-width: 768px) {
    .mlp-page-wrapper {
        padding: 0 16px 44px;
    }

    #toc {
        padding: 20px 20px 20px 28px;
    }

    .summary-box {
        padding: 24px 22px;
        border-radius: var(--radius-md);
    }

    #mlp-calc-widget {
        padding: 22px 18px;
        border-radius: var(--radius-md);
    }

    .mlp-calc-grid {
        grid-template-columns: 1fr;
    }

    .data-table {
        font-size: 0.74rem;
    }

    .data-table td,
    .data-table th {
        padding: 9px 10px;
    }

    .faq-q {
        font-size: 0.86rem;
        padding: 14px 16px;
    }
}

@media (max-width: 480px) {
    .mlp-page-wrapper h1 {
        font-size: 1.36rem;
    }

    .mlp-page-wrapper h2 {
        font-size: 1.05rem;
    }

    .intro-lead {
        font-size: 0.92rem;
        padding: 14px 16px;
    }

    .toc-list li a {
        font-size: 0.78rem;
    }

    .calc-annual {
        font-size: 1.4rem;
    }
}

@media print {
    #mlp-reading-progress {
        display: none;
    }

    .faq-a {
        max-height: none !important;
        opacity: 1 !important;
        padding: 12px 22px 16px !important;
    }

    .data-table {
        box-shadow: none;
        border: 1px solid #ccc;
    }

    .summary-box,
    #mlp-calc-widget {
        background: #f0f0f0;
        color: #000;
    }

    .summary-box h2,
    .summary-list li,
    .summary-list strong {
        color: #000;
    }
}/* End custom CSS */