/* DROPS PRO 2.37.19 — indicadores separados e acesso rápido homologado */

.workflow-split-card {
  min-height: 124px;
}

.workflow-split-card > .workflow-total {
  display: none !important;
}

.workflow-split-counts {
  position: relative;
  z-index: 1;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  margin: 9px 0 7px;
}

.workflow-split-counts > div {
  min-width: 0;
  padding: 7px 3px;
  border: 1px solid currentColor;
  border-radius: 10px;
  background: rgba(255, 255, 255, .66);
  text-align: center;
}

.kpi-card .workflow-split-counts strong {
  display: block;
  margin: 0;
  color: #17233d;
  font-size: 21px;
  line-height: 1;
}

.kpi-card .workflow-split-counts small {
  display: block;
  margin-top: 4px;
  overflow: hidden;
  color: #6f7e92;
  font-size: 8px;
  font-weight: 800;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.compact-actions {
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}

@media (max-width: 520px) {
  .compact-actions {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 360px) {
  .workflow-split-counts {
    gap: 4px;
  }

  .kpi-card .workflow-split-counts strong {
    font-size: 18px;
  }

  .compact-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .compact-actions > .action-card:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    width: calc(50% - 3px);
    justify-self: center;
  }
}
