.elementor-7860 .elementor-element.elementor-element-13272b9{--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-7860 .elementor-element.elementor-element-13272b9.e-con{--flex-grow:0;--flex-shrink:0;}@media(max-width:1024px) and (min-width:768px){.elementor-7860 .elementor-element.elementor-element-13272b9{--width:898px;}}/* Start custom CSS for text-editor, class: .elementor-element-a66b9ec *//* ---------------------------- */
/* GENERAL BLOG STYLING */
/* ---------------------------- */
body {
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.7;
    color: #333;
    background-color: #f9f9f9;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5 {
    color: #000; /* Black headings */
    font-weight: 700; /* Bold */
    line-height: 1.3;
    margin-top: 20px;
    margin-bottom: 10px;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 20px;
}

p {
    margin-bottom: 15px;
    font-size: 16px;
}

ul, ol {
    margin-bottom: 15px;
    padding-left: 20px;
}

/* ---------------------------- */
/* AFFILIATE DISCLAIMER (TOP & BOTTOM) */
/* ---------------------------- */
.affiliate-disclaimer,
#section-8-disclaimer-author article:first-child {
    background-color: #fff0f0;
    border-left: 4px solid #833F2E;
    padding: 15px 20px;
    margin: 20px 0;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 8px;
}

/* ---------------------------- */
/* AUTHOR BOX */
/* ---------------------------- */
#section-8-disclaimer-author article:last-child {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 12px;
    margin: 30px 0;
    background-color: #fff;
    text-align: center;
}

#section-8-disclaimer-author article:last-child img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 12px;
    border: 2px solid #833F2E;
}

#section-8-disclaimer-author article:last-child h2 {
    margin-bottom: 10px;
    font-size: 22px;
    color: #000; /* Black heading */
}

#section-8-disclaimer-author article:last-child p {
    font-size: 15px;
    line-height: 1.6;
}

/* ---------------------------- */
/* FIGURES & IMAGES */
/* ---------------------------- */
figure {
    margin: 20px 0;
    text-align: center;
}

figure img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    border: 1px solid #eee;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}

figcaption {
    font-size: 13px;
    color: #777;
    margin-top: 5px;
    font-style: italic;
}

/* ---------------------------- */
/* LEDE PARAGRAPHS */
/* ---------------------------- */
.lede {
    font-size: 17px;
    font-weight: 500;
    color: #555;
    margin-bottom: 20px;
}

/* ---------------------------- */
/* TABLE STYLING */
/* ---------------------------- */
table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 25px;
    font-size: 15px;
}

table th, table td {
    border: 1px solid #ddd;
    padding: 12px 10px;
    text-align: left;
    vertical-align: top;
}

table th {
    background-color: #f8f8f8;
    font-weight: 600;
    color: #833F2E; /* Keep table header in primary color */
}

table tr:nth-child(even) {
    background-color: #fafafa;
}

