/* 3PG – style strony „analizy-acra” (inline z Analizy-ACRA.html, 1:1). Ładowane po slugu. */

.meta-bar-wrap{background:#fff}
    .meta-bar{max-width:1180px;margin:0 auto;padding:18px 0}
    .meta-bar .mb{display:flex;align-items:center;gap:20px;background:linear-gradient(135deg,var(--blue-deep),var(--navy));border-radius:18px;padding:20px 26px;color:#fff;box-shadow:var(--shadow-sm)}
    .meta-bar .mb .ic{flex:none;width:46px;height:46px;border-radius:12px;background:rgba(255,255,255,.12);display:grid;place-items:center}
    .meta-bar .mb .ic svg{width:24px;height:24px;fill:none;stroke:var(--orange);stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
    .meta-bar .mb .tx{flex:1;min-width:0}
    .meta-bar .mb .tx b{display:block;font-size:16px;font-weight:800;letter-spacing:-.01em}
    .meta-bar .mb .tx span{font-size:13.5px;color:rgba(255,255,255,.74);line-height:1.45}
    .meta-bar .mb a{flex:none;display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:700;text-decoration:none;background:var(--orange);color:#3a2600;border-radius:11px;padding:12px 20px;transition:transform .2s}
    .meta-bar .mb a:hover{transform:translateY(-2px)}
    @media(max-width:760px){
      .meta-bar{padding:14px 20px}
      .meta-bar .mb{flex-direction:column;align-items:flex-start;gap:14px;padding:20px}
      .meta-bar .mb a{width:100%;justify-content:center}
    }
  

      .guide-cmp thead th{vertical-align:middle}
      .guide-cmp .phx{display:flex;align-items:center;gap:12px}
      .guide-cmp .phx .ic{width:34px;height:34px;border-radius:9px;background:rgba(255,255,255,.14);display:grid;place-items:center;flex:none}
      .guide-cmp .phx .ic svg{width:18px;height:18px;fill:none;stroke:#fff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
      .guide-cmp .phx b{display:block;font-size:14.5px;font-weight:800;color:#fff;letter-spacing:-.01em;line-height:1.15}
      .guide-cmp .phx .full{display:flex;align-items:center;gap:6px;font-size:11.5px;font-weight:600;color:rgba(255,255,255,.72);margin-top:4px}
      .guide-cmp .phx .full img{height:13px;width:auto;filter:brightness(0) invert(1);opacity:.92}
