.c-button-small a {
  display: inline-block;
  margin-right: 7px;
  padding: 0.125rem 80px 0.125rem 10px;
}

.c-button-small.c-button-small--charcoal a {
  border-style: solid;
  border-width: 1px;
  border-color: #6f7175;
  background-color: #6f7175;
  color: #faf7f7;
  font-weight: 700;
}

.c-button-small.c-button-small--charcoal a:hover {
  background-color: transparent;
  color: #6f7175;
}
