/* Resume & Sintesis Pembekalan — ekstra di atas laporan.css */

.rp-section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}
.rp-section-head strong {
  font-size: 15px;
  font-weight: 750;
  color: var(--navy-900, #0b1330);
}
.rp-section-head span {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gold-600, #b38a2b);
}

.rp-sesi-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.rp-sesi-card {
  padding: 16px;
  border-radius: 14px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
}

.rp-sesi-card__head {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e8edf5;
}
.rp-sesi-card__badge {
  display: inline-flex;
  align-self: flex-start;
  font-size: 10.5px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--navy-900, #0b1330);
  background: rgba(195, 154, 60, 0.18);
  border: 1px solid rgba(195, 154, 60, 0.35);
  border-radius: 6px;
  padding: 3px 8px;
}
.rp-sesi-card__title {
  font-size: 14.5px;
  font-weight: 700;
  color: var(--ink-900, #0d1326);
  line-height: 1.4;
  margin: 0;
}
.rp-sesi-card__materi {
  font-size: 12.5px;
  color: var(--ink-500, #6b7385);
  line-height: 1.4;
  margin: 0;
}

.rp-sesi-card .field {
  margin-bottom: 12px;
}
.rp-sesi-card .field:last-child {
  margin-bottom: 0;
}

.rp-sintesis {
  padding: 16px;
  border-radius: 14px;
  background: linear-gradient(180deg, #fbf8f1 0%, #f8fafc 100%);
  border: 1px solid #ead9b0;
}

.rp-lock-note {
  margin-top: 8px !important;
  color: #9a3412 !important;
  font-weight: 600;
}

.rp-lock-note.is-ok {
  color: #166534 !important;
}

#tanggalSelect:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

@media (min-width: 901px) {
  .rp-body .main {
    max-width: 960px;
  }
}
