@import url('cetak_anggota.css');

.cetak-pohon-page .cetak-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  padding: 0.65rem 0.85rem;
  border-radius: 0.75rem;
  background: #ecfdf5;
  color: #065f46;
  font-size: 0.82rem;
  font-weight: 600;
}

.cetak-branches {
  font-size: 0.88rem;
  color: #475569;
  margin-bottom: 1rem;
}

.cetak-gen {
  margin-bottom: 1.25rem;
  break-inside: avoid;
}

.cetak-gen-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.45rem;
  padding-bottom: 0.35rem;
  border-bottom: 2px solid #99f6e4;
}

.cetak-gen-head h2 {
  margin: 0;
  font-size: 1rem;
  color: #0f766e;
}

.cetak-gen-head span {
  font-size: 0.78rem;
  color: #64748b;
}

.cetak-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.84rem;
}

.cetak-table th,
.cetak-table td {
  border: 1px solid #dbeafe;
  padding: 0.45rem 0.55rem;
  text-align: left;
}

.cetak-table th {
  background: #f0fdfa;
  color: #065f46;
}

.cetak-empty {
  text-align: center;
  color: #64748b;
  padding: 2rem 0;
}

@media print {
  @page { size: A4 portrait; margin: 10mm 12mm; }
}
