/* PRIMIX_SMART_HISTORY_TOPFOLD_CSS_V1 */
#pmxSmartHistoryTopfold{
  margin-top:14px;
  margin-bottom:14px;
  border:1px solid rgba(59,130,246,.18);
  box-shadow:0 10px 24px rgba(2,6,23,.04);
}
#pmxSmartHistoryTopfold .pmx-sht-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:12px;
  flex-wrap:wrap;
}
#pmxSmartHistoryTopfold .pmx-sht-title{
  font-size:18px;
  font-weight:800;
  margin-bottom:6px;
}
#pmxSmartHistoryTopfold .pmx-sht-sub{
  font-size:13px;
  opacity:.75;
}
#pmxSmartHistoryTopfold .pmx-sht-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
  margin-top:14px;
}
#pmxSmartHistoryTopfold .pmx-sht-mini{
  border:1px solid rgba(128,128,128,.18);
  border-radius:14px;
  padding:12px;
  background:var(--card);
}
#pmxSmartHistoryTopfold .pmx-sht-mini .l{
  font-size:12px;
  opacity:.72;
  margin-bottom:6px;
}
#pmxSmartHistoryTopfold .pmx-sht-mini .v{
  font-size:15px;
  font-weight:800;
  word-break:break-word;
}
#pmxSmartHistoryTopfold .pmx-sht-actions{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  margin-top:14px;
}
#pmxSmartHistoryTopfold .pmx-sht-chip{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:6px 12px;
  border-radius:999px;
  border:1px solid transparent;
  font-size:12px;
  font-weight:800;
}
#pmxSmartHistoryTopfold .pmx-sht-chip.invoice{
  background:rgba(59,130,246,.12);
  border-color:rgba(59,130,246,.22);
}
#pmxSmartHistoryTopfold .pmx-sht-chip.purchase_bill{
  background:rgba(245,158,11,.14);
  border-color:rgba(245,158,11,.24);
}
#pmxSmartHistoryTopfold .pmx-sht-chip.review{
  background:rgba(120,120,120,.12);
  border-color:rgba(120,120,120,.24);
}
#pmxSmartHistoryTopfold .pmx-sht-note{
  margin-top:12px;
  padding:12px 14px;
  border-radius:14px;
  border:1px dashed rgba(59,130,246,.22);
  background:rgba(59,130,246,.05);
  font-size:13px;
}
@media (max-width: 980px){
  #pmxSmartHistoryTopfold .pmx-sht-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media (max-width: 640px){
  #pmxSmartHistoryTopfold .pmx-sht-grid{
    grid-template-columns:1fr;
  }
}
