/* zyg-text-with-icons section styles */

.shopify-section--zyg-text-with-icons {
  padding-top: var(--zyg-pad-top, 0rem);
  padding-bottom: var(--zyg-pad-bottom, 0rem);
  padding-left: var(--zyg-pad-left, 0rem);
  padding-right: var(--zyg-pad-right, 0rem);
}

.shopify-section--zyg-text-with-icons .zyg-text-with-icons__surface {
  background-color: var(--zyg-text-with-icons-bg, rgb(var(--background)));
  border-radius: var(--zyg-text-with-icons-radius, 0rem);
  overflow: hidden;
}
