.dc-rel-panel,
.dc-rel-admin{
  max-width:1120px;
  margin:18px auto;
  padding:20px;
  border:1px solid rgba(21,67,61,.14);
  border-radius:22px;
  background:#fbfffe;
  color:#123733;
  box-shadow:0 10px 28px rgba(18,55,51,.055);
  font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
.dc-rel-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:18px;
  flex-wrap:wrap;
}
.dc-rel-kicker{
  color:#1f6f64;
  font-weight:900;
  text-transform:uppercase;
  font-size:.75rem;
  letter-spacing:.08em;
}
.dc-rel-panel h2,
.dc-rel-admin h1,
.dc-rel-admin h2{
  margin:2px 0 8px;
  color:#123733;
}
.dc-rel-panel p,
.dc-rel-admin p,
.dc-rel-admin li{
  color:#4c655f;
  line-height:1.55;
}
.dc-rel-counts{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.dc-rel-counts span,
.dc-rel-cardfoot span{
  display:inline-flex;
  align-items:center;
  border-radius:999px;
  padding:7px 10px;
  background:#edf6f4;
  color:#234944;
  font-size:.78rem;
  font-weight:900;
}
.dc-rel-itemsets{
  margin-top:12px;
  padding:11px 13px;
  border-radius:14px;
  background:#fff;
  border:1px solid rgba(21,67,61,.12);
  color:#264b46;
}
.dc-rel-gridcards{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(230px,1fr));
  gap:12px;
  margin-top:14px;
}
.dc-rel-carditem,
.dc-rel-card{
  background:#fff;
  border:1px solid rgba(21,67,61,.12);
  border-radius:18px;
  padding:14px;
  box-shadow:0 7px 18px rgba(18,55,51,.04);
}
.dc-rel-carditem h3{
  margin:5px 0 7px;
  color:#123733;
  font-size:1rem;
}
.dc-rel-type{
  font-size:.72rem;
  font-weight:900;
  color:#1f6f64;
  letter-spacing:.06em;
}
.dc-rel-cardfoot{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:8px;
  margin-top:10px;
}
.dc-rel-open{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:#123733;
  color:#fff!important;
  text-decoration:none;
  font-weight:900;
  padding:8px 12px;
}
.dc-rel-muted{
  color:#6b807b;
}
.dc-rel-note{
  margin-top:12px;
  font-size:.85rem;
  color:#6b807b;
}
.dc-rel-note code{
  background:#edf6f4;
  padding:2px 5px;
  border-radius:6px;
}
.dc-rel-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
  gap:12px;
  margin:16px 0;
}
.dc-rel-card strong,
.dc-rel-card span{
  display:block;
}
.dc-rel-card span{
  font-size:2rem;
  font-weight:900;
  color:#123733;
  margin-top:6px;
}
@media (max-width:720px){
  .dc-rel-panel,.dc-rel-admin{padding:16px;border-radius:18px}
  .dc-rel-gridcards{grid-template-columns:1fr}
}
