.elementor-591 .elementor-element.elementor-element-4ba9c0a9{--display:flex;}.elementor-591 .elementor-element.elementor-element-4ba9c0a9.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-591 .elementor-element.elementor-element-170b1571.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-591 .elementor-element.elementor-element-b0d7ed7{--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;}@media(max-width:767px){.elementor-591 .elementor-element.elementor-element-4ba9c0a9{--width:500px;}.elementor-591 .elementor-element.elementor-element-170b1571{width:var( --container-widget-width, 329px );max-width:329px;--container-widget-width:329px;--container-widget-flex-grow:0;}}@media(min-width:768px){.elementor-591 .elementor-element.elementor-element-4ba9c0a9{--width:96.637%;}}/* Start custom CSS for text-editor, class: .elementor-element-170b1571 *//* =========================
   ARTICLE TYPOGRAPHY
========================= */
section {
    margin-bottom: 48px;
}

h1, h2, h3, h4 {
    color: #000;
    line-height: 1.35;
    margin: 28px 0 16px;
    letter-spacing: -0.02em;
}

h2 {
    font-size: 2rem;
    border-left: 4px solid #EF4297;
    padding-left: 12px;
}

h3 {
    font-size: 1.45rem;
}

p {
    font-size: 1.05rem;
    line-height: 1.75;
    margin-bottom: 18px;
    color: #111;
}

/* =========================
   LISTS – CLEAN & MODERN
========================= */
section ul {
    margin: 20px 0;
    padding-left: 22px;
}

section ul li {
    margin-bottom: 12px;
    position: relative;
}

section ul li::marker {
    color: #EF4297;
}

/* =========================
   IMAGES – EDITORIAL STYLE
========================= */
section img,
article img {
    width: 100%;
    height: auto;
    border-radius: 14px;
    margin: 22px 0 8px;
}

/* =========================
   ARTICLE BLOCK SEPARATION
========================= */
article {
    padding-bottom: 28px;
    margin-bottom: 36px;
    border-bottom: 1px solid #eee;
}

/* =========================
   LINKS & HIGHLIGHTS
========================= */
a {
    color: #EF4297;
    text-decoration: none;
    font-weight: 500;
}

a:hover {
    text-decoration: underline;
}

strong {
    color: #EF4297;
    font-weight: 600;
}

/* =========================
   AUTHOR BOX – MODERN CARD
========================= */
.author-box {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 48px;
    padding: 20px;
    background: #fafafa;
    border-radius: 16px;
}

.author-box img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
}

.author-box .info {
    font-size: 0.95rem;
    line-height: 1.6;
}

.author-box strong {
    display: block;
    font-size: 1.1rem;
    margin-bottom: 4px;
}

/* =========================
   MOBILE OPTIMIZATION
========================= */
@media (max-width: 768px) {

    h2 {
        font-size: 1.6rem;
    }

    h3 {
        font-size: 1.25rem;
    }

    p {
        font-size: 1rem;
    }

    /* Author box stacks */
    .author-box {
        flex-direction: column;
        text-align: center;
        padding: 18px;
    }

    .author-box img {
        width: 72px;
        height: 72px;
    }
}


/* Hide checkbox squares */
.faq-item input[type="checkbox"] {
    display: none;
}

/* Auto-number FAQ questions */
#faq {
    counter-reset: faq;
}

/* Style FAQ questions */
.faq-item label {
    font-weight: 700;              /* BOLD questions */
    font-size: 1.05rem;
    color: #000;
    display: block;
    margin-bottom: 8px;
}

/* Number before question */
.faq-item label::before {
    counter-increment: faq;
    content: counter(faq) ". ";
    color: #EF4297;
    font-weight: 700;
}

/* =========================
   AFFILIATE DISCLAIMER – FORCE OVERRIDE
========================= */
.affiliate-disclaimer,
.affiliate-disclaimer p {
    font-size: 9px !important;   /* VERY small, works on desktop */
    line-height: 1.2 !important;
    color: #000 !important;
}

.affiliate-disclaimer {
    margin: 10px 0 6px;
    padding: 2px 4px;
    background: transparent;
    border-left: 1px solid #EF4297;
}

.affiliate-disclaimer strong {
    font-weight: 400 !important;
}

/* Mobile – even smaller */
@media (max-width: 768px) {
    .affiliate-disclaimer,
    .affiliate-disclaimer p {
        font-size: 8px !important;
    }
}/* End custom CSS */