/* Extension hook stylesheet. Add CSS with the veyo_custom_css filter. */

/* Loop / Blocks customize button — inherit the native Woo button appearance. */
.veyop-loop-customize-btn {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  margin-top: 0.5rem;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  white-space: normal;
  overflow-wrap: anywhere;
}

.veyop-loop-actions--blocks {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  width: 100%;
}

.veyop-loop-actions--blocks > .wc-block-components-product-button__button,
.veyop-loop-actions--blocks > .veyop-loop-customize-btn {
  width: auto;
  max-width: 100%;
  margin: 0 !important;
}

.veyop-loop-actions--blocks > .wc-block-components-product-button,
.veyop-loop-actions--blocks > .wc-block-components-product-button .wc-block-components-product-button__button {
  margin: 0 !important;
}
