
.col-mod.mod-box.gauge-data-box {
    overflow: visible;      /* allow gauge room */
    height: 175px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:0 !important;
  }
  
  #total-score, #organic-score, #comp-score, #review-score, #share-score {
    width:  100%;
    height: 100%;
  }
  
.gauge-value{
  position: absolute;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: bold;
  top:90px;
}

.box-filter-title span{
  font-weight: 500;
  font-size: 12;
  font-style: italic;
  margin-left: 10px;
  opacity: .6;
}

.score-analysis h1, .score-action h1{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.line-break{
  height: 1px;
  background: var(--border);
  margin-bottom: 25px;
  margin-top: 25px;
}