.elementor-661 .elementor-element.elementor-element-23b83944{--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-51de3751 *//* ===== General Styles ===== */
body {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    color: #000;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background-color: #fff;
}

h1, h2, h3 {
    color: #000;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

h1 {
    font-size: 2.2em;
    line-height: 1.2;
}

h2 {
    font-size: 1.8em;
    border-bottom: 2px solid #EF4297;
    padding-bottom: 5px;
}

h3 {
    font-size: 1.4em;
    margin-top: 1em;
}

/* ===== Paragraphs ===== */
p {
    margin-bottom: 1em;
    font-size: 1em;
}

/* ===== Quick Take Box ===== */
.quick-take {
    background-color: #fdf0f7;
    border-left: 5px solid #EF4297;
    padding: 15px 20px;
    margin: 20px 0;
    border-radius: 8px;
}

.quick-take h2 {
    color: #EF4297;
    margin-bottom: 10px;
}

.quick-take ul {
    list-style-type: disc;
    margin-left: 20px;
}

/* ===== Images and Figures ===== */
figure {
    margin: 25px 0;
    text-align: center;
}

figure img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

figcaption {
    font-size: 0.9em;
    color: #555;
    margin-top: 5px;
}

/* ===== Lists ===== */
ul, ol {
    margin-left: 20px;
    margin-bottom: 1em;
}

ul li, ol li {
    margin-bottom: 0.8em;
}

/* ===== FAQ Section ===== */
#faq {
    margin-top: 40px;
}

.faq-item {
    margin-bottom: 20px;
}

.faq-item h3 {
    color: #EF4297;
    cursor: pointer;
    font-weight: 600;
    margin-bottom: 5px;
}

.faq-item p {
    margin: 0;
}

/* ===== Author Box ===== */
.author-box {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 40px;
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 10px;
    background-color: #fdf0f7;
}

.author-box img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 20px;
}

.author-info {
    flex: 1;
}

.author-info h3 {
    color: #EF4297;
    margin-top: 0;
}

.author-info p {
    margin-bottom: 10px;
}

.author-info a {
    color: #EF4297;
    text-decoration: none;
    font-weight: bold;
}

.author-info a:hover {
    text-decoration: underline;
}

/* ===== Links ===== */
a {
    color: #EF4297;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* ===== Section Spacing ===== */
section {
    padding: 20px;
    max-width: 800px;
    margin: 0 auto;
}

/* ===== Responsive Design ===== */
@media (max-width: 768px) {
    h1 {
        font-size: 1.8em;
    }

    h2 {
        font-size: 1.5em;
    }

    h3 {
        font-size: 1.2em;
    }

    .author-box {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .author-box img {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .author-info {
        flex: unset;
    }
}/* End custom CSS */