.elementor-4120 .elementor-element.elementor-element-f3b30dd{--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-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-d8035ff *//* Shree Balaji Projects – Disclaimer Styling */
.sbp-disclaimer {
  background: #f8f9fb;
  border-left: 5px solid #1a3cff;
  padding: 22px 24px;
  margin: 40px auto;
  max-width: 980px;
  font-size: 14px;
  line-height: 1.75;
  color: #2c2c2c;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.sbp-disclaimer strong {
  color: #0b1f6d;
}

.sbp-disclaimer h2,
.sbp-disclaimer h3 {
  margin-top: 0;
  font-weight: 600;
}

/* Mobile optimization */
@media (max-width: 768px) {
  .sbp-disclaimer {
    padding: 18px;
    font-size: 13px;
    margin: 25px 15px;
  }
}/* End custom CSS */