    /* LA PRENSA · interactivo compacto para columna (máx. 650px)
       Namespace exclusivo: lpfm-
       Todo queda encapsulado dentro de #lpfm-widget */
    #lpfm-widget{
      --lpfm-red:#C60018;
      --lpfm-red-dark:#9A0012;
      --lpfm-black:#000;
      --lpfm-ink:#1E1E1E;
      --lpfm-muted:#5C5C5C;
      --lpfm-line:#E0E0E0;
      --lpfm-soft:#F5F3F3;
      --lpfm-white:#fff;
      --lpfm-ui:'Archivo',Arial,sans-serif;
      --lpfm-title:'Source Serif 4',Georgia,serif;
      width:100%;
      max-width:650px;
      margin:14px auto;
      font-family:var(--lpfm-ui);
      color:var(--lpfm-ink);
      -webkit-font-smoothing:antialiased;
    }
    #lpfm-widget *,#lpfm-widget *::before,#lpfm-widget *::after{box-sizing:border-box}
    #lpfm-widget button,#lpfm-widget select{font:inherit}

    #lpfm-widget .lpfm-card{
      overflow:hidden;
      background:var(--lpfm-white);
      border:1px solid var(--lpfm-line);
      border-top:5px solid var(--lpfm-red);
      border-radius:4px;
      box-shadow:0 5px 18px rgba(0,0,0,.06);
    }

    #lpfm-widget .lpfm-head{padding:20px 22px 17px}
    #lpfm-widget .lpfm-kicker{
      margin:0 0 6px;
      color:var(--lpfm-red);
      font-size:13px;
      line-height:1;
      font-weight:800;
      letter-spacing:.9px;
      text-transform:uppercase;
    }
    #lpfm-widget .lpfm-title{
      margin:0;
      max-width:600px;
      font-size:clamp(30px,5.4vw,38px);
      line-height:1.03;
      letter-spacing:-.55px;
      color:var(--lpfm-black);
    }
    #lpfm-widget .lpfm-intro{
      margin:9px 0 0;
      color:var(--lpfm-muted);
      font-size:15px;
      line-height:1.45;
    }

    #lpfm-widget .lpfm-stats{
      display:grid;
      grid-template-columns:1.25fr .75fr .75fr;
      border-top:1px solid var(--lpfm-line);
      border-bottom:1px solid var(--lpfm-line);
      background:var(--lpfm-soft);
    }
    #lpfm-widget .lpfm-stat{padding:13px 15px}
    #lpfm-widget .lpfm-stat + .lpfm-stat{border-left:1px solid var(--lpfm-line)}
    #lpfm-widget .lpfm-stat strong{
      display:block;
      color:var(--lpfm-black);
      font-size:22px;
      line-height:1;
      font-weight:800;
      letter-spacing:-.25px;
    }
    #lpfm-widget .lpfm-stat:first-child strong{color:var(--lpfm-red)}
    #lpfm-widget .lpfm-stat span{
      display:block;
      margin-top:4px;
      color:#707070;
      font-size:10.5px;
      line-height:1.25;
      font-weight:700;
      letter-spacing:.35px;
      text-transform:uppercase;
    }

    #lpfm-widget .lpfm-context{
      display:flex;
      align-items:center;
      gap:12px;
      padding:12px 18px;
      background:#111;
      color:#fff;
    }
    #lpfm-widget .lpfm-context-badge{
      flex:0 0 auto;
      padding:5px 8px;
      border-radius:2px;
      background:var(--lpfm-red);
      color:#fff;
      font-size:11px;
      line-height:1;
      font-weight:800;
      letter-spacing:.5px;
      text-transform:uppercase;
    }
    #lpfm-widget .lpfm-context-text{
      min-width:0;
      font-size:13px;
      line-height:1.35;
      color:rgba(255,255,255,.88);
    }
    #lpfm-widget .lpfm-context-text strong{color:#fff}

    #lpfm-widget .lpfm-controls{
      display:grid;
      grid-template-columns:44px minmax(0,1fr) 44px;
      gap:8px;
      padding:13px 16px;
      border-bottom:1px solid var(--lpfm-line);
      background:#fff;
    }
    #lpfm-widget .lpfm-nav{
      display:grid;
      place-items:center;
      width:44px;
      height:44px;
      padding:0;
      border:1px solid var(--lpfm-line);
      border-radius:3px;
      background:var(--lpfm-soft);
      color:var(--lpfm-black);
      font-size:23px;
      line-height:1;
      font-weight:800;
      cursor:pointer;
    }
    #lpfm-widget .lpfm-nav:hover{border-color:var(--lpfm-red);color:var(--lpfm-red);background:#fff}
    #lpfm-widget .lpfm-nav:focus-visible,#lpfm-widget .lpfm-select:focus-visible{outline:3px solid rgba(198,0,24,.16);outline-offset:1px}
    #lpfm-widget .lpfm-select{
      width:100%;
      height:44px;
      padding:0 34px 0 12px;
      border:1px solid var(--lpfm-line);
      border-radius:3px;
      background:#fff;
      color:var(--lpfm-ink);
      font-size:14px;
      font-weight:700;
      cursor:pointer;
    }

    #lpfm-widget .lpfm-detail{padding:17px 20px 16px;min-height:190px}
    #lpfm-widget .lpfm-detail-top{
      display:grid;
      grid-template-columns:52px minmax(0,1fr) auto;
      align-items:start;
      gap:13px;
    }
    #lpfm-widget .lpfm-avatar{
      display:grid;
      place-items:center;
      width:52px;
      height:52px;
      border-radius:50%;
      background:var(--lpfm-red);
      color:#fff;
      font-size:14px;
      font-weight:800;
    }
    #lpfm-widget .lpfm-count{
      padding:4px 7px;
      border-radius:99px;
      background:var(--lpfm-soft);
      color:#6f6f6f;
      font-size:11px;
      line-height:1;
      font-weight:800;
      white-space:nowrap;
    }
    #lpfm-widget .lpfm-name{
      margin:0;
      color:var(--lpfm-black);
      font-size:20px;
      line-height:1.12;
      font-weight:800;
    }
    #lpfm-widget .lpfm-role{
      margin:4px 0 0;
      color:var(--lpfm-muted);
      font-size:14px;
      line-height:1.35;
    }
    #lpfm-widget .lpfm-claim-label{
      display:block;
      margin-top:12px;
      padding-top:11px;
      border-top:1px solid var(--lpfm-line);
      color:var(--lpfm-red);
      font-size:11px;
      line-height:1;
      font-weight:800;
      letter-spacing:.5px;
      text-transform:uppercase;
    }
    #lpfm-widget .lpfm-offense{
      margin:6px 0 0;
      color:var(--lpfm-ink);
      font-size:15px;
      line-height:1.45;
    }
    #lpfm-widget .lpfm-amount-row{
      display:flex;
      align-items:flex-end;
      justify-content:space-between;
      gap:12px;
      margin-top:12px;
    }
    #lpfm-widget .lpfm-amount-label{
      display:block;
      color:#777;
      font-size:11px;
      line-height:1.2;
      font-weight:800;
      letter-spacing:.45px;
      text-transform:uppercase;
    }
    #lpfm-widget .lpfm-amount{
      display:block;
      color:var(--lpfm-red);
      font-size:29px;
      line-height:1;
      font-weight:800;
      letter-spacing:-.5px;
      text-align:right;
      white-space:nowrap;
    }

    #lpfm-widget .lpfm-foot{
      padding:11px 18px 13px;
      color:#6f6f6f;
      font-size:11px;
      line-height:1.45;
      border-top:1px solid var(--lpfm-line);
      background:#fafafa;
    }
    #lpfm-widget .lpfm-foot strong{color:#444}

    #lpfm-widget .lpfm-animate{animation:lpfm-in .18s ease}
    @keyframes lpfm-in{from{opacity:.45;transform:translateY(2px)}to{opacity:1;transform:none}}

    @media (max-width:520px){
      #lpfm-widget .lpfm-head{padding:17px 15px 14px}
      #lpfm-widget .lpfm-title{font-size:30px}
      #lpfm-widget .lpfm-intro{font-size:14px}
      #lpfm-widget .lpfm-stats{grid-template-columns:1.15fr .85fr .85fr}
      #lpfm-widget .lpfm-stat{padding:11px 9px}
      #lpfm-widget .lpfm-stat strong{font-size:19px}
      #lpfm-widget .lpfm-stat span{font-size:9px;letter-spacing:.15px}
      #lpfm-widget .lpfm-context{padding:11px 13px;gap:9px}
      #lpfm-widget .lpfm-context-text{font-size:12px}
      #lpfm-widget .lpfm-controls{padding:11px 12px;grid-template-columns:42px minmax(0,1fr) 42px}
      #lpfm-widget .lpfm-nav{width:42px;height:42px}
      #lpfm-widget .lpfm-select{height:42px;font-size:13px}
      #lpfm-widget .lpfm-detail{padding:15px 14px 14px;min-height:200px}
      #lpfm-widget .lpfm-detail-top{grid-template-columns:48px minmax(0,1fr) auto;gap:10px}
      #lpfm-widget .lpfm-avatar{width:48px;height:48px;font-size:13px}
      #lpfm-widget .lpfm-name{font-size:18px}
      #lpfm-widget .lpfm-role{font-size:13px}
      #lpfm-widget .lpfm-offense{font-size:14px}
      #lpfm-widget .lpfm-amount{font-size:24px}
      #lpfm-widget .lpfm-amount-row{align-items:flex-start;flex-direction:column;gap:5px}
      #lpfm-widget .lpfm-amount{text-align:left}
    }
    @media (prefers-reduced-motion:reduce){#lpfm-widget .lpfm-animate{animation:none}}