.elementor-1347 .elementor-element.elementor-element-c35241a{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS */.rh-score-bars {
  display: grid;
  gap: 18px;
  margin: 32px 0 36px;
}

.rh-score-row {
  display: grid;
  grid-template-columns: 220px 1fr 56px;
  align-items: center;
  gap: 20px;
}

.rh-score-label {
  color: #4b5563;
  font-size: 16px;
  font-weight: 500;
}

.rh-score-track {
  width: 100%;
  height: 12px;
  background: #e5e7eb;
  border-radius: 999px;
  overflow: hidden;
}

.rh-score-fill {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: #2563eb;
}

.rh-score-98 {
  width: 98%;
}

.rh-score-80 {
  width: 80%;
}

.rh-score-val {
  color: #111827;
  font-size: 16px;
  font-weight: 800;
  text-align: right;
}

@media (max-width: 768px) {
  .rh-score-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .rh-score-val {
    text-align: left;
  }
}/* End custom CSS */