/* Base grid and image fit; rest is controlled by Elementor style selectors */
.ect-products {
  display: grid;
  gap: var(--ect-gap, 24px);
}

.ect-product .ect-imgwrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.ect-product .ect-imgwrap img {
  display: block;
  width: 100%;
  height: auto;
}

.ect-spec .ect-row { display: block; }

/* optional: make button full-width if desired (can be overridden) */
/* .ect-toggle { width: 100%; text-align: center; } */
