/* Admin Resume Pembekalan */

.rp-admin__hint {
  margin: -8px 0 18px;
  font-size: 12.5px;
  color: #64748b;
  line-height: 1.4;
}

.rp-missing {
  margin-top: 24px;
  padding: 18px 20px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 8px 24px -16px rgba(11, 19, 48, 0.35);
}

.rp-missing__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 6px;
}

.rp-missing__head h3 {
  margin: 0;
  font-family: Fraunces, Georgia, serif;
  font-size: 1.15rem;
  color: #0b1330;
}

.rp-missing__sub {
  margin: 0 0 14px;
  font-size: 13px;
  color: #64748b;
}

.rp-missing__list {
  display: grid;
  gap: 8px;
  max-height: min(420px, 50vh);
  overflow: auto;
}

.rp-missing__row {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 10px 14px;
  padding: 10px 12px;
  border-radius: 10px;
  background: #f8fafc;
  border: 1px solid #e8edf5;
  font-size: 13px;
}

.rp-missing__row strong {
  color: #0b1330;
}

.rp-missing__row span {
  color: #64748b;
  grid-column: 2;
}

.rp-detail-sesi {
  margin-top: 10px;
  padding: 12px;
  border-radius: 12px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
}

.rp-detail-sesi h5 {
  margin: 0 0 8px;
  font-size: 13.5px;
  color: #0b1330;
}

.rp-detail-sesi p {
  margin: 0 0 8px;
  font-size: 13px;
  line-height: 1.45;
  color: #334155;
  white-space: pre-wrap;
}

.rp-detail-sesi p:last-child {
  margin-bottom: 0;
}

.rp-detail-sesi .k {
  display: block;
  font-size: 10.5px;
  font-weight: 750;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #c39a3c;
  margin-bottom: 2px;
}

@media (max-width: 720px) {
  .pt-toolbar__actions {
    flex-wrap: wrap;
  }
}
