.scd-back { display:inline-flex; align-items:center; gap:5px; color:#555; text-decoration:none; font-size:13px; margin-bottom:18px; }
.scd-back:hover { color:#4a8246; text-decoration:underline; }

.scd-panel { border:1px solid #ddd; border-radius:8px; margin-bottom:24px; overflow:hidden; }

.scd-panel-head { background:#f6f6f4; padding:18px 22px 14px; border-bottom:1px solid #eee; }
.scd-head-top { display:flex; align-items:flex-start; justify-content:space-between; gap:16px; margin-bottom:10px; }
.scd-panel-head h1 { margin:0; font-size:16px; font-weight:700; font-family:inherit; line-height:1.4; color:#111; }
.scd-active-badge { display:inline-flex; align-items:center; gap:4px; flex-shrink:0; font-size:11px; font-weight:700; padding:3px 10px; border-radius:999px; background:#e4f4e8; color:#1c7a32; border:1px solid #b2d9bb; white-space:nowrap; }
.scd-active-badge::before { content:''; width:6px; height:6px; border-radius:50%; background:#2e7d32; display:inline-block; }

.scd-tags { display:flex; flex-wrap:wrap; gap:6px; margin-bottom:12px; }
.scd-tag { font-size:11px; font-weight:600; padding:2px 9px; border-radius:3px; }
.scd-tag-drone { background:#fff3e0; color:#a84800; }
.scd-tag-ai    { background:#e8f5e9; color:#1b6e2e; }
.scd-tag-ase { background:#e3f2fd; color:#1255a0; }

.scd-meta-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(200px,1fr)); gap:6px 20px; padding-top:12px; border-top:1px solid #eee; }
.scd-meta-item { display:flex; flex-direction:column; gap:1px; }
.scd-meta-label { font-size:10.5px; font-weight:700; text-transform:uppercase; letter-spacing:.05em; color:#000; }
.scd-meta-value { font-size:13px; color:#000; }

.scd-panel-body { padding:20px 22px; }
.scd-panel-body p { font-size:14px; line-height:1.8; color:#000; margin-bottom:16px; }
.scd-panel-body p:last-child { margin-bottom:0; }
.scd-divider { border:none; border-top:1px solid #eee; margin:16px 0; }

.scd-img-right { float:right; margin:0 0 14px 22px; width:255px; border-radius:4px; overflow:hidden; border:1px solid #ddd; }
.scd-img-left  { float:left;  margin:0 22px 14px 0;  width:265px; border-radius:4px; overflow:hidden; border:1px solid #ddd; }
.scd-img-right img, .scd-img-left img { width:100%; display:block; }
.scd-img-right figcaption, .scd-img-left figcaption { font-size:11px; color:#000; text-align:center; padding:5px 8px; background:#fafafa; border-top:1px solid #eee; }
.scd-cf::after { content:""; display:table; clear:both; }

/* ── Right-side header column (Active + buttons) ── */
.scd-head-right { display:flex; flex-direction:column; align-items:flex-end; gap:8px; flex-shrink:0; }

/* ── Pill buttons – same shape as Active badge ── */
.scd-nav-btns { display:flex; flex-direction:column; align-items:flex-end; gap:5px; }
.scd-pill-btn {
  display:inline-flex; align-items:center; flex-shrink:0;
  font-size:11px; font-weight:700; padding:5px 16px;
  border-radius:999px; white-space:nowrap;
  text-decoration:none; transition:opacity .15s;
}

/* ── Section headings (Partners / Publications) ── */
.scd-section-title {
  font-size:15px; font-weight:700; color:#111;
  margin:0 0 12px; padding:0; font-family:inherit;
  scroll-margin-top:20px;
}