/* Responsive Table */
@media (max-width: 768px) {
    table, thead, tbody, th, td, tr { display: block; width: 100%; }
    thead tr { display: none; }
    tr { margin-bottom: 15px; border-bottom: 2px solid #eee; }
    td { border: none; position: relative; padding-left: 50%; text-align: left; }
    td:before {
        position: absolute; top: 12px; left: 15px;
        width: 45%; white-space: nowrap; font-weight: 600; color: #833F2E;
        content: attr(data-label);
    }
}

/* ---------------------------- */
/* AFFILIATE BUTTONS & LINKS */
/* ---------------------------- */
a.affiliate-link,
.affiliate-button {
    color: #833F2E;
    font-weight: 600;
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 8px;
    display: inline-block;
    margin: 10px 0;
    transition: all 0.2s ease;
    border: 1px solid #833F2E;
}

.affiliate-button {
    background-color: #833F2E;
    color: #fff !important;
}

.affiliate-button:hover {
    background-color: #5c2b1f;
    transform: translateY(-2px);
}

/* ---------------------------- */
/* BLOCKQUOTES */
/* ---------------------------- */
blockquote {
    border-left: 4px solid #833F2E;
    padding-left: 15px;
    margin: 15px 0;
    color: #555;
    font-style: italic;
    background-color: #fff0f0;
    border-radius: 8px;
}

/* ---------------------------- */
/* RESPONSIVE / MOBILE ADJUSTMENTS */
/* ---------------------------- */
@media (max-width: 768px) {
    h1 { font-size: 28px; }
    h2 { font-size: 24px; }
    h3 { font-size: 18px; }
    .affiliate-button { width: 100%; text-align: center; padding: 12px 0; }
}

@media (max-width: 480px) {
    h1 { font-size: 24px; }
    h2 { font-size: 22px; }
    h3 { font-size: 16px; }
    .author-box img { width: 60px; height: 60px; }
}

/* ---------------------------- */
/* GENERAL LINKS */
/* ---------------------------- */
a {
    color: #833F2E;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-13272b9 *//* ===============================
   General Blog Styling
=============================== */
body {
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #333;
    background-color: #f9f9f9;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5 {
    color: #222;
    line-height: 1.3;
    margin-top: 20px;
    margin-bottom: 10px;
}

p {
    margin-bottom: 15px;
}

ul, ol {
    margin-bottom: 15px;
    padding-left: 20px;
}

/* ===============================
   Blog Sections
=============================== */
.blog-section {
    max-width: 900px;
    margin: 40px auto;
    padding: 25px 30px;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.blog-section header {
    margin-bottom: 25px;
}

.blog-section .lede {
    font-size: 18px;
    color: #555;
}

/* ===============================
   Images & Captions
=============================== */
figure {
    margin: 20px 0;
    text-align: center;
}

figure img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

figcaption {
    font-size: 13px;
    color: #777;
    margin-top: 5px;
    font-style: italic;
}

/* ===============================
   Affiliate Disclaimer Box
=============================== */
.disclaimer-box {
    background-color: #fff0f0;
    border-left: 4px solid #833F2E;
    padding: 20px;
    margin: 25px 0;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.5;
}

/* ===============================
   Author Box
=============================== */
.author-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 12px;
    margin: 30px 0;
    background-color: #fff;
    text-align: center;
}

.author-box img {
    width: 60px;             /* fixed size for all devices */
    height: 60px;
    border-radius: 50%;      /* perfect circle */
    object-fit: cover;
    margin-bottom: 12px;
    border: 2px solid #833F2E;
}

.author-box .author-info {
    font-size: 15px;
    line-height: 1.5;
}

.author-box a {
    color: #833F2E;
    text-decoration: none;
    font-weight: 600;
}

.author-box a:hover {
    text-decoration: underline;
}

/* ===============================
   Affiliate Product Links & Buttons
=============================== */
a.affiliate-link, .affiliate-button {
    color: #833F2E;
    font-weight: 600;
    text-decoration: underline;
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 8px;
    display: inline-block;
    margin: 10px 0;
    transition: all 0.2s ease;
}

.affiliate-button {
    background-color: #833F2E;
    color: #fff !important;
}

.affiliate-button:hover {
    background-color: #5c2b1f;
    transform: translateY(-2px);
}

/* ===============================
   Tables
=============================== */
table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 25px;
    font-size: 15px;
}

table th, table td {
    border: 1px solid #ddd;
    padding: 12px 10px;
    text-align: left;
    vertical-align: top;
}

table th {
    background-color: #f8f8f8;
    font-weight: 600;
    color: #833F2E;
}

table tr:nth-child(even) {
    background-color: #fafafa;
}

/* Responsive Tables */
@media (max-width: 768px) {
    table, thead, tbody, th, td, tr {
        display: block;
        width: 100%;
    }
    thead tr { display: none; }
    tr { margin-bottom: 15px; border-bottom: 2px solid #eee; }
    td {
        border: none;
        position: relative;
        padding-left: 50%;
        text-align: left;
    }
    td:before {
        position: absolute;
        top: 12px;
        left: 15px;
        width: 45%;
        white-space: nowrap;
        font-weight: 600;
        color: #833F2E;
        content: attr(data-label);
    }
}

/* ===============================
   Blockquotes
=============================== */
blockquote {
    border-left: 4px solid #833F2E;
    padding-left: 15px;
    margin: 15px 0;
    color: #555;
    font-style: italic;
    background-color: #fff0f0;
    border-radius: 8px;
}

/* ===============================
   Responsive / Mobile
=============================== */
@media (max-width: 768px) {
    .blog-section {
        margin: 20px 15px;
        padding: 20px;
    }

    h2 { font-size: 24px; }
    h3 { font-size: 18px; }
    .blog-section .lede { font-size: 16px; }
}

@media (max-width: 480px) {
    .blog-section {
        padding: 15px;
    }

    h2 { font-size: 22px; }
    h3 { font-size: 16px; }
    .affiliate-button { width: 100%; text-align: center; padding: 12px 0; }
}/* End custom CSS */