/* HBdataPlus – scoped styling */
.hbdataplus-card{
  padding: 18px;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(0,0,0,.06);
}

.hbdataplus-content p{
  margin: 0 0 12px;
}

.hbdataplus-content .table{
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 10px 0 8px;
  font-size: 14px;
}

.hbdataplus-content .table td{
  border: 1px solid rgba(0,0,0,.08);
  padding: 10px 12px;
}

.hbdataplus-content .table td:first-child{
  font-weight: 600;
}

.hbdataplus-content .table td:last-child{
  text-align: right;
  font-variant-numeric: tabular-nums;
}

.hbdataplus-content .table td i{
  margin-right: 8px;
  opacity: .85;
}

/* Rounded corners */
.hbdataplus-content .table tr:first-child td:first-child { border-top-left-radius: 10px; }
.hbdataplus-content .table tr:first-child td:last-child  { border-top-right-radius: 10px; }
.hbdataplus-content .table tr:last-child td:first-child  { border-bottom-left-radius: 10px; }
.hbdataplus-content .table tr:last-child td:last-child   { border-bottom-right-radius: 10px; }

.hbdataplus-content .table tr:nth-child(even) td{
  background: rgba(0,0,0,.02);
}

.hbdataplus-content .table td{
  vertical-align: middle;
}

.hbdataplus-chart-wrap{
  margin-top: 14px;
  height: 320px;
  position: relative;
}

#hbdataplus-chartw{
  width: 100% !important;
  height: 100% !important;
  display: block;
  min-height: 260px;
}