.elementor-3199 .elementor-element.elementor-element-1a1e1ab{--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-3199 .elementor-element.elementor-element-0bf5bb0{font-family:"Poppins", Sans-serif;font-size:14px;line-height:15px;color:#E7E7E7;}/* Start custom CSS for text-editor, class: .elementor-element-0bf5bb0 *//* Scroll Container */
#scroll-box {
  height: 350px;
  overflow-y: auto; /* Vertical scroll only */
  padding-right: 10px; /* Space for scrollbar */
}

/* Scrollbar Track and Thumb for WebKit Browsers */
#scroll-box::-webkit-scrollbar {
  width: 10px; /* Width of scrollbar */
}

#scroll-box::-webkit-scrollbar-track {
  background: #f0f0f0; /* Track color */
  border-radius: 5px;
}

#scroll-box::-webkit-scrollbar-thumb {
  background: #888; /* Scroll handle color */
  border-radius: 5px;
}

#scroll-box::-webkit-scrollbar-thumb:hover {
  background: #555; /* Hover color */
}

/* Firefox Support */
#scroll-box {
  scrollbar-width: thin;
  scrollbar-color: #888 #f0f0f0; /* thumb color, track color */
}/* End custom CSS */