.coh-style-button-secondary {
  border-width: 0.0625rem;
  border-style: solid;
  border-color: rgb(50, 189, 181);
  color: rgb(53, 54, 78);
  font-size: 16px;
  line-height: 18.99px;
  text-align: center;
  background-color: rgb(255, 255, 255);
  font-family: Metric-bold;
  -webkit-border-radius: 0.375rem;
          border-radius: 0.375rem;
  padding-top: 0.59375rem;
  padding-right: 0.9375rem;
  padding-bottom: 0.59375rem;
  padding-left: 0.9375rem;
  display: inline-block;
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
}
.coh-style-button-secondary:hover {
  background-color: rgb(89, 194, 186);
  color: rgb(255, 255, 255);
  text-decoration: underline;
}
