.metamarca-whatsapp-button {
  display: flex; /* en vez de inline-flex */
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  background-color: #25d366;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.2s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.metamarca-whatsapp-button:hover {
  background-color: #1ebe5b;
  text-decoration: none;
  color: #fff !important;
  transform: scale(1.02) !important;
}

.metamarca-whatsapp-button .wa-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
}

.metamarca-whatsapp-button svg {
  display: block;
}

.metamarca-whatsapp-loop .metamarca-whatsapp-button {
  font-size: 13px;
  padding: 8px 12px;
  width: auto;
  margin-top: 0;
}

/* El wrapper no debe limitar el ancho */
.metamarca-whatsapp-wrapper.metamarca-whatsapp-single {
  width: 100%;
  margin-top: 16px;
}

/* El botón debe comportarse igual que el de WooCommerce */
.metamarca-whatsapp-single .metamarca-whatsapp-button {
  display: block;
  width: 100%;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  box-sizing: border-box;
  border-radius: 8px;
  text-align: center;
}

.metamarca-whatsapp-cart .metamarca-whatsapp-button,
.metamarca-whatsapp-checkout .metamarca-whatsapp-button {
  width: 100%;
}

.metamarca-whatsapp-single .metamarca-whatsapp-button {
  display: inline-flex; /* permite alinear ícono + texto */
  align-items: center; /* centra verticalmente */
  justify-content: center; /* centra horizontalmente */
  gap: 8px; /* espacio entre ícono y texto */
  width: 100%;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  box-sizing: border-box;
  border-radius: 8px;
  text-align: center;
  background-color: #25d366;
  color: white;
  text-decoration: none;
}

.metamarca-whatsapp-single .wa-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  line-height: 0;
}

.metamarca-whatsapp-single .wa-label {
  display: inline-block;
}
