/* v1.0.1 estilos con soporte PPOM */
.frani-dp-woo-ppom{
  border:1px solid #e5e7eb;
  border-radius:12px;
  padding:14px 16px;
  background:#fff;
  display:block;
  max-width:520px;
  box-shadow:0 1px 2px rgba(0,0,0,0.04);
  margin:8px 0 16px;
  font-family:inherit;
}
.frani-row{ display:flex; align-items:flex-start; gap:24px; }
.frani-col{ flex:1 1 0; }
.frani-amount{ font-size:30px; font-weight:800; line-height:1.1; margin:0; }
.frani-cash .frani-amount{ color:#10b981; }
.frani-cardprice .frani-amount{ color:#111827; }
.frani-label{ font-size:12px; color:#6b7280; margin-top:4px; }

.frani-shipping{ display:flex; gap:12px; align-items:center; margin-top:10px; padding:10px 12px; border-top:1px dashed #e5e7eb; background:#fafafa; border-radius:10px; }
.franidp-truck, .franidp-truckimg{ display:block; width:32px; height:32px; flex:0 0 32px; color:#3b82f6; }
.frani-shipping.size-48 .franidp-truck, .frani-shipping.size-48 .franidp-truckimg{ width:48px; height:48px; flex-basis:48px; }
.frani-shipping.size-64 .franidp-truck, .frani-shipping.size-64 .franidp-truckimg{ width:64px; height:64px; flex-basis:64px; }
.frani-shiptext{ font-size:13px; color:#4b5563; line-height:1.35; }

/* Escalar SVG inline */
.franidp-truck svg{ width:100%; height:100%; display:block; }
