.ds-chart-card{background:rgba(255,255,255,0.85);border-radius:16px;padding:14px;box-shadow:0 10px 24px rgba(0,0,0,0.08)}
.ds-chart-head{display:flex;flex-wrap:wrap;gap:10px;align-items:end;justify-content:space-between;margin-bottom:10px}
.ds-chart-controls{display:flex;flex-wrap:wrap;gap:10px;align-items:end}
.ds-chart-controls label{font-size:12px;letter-spacing:.06em;text-transform:uppercase;opacity:.7;font-weight:700}
.ds-chart-controls input[type="date"], .ds-chart-controls select{padding:8px 10px;border-radius:12px;border:1px solid rgba(0,0,0,0.12);background:#fff}
.ds-chart-controls button{padding:10px 14px;border-radius:14px;border:0;background:#111;color:#fff;font-weight:800;cursor:pointer}
.ds-chart-msg{margin-top:8px;color:#555}
.ds-chart-wrap{height:320px;position:relative}


.ds-portal .ds-chart-controls button{
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 750;
  border-radius: 10px;
  line-height: 1.1;
  min-height: unset;
  height: auto;
}

