/* Frontend grid (BP Woo Testimoni WebP v3.1.0) */
.bp-twg-grid-frontend{
  display: grid;
  grid-template-columns: repeat(var(--bp-cols-m, 1), minmax(0, 1fr));
  gap: var(--bp-gap, 12px);
  box-sizing: border-box;
  width: 100%;
}
@media (min-width:768px){
  .bp-twg-grid-frontend{ grid-template-columns: repeat(var(--bp-cols-d, 2), minmax(0, 1fr)); }
}
.bp-twg-grid-frontend .bp-twg-item{
  position: relative; width: 100%; margin: 0 !important; aspect-ratio: 1 / 1; overflow: hidden; border-radius: 12px;
}
.bp-twg-grid-frontend .bp-twg-item img{
  width: 100% !important; height: 100% !important; object-fit: cover !important; display: block !important;
}
/* Make wrapper tags layout-transparent (for builders) */
.bp-twg-grid-frontend > code,
.bp-twg-grid-frontend > pre,
.bp-twg-grid-frontend > p{ display: contents !important; }
/* WooCommerce safe */
.woocommerce div.product .entry-summary .bp-twg-grid-frontend,
.woocommerce div.product .woocommerce-Tabs-panel .bp-twg-grid-frontend{ width:100%; }
