/* PRIMIX_FINANCIAL_STATUS_ROLLUP_LIST_CSS_V1 */
#pmxFinancialRollupListSummary{
  margin:12px 0 14px 0;
  border:1px solid rgba(99,102,241,.14);
  box-shadow:0 8px 24px rgba(15,23,42,.04);
}

#pmxFinancialRollupListSummary .pmx-frl-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:12px;
  flex-wrap:wrap;
}

#pmxFinancialRollupListSummary .pmx-frl-title{
  font-size:16px;
  font-weight:800;
  color:#0f172a;
  margin-bottom:4px;
}

#pmxFinancialRollupListSummary .pmx-frl-sub{
  font-size:12px;
  color:#64748b;
  line-height:1.7;
}

#pmxFinancialRollupListSummary .pmx-frl-stats{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
  margin-top:12px;
}

#pmxFinancialRollupListSummary .pmx-frl-stat{
  border:1px solid rgba(148,163,184,.18);
  border-radius:14px;
  padding:12px;
  background:linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,250,252,.98));
}

#pmxFinancialRollupListSummary .pmx-frl-stat .l{
  font-size:11px;
  color:#64748b;
  margin-bottom:6px;
}

#pmxFinancialRollupListSummary .pmx-frl-stat .v{
  font-size:16px;
  font-weight:800;
  color:#0f172a;
}

.pmx-frl-badges{
  display:flex;
  gap:6px;
  flex-wrap:wrap;
  margin-top:6px;
}

.pmx-frl-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:24px;
  padding:4px 8px;
  border-radius:999px;
  border:1px solid transparent;
  font-size:11px;
  font-weight:800;
  line-height:1;
  white-space:nowrap;
}

.pmx-frl-badge.info{
  background:rgba(59,130,246,.10);
  border-color:rgba(59,130,246,.20);
  color:#1d4ed8;
}

.pmx-frl-badge.pending{
  background:rgba(148,163,184,.12);
  border-color:rgba(148,163,184,.22);
  color:#475569;
}

.pmx-frl-badge.partial{
  background:rgba(245,158,11,.12);
  border-color:rgba(245,158,11,.22);
  color:#b45309;
}

.pmx-frl-badge.complete{
  background:rgba(16,185,129,.10);
  border-color:rgba(16,185,129,.20);
  color:#047857;
}

.pmx-frl-badge.muted{
  background:rgba(241,245,249,.96);
  border-color:rgba(203,213,225,.8);
  color:#475569;
}

.pmx-frl-linkhost{
  display:flex;
  flex-direction:column;
  gap:4px;
}

.pmx-frl-loading{
  opacity:.72;
}

@media (max-width:900px){
  #pmxFinancialRollupListSummary .pmx-frl-stats{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (max-width:620px){
  #pmxFinancialRollupListSummary .pmx-frl-stats{
    grid-template-columns:1fr;
  }
}
