.bv-history-live .section-title small{display:inline-flex;align-items:center;gap:7px;color:var(--blue);font-size:12px;font-weight:900;background:var(--blue-soft);border:1px solid #c8eef5;border-radius:999px;padding:7px 10px;}
.bv-history-summary{display:grid;grid-template-columns:repeat(5,minmax(120px,1fr));gap:10px;margin:4px 0 14px;}
.bv-history-summary>div{border:1px solid #e7eef8;background:linear-gradient(180deg,#fff,#fbfeff);border-radius:15px;padding:12px;box-shadow:0 8px 22px rgba(8,26,61,.04);}
.bv-history-summary span{display:block;color:var(--muted);font-size:11px;font-weight:900;margin-bottom:5px;}
.bv-history-summary strong{font-size:22px;letter-spacing:-.04em;}
.bv-history-filters{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin:0 0 12px;color:var(--muted);font-size:12px;font-weight:900;}
.bv-history-filters i{font-style:normal;color:#355176;background:#f4f8fd;border:1px solid #e1ebf6;border-radius:999px;padding:6px 9px;}
.bv-history-list{display:grid;gap:0;border-top:1px solid #eef2f8;}
.bv-history-item{display:grid;grid-template-columns:86px 34px minmax(0,1fr);gap:12px;align-items:start;padding:15px 0;border-bottom:1px solid #eef2f8;}
.bv-history-date strong{display:block;color:var(--blue);font-size:12px;font-weight:950;}
.bv-history-date span{display:block;color:var(--muted);font-size:11px;font-weight:800;margin-top:3px;}
.bv-history-icon{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:var(--blue-soft);color:var(--blue);box-shadow:0 0 0 5px rgba(0,165,200,.06);}
.bv-history-item.red .bv-history-icon{background:var(--red-soft);color:var(--red);box-shadow:0 0 0 5px rgba(239,35,60,.06);}
.bv-history-item.orange .bv-history-icon{background:var(--orange-soft);color:var(--orange);box-shadow:0 0 0 5px rgba(255,138,0,.06);}
.bv-history-item.green .bv-history-icon{background:var(--green-soft);color:var(--green);box-shadow:0 0 0 5px rgba(23,170,61,.06);}
.bv-history-item.gray .bv-history-icon{background:#f1f5f9;color:#64748b;box-shadow:0 0 0 5px rgba(100,116,139,.06);}
.bv-history-body{min-width:0;}
.bv-history-top{display:flex;align-items:center;gap:8px;margin-bottom:4px;}
.bv-history-top span{font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);font-weight:950;}
.bv-history-top em{font-style:normal;color:var(--red);background:var(--red-soft);border-radius:999px;padding:3px 7px;font-size:10px;font-weight:950;}
.bv-history-body strong{display:block;font-size:14px;color:#1f3151;margin-bottom:4px;}
.bv-history-body p{margin:0;color:#526383;font-size:12px;line-height:1.45;}
.bv-history-body small{display:block;color:var(--muted);font-size:11px;font-weight:800;margin-top:6px;}
@media (max-width:900px){.bv-history-summary{grid-template-columns:repeat(2,minmax(0,1fr));}.bv-history-item{grid-template-columns:1fr;gap:8px}.bv-history-icon{display:none}.bv-history-date{display:flex;gap:8px}.bv-history-live .section-title{align-items:flex-start;gap:8px;flex-direction:column;}}
