.doc-address-highlighted {
  font-weight: bold;
  background-color: #e5f1eb;
}

a.dist-option {
  text-decoration: underline;
  color: #fff;
  font-weight: bold;
}

a.dist-option.active {
  text-decoration: none;
  font-weight: normal;
}

.doc-dysport-training--icon svg {
  height: auto;
  width: 12px;
  fill: green;
}

#btn-see-more-results {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(90deg, #037c38 32%, #09c05a 90%);
  transition: all 0.6s ease-out;
  font-family: 'Montserrat', sans-serif;
  border-radius: 6px;
  padding: 10px 30px;
  margin: 0 auto;
  margin-top: 2rem;
}

#btn-see-more-results svg {
  width: 8px;
  fill: #fff;
  margin-left: 1rem;
}

.doc-injector-row {
  transition: 0.4s linear;
}

.doc-injector-row--hidden {
  display: none;
  transition: 0.4s linear;
}
