.elementor-2857 .elementor-element.elementor-element-3039d58{--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-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-2857 .elementor-element.elementor-element-f8b0c41{margin:12% 0% calc(var(--kit-widget-spacing, 0px) + 0%) 0%;}/* Start custom CSS for heading, class: .elementor-element-f8b0c41 *//* FX Mentorium Article Styling */
.entry-content {
    max-width: 900px;
    margin: 0 auto;
    font-family: 'Plus Jakarta Sans', sans-serif;
    line-height: 1.8;
    color: #334155;
}

.entry-content h1 {
    font-size: 42px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.2;
    margin-bottom: 30px;
    letter-spacing: -1.5px;
}

.entry-content h2 {
    font-size: 28px;
    font-weight: 700;
    color: #0f172a;
    margin-top: 50px;
    margin-bottom: 20px;
    border-left: 5px solid #ff444f;
    padding-left: 20px;
}

/* Trading Image Styling */
.entry-content img {
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    margin: 40px 0;
    border: 1px solid #f1f5f9;
}

/* Highlight Box for SMC Concepts */
.smc-feature-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 30px;
    margin: 30px 0;
    position: relative;
    overflow: hidden;
}

.smc-feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: #ff444f;
}

/* Professional Author Bio Section */
.author-box-bahu {
    display: flex;
    align-items: center;
    background: #0f172a;
    color: #ffffff;
    padding: 30px;
    border-radius: 25px;
    margin-top: 60px;
}

.author-info h4 {
    margin: 0;
    color: #ff444f;
    font-size: 18px;
    text-transform: uppercase;
}/* End custom CSS */