.elementor-622 .elementor-element.elementor-element-1f96ea05{--display:flex;}.elementor-622 .elementor-element.elementor-element-1f96ea05.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 );}@media(min-width:768px){.elementor-622 .elementor-element.elementor-element-1f96ea05{--width:95.744%;}}/* Start custom CSS for text-editor, class: .elementor-element-5bd8484b *//* ---------------------------- */
/* General Blog Styling */
/* ---------------------------- */
body {
    font-family: 'Arial', sans-serif;
    line-height: 1.7;
    color: #333;
}

h1, h2, h3, h4, h5 {
    color: #222;
    line-height: 1.3;
    margin-top: 20px;
    margin-bottom: 10px;
}

p {
    margin-bottom: 15px;
    font-size: 16px;
}

ul, ol {
    margin-bottom: 15px;
    padding-left: 20px;
}

/* ---------------------------- */
/* Affiliate Disclaimer */
/* ---------------------------- */
.affiliate-disclaimer {
    background-color: #fff0f0;
    border-left: 4px solid #d6336c;
    padding: 15px 20px;
    margin: 20px 0;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 5px;
}

/* ---------------------------- */
/* 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;
}

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;
        content: attr(data-label);
    }
}

/* ---------------------------- */
/* Image & Caption Styling */
/* ---------------------------- */
figure {
    margin: 20px 0;
    text-align: center;
}

figure img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

figcaption {
    font-size: 13px;
    color: #777;
    margin-top: 5px;
}

/* ---------------------------- */
/* Author Box */
/* ---------------------------- */
.author-box {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin: 30px 0;
    background-color: #fff;
}

.author-box img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}

.author-box div {
    font-size: 15px;
    line-height: 1.5;
}

.author-box a {
    color: #d6336c;
    text-decoration: none;
}

.author-box a:hover {
    text-decoration: underline;
}

/* Responsive Author Box */
@media (max-width: 600px) {
    .author-box {
        flex-direction: column;
        align-items: flex-start;
    }
    .author-box img {
        margin-bottom: 10px;
    }
}

/* ---------------------------- */
/* Affiliate Product Links */
/* ---------------------------- */
a.affiliate-link {
    color: #d6336c;
    font-weight: 600;
    text-decoration: underline;
}

a.affiliate-link:hover {
    text-decoration: none;
}

/* ---------------------------- */
/* Blockquotes */
/* ---------------------------- */
blockquote {
    border-left: 4px solid #d6336c;
    padding-left: 15px;
    margin: 15px 0;
    color: #555;
    font-style: italic;
    background-color: #fdf0f2;
    border-radius: 5px;
}

/* ---------------------------- */
/* Lists inside table cells */
td ul, td ol {
    margin: 0;
    padding-left: 18px;
}

/* ---------------------------- */
/* Responsive Images */
img {
    max-width: 100%;
    height: auto;
}/* End custom CSS */