/* Admin Notulensi TED 2026 */

.ted-admin .qz-pill--live {
  background: rgba(14, 116, 144, 0.12);
  color: #0e7490;
}

.ted-admin .qz-pill--other {
  background: rgba(100, 116, 139, 0.14);
  color: #475569;
}

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

.ted-detail-block p {
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.5;
  color: #334155;
  white-space: pre-wrap;
}

.ted-detail-block p:last-child {
  margin-bottom: 0;
}

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