#headlineengine-score-container {
  display: flex;
  flex-direction: row;
  margin-top: 10px;
}

#headlineengine-main-title-ab {
  flex-grow: 1;
}

.headlineengine-score-title {
  text-align: center;
}

.headlineengine-score {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#headlineengine-score-container {
  display: flex;
  flex-direction: row;
  margin: 10px 0px;
}

.headlineengine-analysis {
  margin-left: 10px;
}

.headlineengine-score-value {
  width: 40px;
  height: 40px;
  font-size: 1.3em;
  border-radius: 50%;
  border-color: rgba(138, 138, 138, 0.6);
  border-style: solid;
  border-width: 2px;
  text-align: center;
  line-height: 40px;
  background-color: rgba(138, 138, 138, 0.2);
  /* border-bottom: 0; */
}

.headlineengine-score-value-good {
  background-color: rgba(31, 120, 31, 0.2);
  border-color: rgba(31, 120, 31, 0.2);
}

.headlineengine-score-value-bad {
  background-color: rgb(179, 179, 179);
  border-color: rgba(109, 109, 109, 0.6);
}

.headlineengine-score-value-okay {
  background-color: rgba(250, 180, 10, 0.2);
  border-color: rgba(250, 180, 10, 0.6);
}

.headlineengine-score-title {
  font-weight: bold;
}