.v8-history{display:grid;gap:16px}.v8-history-filters{display:grid;grid-template-columns:repeat(3,minmax(180px,1fr));gap:12px;margin:0}.v8-history-filter-actions{grid-column:1/-1;display:flex;gap:8px}.v8-history-heading{display:flex;align-items:center;justify-content:space-between}.v8-history-heading h2{margin:0}.v8-history-heading span{color:var(--muted)}.v8-history #v8-history-list{margin:0;padding:4px 18px}.v8-history-entry{display:grid;grid-template-columns:105px minmax(0,1fr) auto;gap:15px;align-items:start;padding:15px 0;border-bottom:1px solid var(--line)}.v8-history-entry:last-child{border:0}.v8-history-time{display:grid;gap:3px}.v8-history-time span,.v8-history-content p{color:var(--muted)}.v8-history-content>div:first-child{display:flex;gap:9px;align-items:center;flex-wrap:wrap}.v8-history-content p{margin:5px 0}.v8-history-order{background:#e2efff;color:var(--blue);font-size:11px;font-weight:800;border-radius:99px;padding:3px 7px}.v8-history-content details{margin-top:8px;color:var(--muted)}.v8-history-content summary{cursor:pointer;font-weight:700}.v8-history-content details div{padding-top:4px}.v8-history-open{white-space:nowrap}.v8-history-more{justify-self:center}@media(max-width:900px){.v8-history-filters{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.v8-history-filters{grid-template-columns:1fr}.v8-history-entry{grid-template-columns:1fr}.v8-history-open{justify-self:start}}
