.anka-pay-button {
  border-radius: .33rem !important;
  border-width: 0 !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  padding-top: 0.6rem !important;
  padding-right: 1rem !important;
  padding-bottom: 0.6rem !important;
  padding-left: 1rem !important;
  text-decoration: none !important;
  color: #fff;
  transition: background-color 0.3s ease;

  &:hover {
    color: #fff;
  }
}
