.elementor-6245 .elementor-element.elementor-element-ef2712e{--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-6245 .elementor-element.elementor-element-f06247d{--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;}/* Start custom CSS for text-editor, class: .elementor-element-e6d0b23 */article {
    padding: 24px;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #2d2d2d;
    max-width: 800px;
    margin: 0 auto;
}
h1, h2, h3, h4, h5, h6, h7, h8, h9 {
    color: #000000;
}
h1 {
    font-size: 2.25em;
    font-weight: 700;
    margin-bottom: 16px;
}
h2 {
    font-size: 1.75em;
    font-weight: 600;
    margin: 32px 0 16px;
}
h3 {
    font-size: 1.25em;
    font-weight: 600;
    margin: 24px 0 12px;
}
h6 {
    font-size: 0.875em;
    font-weight: 500;
    margin: 16px 0;
}
ul {
    list-style: none;
    padding-left: 20px;
    margin: 16px 0;
}
ul li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 24px;
}
ul li:before {
    content: '•';
    position: absolute;
    left: 0;
    color: #6B2D1E;
    font-size: 1.2em;
}
a {
    color: #6B2D1E;
    text-decoration: none;
    transition: color 0.2s ease;
}
a:hover {
    color: #8B3F2E;
    text-decoration: underline;
}
.image-wrapper {
    margin: 32px 0;
    text-align: center;
}
.image-wrapper img {
    width: 100%;
    max-width: 700px;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.image-wrapper .credit {
    display: block;
    font-size: 0.875em;
    color: #666;
    text-align: right;
    margin-top: 8px;
}
table {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Inter', Arial, sans-serif;
    margin: 24px 0;
    font-size: 0.95em;
}
th, td {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #e0e0e0;
}
th {
    background: #6B2D1E;
    color: #fff;
    font-weight: 600;
}
td {
    background: #fff;
}
tr:nth-child(even) td {
    background: #f8f8f8;
}
.author-box {
    margin: 32px 0;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    background: #fdfdfd;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.author-box img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    border: 2px solid #e0e0e0;
}
.author-box div {
    font-size: 0.95em;
    line-height: 1.6;
}
.experience-box {
    margin: 20px 0;
    padding: 16px;
    background: #f9f4f0;
    border-left: 4px solid #6B2D1E;
    border-radius: 8px;
    font-size: 0.95em;
    line-height: 1.6;
}
@media (max-width: 600px) {
    article {
        padding: 16px;
    }
    h1 {
        font-size: 1.75em;
    }
    h2 {
        font-size: 1.5em;
    }
    h3 {
        font-size: 1.125em;
    }
    .author-box {
        flex-direction: column;
        text-align: center;
        padding: 16px;
    }
    .author-box img {
        margin-bottom: 12px;
    }
    .author-box div {
        font-size: 0.9em;
    }
    .experience-box {
        font-size: 0.9em;
        padding: 12px;
    }
    .image-wrapper img {
        max-width: 100%;
    }
    table {
        font-size: 0.85em;
    }
    th, td {
        padding: 8px;
        display: block;
        width: 100%;
        box-sizing: border-box;
    }
    th {
        text-align: center;
    }
    td {
        text-align: left;
        border-bottom: none;
        border-top: 1px solid #e0e0e0;
    }
    tr {
        display: block;
        margin-bottom: 16px;
        border: 1px solid #e0e0e0;
        border-radius: 8px;
        padding: 8px;
    }
    tr:nth-child(even) td {
        background: #fff;
    }
    tr:nth-child(even) {
        background: #f8f8f8;
    }
}


.image-wrapper .credit {
    display: block; /* Ensure credit appears on a new line below the image */
    font-size: 0.85em; /* Match the size of the removed disclaimer */
    color: #666; /* Gray color for a subtle look, matching the disclaimer’s style */
    font-style: italic; /* Italicize for distinction */
    margin-top: 8px; /* Space between image and credit */
    text-align: center; /* Center the credit text */
}/* End custom CSS */