/* Add custom CSS styles below */

:root {
    color-scheme: only light;
}


@media (max-width: 1024px) {
  [id^="gb-widget"]{
  bottom:150px !important;
  } }
  
  .s-button-primary{
  background:#00B000 !important;
  color:white !important;
  border-color:#009e00 !important;

  }