*,
html,
body {
  font-family: 'HCo Gotham Narrow', sans-serif;
}

#cs_tagline {
  width: 320px; /* Fallback */
}

.show_edit_criteria {
  display: block;
}

.hidden_edit_criteria {
  display: none;
}

.shown_inputs {
  display: block;
}

.hidden_inputs {
  display: none;
}

.section_header {
  font-size: 1.5rem;
  font-weight: bold;
}

.section_description {
  font-size: 0.8rem;
  color: #666;
}

.section_box {
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  overflow: hidden; /* Enforces border radius on child elements */
}

.section_last {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.section_criteria_used {
  font-size: 0.8rem;
  color: #666;
  background-color: #eee;
  padding-left: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.cs-blue {
  color: rgb(0 105 145); /* aka #006991 */
}

.text-cs-blue {
  color: rgb(0 105 145);
}

.text-cs-green {
  color: #3ca746;
}

.text-cs-gray {
  color: #BCBCBC;
}

.bg-cs-blue {
  background-color: rgb(0 105 145);
}

.bg-cs-green {
  background-color: #3ca746;
}

.text-notes {
  font-size: 0.8rem;
  margin-top: 1rem;
  color: #666;
}

.additional_info_link {
  font-size: 1.2rem;
  line-height: 2rem;
  display: block;
  font-weight: 500;
}
.additional_info_link:hover {
  text-decoration: underline;
  cursor: pointer;
}
