
.scbb-wrap-align{width:100%;}
.scbb-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;

  height: var(--scbb-h, 46px);
  padding: var(--scbb-py, 12px) var(--scbb-px, 24px);
  border-radius: var(--scbb-r, 12px);
  border: var(--scbb-bw, 2px) var(--scbb-bs, solid) var(--scbb-bc, #b40000);

  font-family: var(--scbb-ff, inherit);
  font-size: var(--scbb-fs, 18px);
  font-weight: var(--scbb-fw, 700);
  font-style: var(--scbb-fst, normal);
  text-transform: var(--scbb-tt, none);
  letter-spacing: var(--scbb-ls, 0px);
  line-height:1;

  color: var(--scbb-text, #0f172a);
  text-decoration: none;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease, color .15s ease, filter .15s ease;

  background: var(--scbb-bg, #b7e300);
  box-shadow: calc(var(--scbb-shadow, 1) * 0px) calc(var(--scbb-shadow, 1) * 10px) calc(var(--scbb-shadow, 1) * 22px) rgba(0,0,0,.18);
}
.scbb-btn.scbb-full{width:100%;}
.scbb-btn.scbb-underline{text-decoration:underline;}
.scbb-btn:hover{
  color: var(--scbb-text-hover, #fff);
  background: var(--scbb-bg-hover, #5b00d6);
  transform: translateY(-1px) scale(var(--scbb-hgs, 1));
}
