#bl-node-lines {
  display: none !important;
}

.bcs-card {
  position: relative;
  border: 1px solid rgba(92, 225, 230, 0.55) !important;
}

.bcs-score-head {
  position: relative;
  height: 98px !important;
  min-height: 98px;
  padding: 16px 24px 14px 170px !important;
  align-items: center !important;
}

.bcs-score-head::before {
  content: "BUYERLAB\A COMPOSITE\A SCORE";
  position: absolute;
  top: 20px;
  left: 20px;
  width: 130px;
  white-space: pre;
  color: #5ce1e6;
  font-size: 18px;
  font-weight: 650;
  line-height: 0.9;
  letter-spacing: 0.01em;
}

.bcs-score-value {
  font-size: 48px !important;
  font-weight: 800 !important;
  line-height: 0.85 !important;
  letter-spacing: -0.03em !important;
}

.bcs-score-denominator {
  font-size: 14px !important;
}

.bcs-score-group {
  position: relative;
  min-width: 150px;
  padding-top: 19px;
  align-items: center !important;
}

.bcs-score-group::before {
  content: "BCS";
  position: absolute;
  top: -3px;
  left: 0;
  color: #5ce1e6;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.bcs-score-group > span:last-child {
  padding: 4px 10px !important;
  font-size: 9px !important;
}

.bcs-graph-shell {
  mask: none !important;
  -webkit-mask: none !important;
}

.bcs-graph-field {
  mask: radial-gradient(78% 92% at 50% 48%, #000 50%, transparent 100%) !important;
  -webkit-mask: radial-gradient(78% 92% at 50% 48%, #000 50%, transparent 100%) !important;
  transform: scale(1.06);
  transform-origin: 50% 48%;
}

.bcs-graph-field > svg > g:first-child {
  display: none;
}

.bcs-hub {
  width: 13px !important;
  height: 13px !important;
  padding: 0 !important;
  border: 3px solid #818cf8 !important;
  border-radius: 999px !important;
  background: #111116 !important;
  box-shadow: 0 0 10px rgba(129, 140, 248, 0.9), 0 0 20px rgba(129, 140, 248, 0.25) !important;
  transform: translate(-50%, -50%) !important;
}

.bcs-hub > span {
  position: absolute !important;
  top: -18px !important;
  left: 50% !important;
  width: max-content !important;
  color: #d7d9ff !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  transform: translateX(-50%) !important;
}

.bcs-hub.bcs-root {
  width: 24px !important;
  height: 24px !important;
  border: 0 !important;
  background: #5ce1e6 !important;
  box-shadow: 0 0 14px rgba(92, 225, 230, 0.95), 0 0 30px rgba(92, 225, 230, 0.38) !important;
}

.bcs-hub.bcs-root > span {
  top: 30px !important;
  color: #e4e4e7 !important;
  font-size: 11px !important;
}

.bcs-card .bcs-footer {
  height: 112px;
  min-height: 112px;
  gap: 0 !important;
  padding: 12px 22px 22px !important;
}

.bcs-card .bcs-footer h3 {
  margin: 0 0 8px !important;
}

.bcs-card .bcs-footer > :not([hidden]) ~ :not([hidden]) {
  margin-top: 0 !important;
}

@media (max-width: 639px) {
  .bcs-score-head {
    height: 154px !important;
    min-height: 154px;
    padding: 72px 18px 14px !important;
    align-items: flex-end !important;
  }

  .bcs-score-head::before {
    top: 17px;
    left: 18px;
    width: auto;
    line-height: 1;
  }

  .bcs-score-group {
    min-width: 142px;
  }

  .bcs-card .bcs-footer {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
}
