.checkout-button{
  display:grid;
  min-height:58px;
  place-items:center;
  padding:9px 16px;
}

.checkout-button .checkout-button-copy{
  display:grid;
  width:100%;
  place-items:center;
  gap:3px;
  text-align:center;
}

.checkout-button .checkout-button-copy strong{
  color:#fff;
  font-size:14px;
  font-weight:500;
  line-height:1.2;
}

.checkout-button .checkout-button-copy small{
  color:rgba(255,255,255,.86);
  font-size:12px;
  font-weight:400;
  line-height:1.2;
  text-align:center;
  text-transform:none;
}

.checkout-button .checkout-button-copy small[hidden]{display:none!important}

@media(max-width:760px){
  .checkout-button{min-height:52px;padding:7px 10px}
  .checkout-button .checkout-button-copy strong{font-size:14px}
  .checkout-button .checkout-button-copy small{font-size:12px}
}
