.laporan-card {
  background: #fff;
  border-radius: 12px;
  padding: 12px;
  margin-bottom: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
}

.laporan-card .judul {
  font-weight: 600;
  font-size: 0.95rem;
}

.laporan-card .gang {
  font-size: 0.85rem;
  color: #0d6efd;
}

.laporan-card .meta {
  font-size: 0.8rem;
  color: #6c757d;
}

.laporan-card .jumlah {
  font-weight: 700;
  font-size: 1rem;
  color: #198754;
  text-align: right;
  margin-top: 6px;
}

.laporan-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-top: 6px;
}

.laporan-row .meta {
  font-size: 0.8rem;
  color: #6c757d;
}

.laporan-row .jumlah {
  font-weight: 700;
  font-size: 1rem;
  color: #198754;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .filter-bar {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 10;
  }
}
