/* Custom Elementor Addons (CEA) - minimal base CSS.
   Most styling is controlled via Elementor selectors from widget controls. */

.cea-dual-buttons{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
}

.cea-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  line-height:1;
}

.cea-product-card{
  overflow:hidden;
}

.cea-product-image img{
  display:block;
  width:100%;
  height:auto;
}

.cea-news-grid{
  display:grid;
}

.cea-news-card{
  overflow:hidden;
}

.cea-news-media img{
  display:block;
  width:100%;
  height:auto;
}
