.elementor-7876 .elementor-element.elementor-element-879003d{--display:flex;}.elementor-7876 .elementor-element.elementor-element-879003d.e-con{--flex-grow:0;--flex-shrink:0;}@media(max-width:1024px) and (min-width:768px){.elementor-7876 .elementor-element.elementor-element-879003d{--width:893px;}}/* Start custom CSS for text-editor, class: .elementor-element-3ddf444 *//* ------------------------------
   GLOBAL TYPOGRAPHY
------------------------------ */
body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #333;
    line-height: 1.7;
    margin: 0;
    padding: 0;
}

/* Headings (Black & Bold as you required earlier) */
h1, h2, h3, h4, h5, h6 {
    color: #000;
    font-weight: 700;
    margin-bottom: 12px;
}

/* Paragraphs */
p {
    margin-bottom: 18px;
}

/* Links */
a {
    color: #0077cc;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* ------------------------------
   SECTIONS
------------------------------ */
section {
    margin-bottom: 45px;
}

/* Subtle card-style background for highlighted sections */
.highlight-section {
    background: #fafafa;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #eee;
}

/* ------------------------------
   IMAGES
------------------------------ */
.blog-image {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 10px;
    object-fit: cover;
}

/* Image credits bottom-right */
.image-credit {
    text-align: right;
    font-size: 12px;
    opacity: 0.7;
    margin-top: -10px;
    margin-bottom: 20px;
}

/* ------------------------------
   LISTS
------------------------------ */
ul, ol {
    margin-left: 25px;
    margin-bottom: 20px;
}

/* Custom bullet color */
ul li::marker {
    color: #000;
}

/* ------------------------------
   TABLES (optional if you use comparison tables)
------------------------------ */
table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

table th, table td {
    padding: 12px 15px;
    border: 1px solid #ddd;
    text-align: left;
}

table th {
    background-color: #f5f5f5;
    font-weight: bold;
}

/* ------------------------------
   AUTHOR BOX STYLING
------------------------------ */
#author-box {
    background: #f8f8f8;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 25px;
}

#author-box img {
    border: 2px solid #ccc;
}

#author-box h3 {
    margin-bottom: 10px;
}

#author-box a {
    color: #0077cc;
    font-weight: 600;
    margin-right: 12px;
}

#author-box a:hover {
    color: #005999;
}

/* ------------------------------
   AFFILIATE DISCLAIMER
------------------------------ */
.affiliate-disclaimer {
    background: #fff3cd;
    padding: 15px;
    border-left: 5px solid #ff9900;
    border-radius: 8px;
    margin: 30px 0;
    font-size: 15px;
}

/* ------------------------------
   FAQ SECTION
------------------------------ */
#section-16 h3 {
    color: #000;
    margin-top: 25px;
    font-size: 20px;
}

/* ------------------------------
   RESPONSIVE DESIGN
------------------------------ */
@media (max-width: 768px) {
    body {
        font-size: 15px;
    }

    #author-box {
        display: block;
    }

    #author-box img {
        margin-bottom: 15px;
        width: 80px;
        height: 80px;
    }
}

@media (max-width: 480px) {
    body {
        font-size: 14px;
    }

    h1 {
        font-size: 22px;
    }

    h2 {
        font-size: 20px;
    }

    .affiliate-disclaimer {
        font-size: 14px;
    }
}/* End custom CSS */