.jlcc-button {
  display: inline-block;
  margin: 8px 0;
  padding: 5px 15px;
  font-family: inherit;
  font-size: .8rem;
  font-weight: 700;
  line-height: 2;
  text-transform: uppercase;                
  border: none;
  background-color: #008bd2;
box-shadow: 0px 2px 25px rgb(0 149 217 / 55%), inset 0px 6px 10px rgb(255 255 255 / 35%);
  color: #fff;
  cursor: pointer;
}