.elementor-50 .elementor-element.elementor-element-83d5a07{--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 html, class: .elementor-element-7b53c1b *//* Sticky Disclaimer Bar */
.eco-disclaimer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #1b5e20;
  color: #f5f5dc;
  text-align: center;
  padding: 10px 15px;
  font-size: 0.85rem;
  line-height: 1.5;
  border-top: 1px solid rgba(255,255,255,0.2);
  z-index: 99999;
  box-shadow: 0 -3px 8px rgba(0,0,0,0.2);
}

/* Text inside disclaimer */
.eco-disclaimer p {
  margin: 0;
}

/* Add space at bottom so footer not hidden */
body {
  padding-bottom: 50px; /* adjust height = disclaimer bar */
}/* End custom CSS */