.elementor-637 .elementor-element.elementor-element-436be182{--display:flex;}.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 );}/* Start custom CSS for text-editor, class: .elementor-element-612879f9 *//* General Article Styling */
article {
    padding: 20px;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
    color: #333;
}

/* Headings */
h1, h2, h3 {
    line-height: 1.3;
    color: #222;
}

h1 {
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 20px;
}

h2 {
    font-size: 1.5em;
    margin-top: 24px;
    margin-bottom: 15px;
}

h3 {
    font-size: 1.2em;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #333;
}

h6 {
    font-size: 0.9em;
    color: #555;
    margin-bottom: 15px;
}

/* Paragraphs and Lists */
p {
    margin-bottom: 15px;
    font-size: 1em;
}

ul, ol {
    margin: 15px 0;
    padding-left: 20px;
}

li {
    margin-bottom: 10px;
}

/* Image Wrapper */
.image-wrapper {
    margin: 20px 0;
}

.image-wrapper img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
    object-fit: cover;
    object-position: center center;
}

.image-wrapper .credit {
    display: block;
    font-size: 0.85em;
    color: #666;
    margin-top: 5px;
}

/* Top Picks Section */
.top-picks {
    margin: 20px 0;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #f9f9f9;
}

.top-picks p {
    margin: 10px 0;
    font-size: 1em;
}

.top-picks a {
    color: #d6336c;
    text-decoration: none;
    margin-left: 10px;
}

.top-picks a:hover {
    text-decoration: underline;
}

/* Buy Button Styling */
.buy-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #d6336c;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 10px;
    font-size: 0.9em;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.buy-button:hover,
.buy-button:focus {
    background-color: #b5295a;
    color: #ffeb3b; /* Hover text color */
}

/* Author Box */
.author-box {
    margin: 30px 0;
    display: flex;
    align-items: center;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #fff;
    overflow: hidden;
}

.author-box img {
    max-width: 80px;
    max-height: 80px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center center;
    aspect-ratio: 1/1;
    margin-right: 15px; /* replaces flex gap */
}

.author-box a {
    color: #d6336c;
    text-decoration: none;
}

.author-box a:hover {
    text-decoration: underline;
}

/* Affiliate Disclaimer */
.affiliate-disclaimer {
    color: gray;
    font-style: italic;
    margin-top: 20px;
    font-size: 0.85em;
}

/* Mobile Responsiveness */
@media (max-width: 600px) {
    article {
        padding: 15px;
    }

    h1 {
        font-size: 1.8em;
    }

    h2 {
        font-size: 1.3em;
    }

    h3 {
        font-size: 1.1em;
    }

    .buy-button {
        width: 100%;
        text-align: center;
    }

    .author-box {
        flex-direction: column;
        text-align: center;
        padding: 15px;
    }

    .author-box img {
        margin-bottom: 10px;
        margin-right: 0; /* reset since stacked */
        max-width: 60px;
        max-height: 60px;
    }
}/* End custom CSS */