/* Notulensi TED 2026 — ekstra di atas laporan.css */

.ted-event-card {
  margin: 14px 0 4px;
  padding: 14px 14px 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(234, 210, 156, 0.22);
}
.ted-event-card__kicker {
  margin: 0 0 4px;
  font-size: 10.5px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(234, 210, 156, 0.85);
}
.ted-event-card__name {
  margin: 0 0 6px;
  font-family: Fraunces, Georgia, serif;
  font-size: 17px;
  font-weight: 600;
  color: #f7f1e3;
  line-height: 1.25;
}
.ted-event-card__role {
  margin: 0 0 10px;
  font-size: 12px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.68);
}
.ted-event-card__theme {
  margin: 0;
  font-size: 12.5px;
  line-height: 1.4;
  color: rgba(247, 241, 227, 0.92);
}
.ted-event-card__theme em {
  font-style: italic;
  color: #ead29c;
}

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

.ted-mode {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ted-mode__opt {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  cursor: pointer;
  font-size: 13.5px;
  line-height: 1.4;
  color: var(--ink-900, #0d1326);
}
.ted-mode__opt:has(input:checked) {
  border-color: rgba(195, 154, 60, 0.55);
  background: rgba(195, 154, 60, 0.1);
}
.ted-mode__opt input {
  margin-top: 2px;
  accent-color: #0b1330;
}

.ted-panel {
  padding: 16px;
  border-radius: 14px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
}
.ted-panel .field__label {
  display: block;
}
.ted-panel .field__help {
  margin-top: 4px;
  margin-bottom: 8px;
}

.ted-lock-note {
  margin-top: 12px;
  color: #9a3412;
  font-weight: 600;
}
