.dbcs-title{
  margin:0 0 8px;
  font-family: var(--e-global-typography-primary-font-family), sans-serif;
  font-size:20px;
  line-height:1.25;
  font-weight:700;
}

.dbcs-text{
  margin:0 0 14px;
  font-family: var(--e-global-typography-primary-font-family), sans-serif;
  font-weight:400;
  font-size:16px;
  line-height:26px;
  color:#727272;
}

.dbcs-cta{
  display:inline-flex;
  gap:8px;
  font-weight:900;
  border-bottom:1px solid rgba(64,196,255,.55);
  padding-bottom:2px;
}

.dbcs-empty{
  grid-column: 1 / -1; /* Span full grid width */
  padding:18px;
  border:1px dashed rgba(255,255,255,.25);
  border-radius:14px;
  opacity:.85;
  text-align: center;
}

/* Sidebar widgets (single page) */
.dbcs-widget{
  border:1px solid rgba(140,120,255,.25);
  background:rgba(10,14,22,.28);
  border-radius:18px;
  padding:16px;
  margin-bottom:16px;
}
.dbcs-widget-title{ margin:0 0 10px; font-weight:900; }
.dbcs-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.dbcs-widget ul li {
    margin-bottom: 8px;
}
.dbcs-widget ul li a {
    text-decoration: none;
    color: inherit;
    opacity: 0.85;
    transition: opacity .15s ease;
}
.dbcs-widget ul li a:hover {
    opacity: 1;
}
