.elementor-10 .elementor-element.elementor-element-007b33d{--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-10 .elementor-element.elementor-element-30771dd{--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-10 .elementor-element.elementor-element-0ff085e{--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-10 .elementor-element.elementor-element-55c8dbe{--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 */```html
<div style="background: white; padding: 50px; border-radius: 20px; text-align: center; max-width: 600px; margin: 0 auto;">
  <div style="width: 80px; height: 80px; background: #dbeafe; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 30px;">
    ✉️
  </div>
  <h2 style="font-size: 32px; font-weight: bold; margin-bottom: 20px;">Stay Updated with Latest Research</h2>
  <p style="font-size: 18px; color: #6b7280; margin-bottom: 40px;">Get notified about new publications...</p>
  <form style="display: flex; gap: 15px; max-width: 400px; margin: 0 auto;">
    <input type="email" placeholder="Enter your email" style="flex: 1; padding: 15px; border: 1px solid #d1d5db; border-radius: 8px;">
    <button style="background: #1e40af; color: white; padding: 15px 25px; border: none; border-radius: 8px;">Subscribe</button>
  </form>
</div>
```/* End custom CSS */