.smb-btn-wrapper.is-style-left-circle-arrow .smb-btn {
  position: relative;
}
.smb-btn-wrapper.is-style-left-circle-arrow .smb-btn:before {
  position: absolute;
  content: "";
  display: inline-block;
  top: 50%;
  left: 10px;
  margin-top: -12.5px;
  width: 25px;
  height: 25px;
  background-color: #ffffff;
  -webkit-mask-image: url("../../../assets/images/svg/circle-chevron-right-solid-full.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("../../../assets/images/svg/circle-chevron-right-solid-full.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
}
.smb-btn-wrapper.is-style-left-circle-arrow .smb-btn__label {
  padding-left: 25px;
}
