/* ===== Admin helpers (shortcodes grid & copy) ===== */
.mwp-shortcodes-grid{
  display:grid;
  grid-template-columns:1fr 12px 1fr 12px 1fr;
  gap:8px 16px;
  align-items:start;
  margin:12px 0 6px;
}
.mwp-sc-block h3{ margin:8px 0; }
.mwp-sc-sep{ border-left:1px solid #ddd; height:100%; }
.mwp-copy{
  cursor:pointer;
  user-select:none;
  padding:2px 6px;
  border:1px solid #ccd0d4;
  border-radius:3px;
  background:#f6f7f7;
  display:inline-block;
  margin-right:6px;
}
.mwp-copy:hover{ background:#eef0f1; }
.mwp-copy.mwp-copied{ background:#c7f3c3; border-color:#97e294; }
.mwp-eg{ color:#555; font-style:italic; }
.mwp-sep{ border:none; border-top:1px solid #ddd; margin:14px 0; }

/* ===== Front CTA styles (igual que pediste, prefijo mwp-*) ===== */
.mwp-llama-ahora__wrap,
.mwp-email-ahora__wrap,
.mwp-wa-ahora__wrap{
  display:inline-flex;
  flex-direction:column;
  color:#fff;
  text-decoration:none;
}
.mwp-llama-ahora__label,
.mwp-email-ahora__label,
.mwp-wa-ahora__label{
  font-weight:bold;
  margin-bottom:.35rem;
  line-height:15px;
  font-size:16px;
  color:inherit;
}
.mwp-llama-ahora__row,
.mwp-email-ahora__row,
.mwp-wa-ahora__row{
  display:inline-flex;
  align-items:center;
  gap:.8rem;
  text-decoration:none;
  color:inherit;
  font-weight:600;
  font-size:22px;
  line-height:15px;
}
.mwp-llama-ahora__icon,
.mwp-email-ahora__icon,
.mwp-wa-ahora__icon{
  width:24px; height:24px; display:block;
}

/* Puedes añadir estilos de fondo/colores de botón según tu tema */