/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Jan 18 2026 | 08:38:52 */
/* === IMAGE BUTTON FIX (GUTENBERG) === */
.wp-block-button.button-image {
  display: inline-block;
}

/* Reset button styles */
.wp-block-button.button-image .wp-block-button__link {
  padding: 0 !important;
  line-height: 0 !important;
  border: none;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Image fills entire button */
.wp-block-button.button-image img {
  display: block;
  width: 100% !important;
  height: auto !important;
  max-width: 300px; /* ajusta aquí el tamaño final */
  border-radius: 8px;
}
