.ffsc-wrap{
  --ffsc-carbon:#191918;
  --ffsc-charcoal:#272521;
  --ffsc-bone:#F3E7D1;
  --ffsc-gold:#A7834F;
  --ffsc-lightgold:#D5B77F;
  --ffsc-white:#FFFDF8;
  width:100%;
  max-width:900px;
  margin:28px auto;
  font-family:Arial,Helvetica,sans-serif;
  box-sizing:border-box;
}
.ffsc-wrap *{box-sizing:border-box}
.ffsc-button-row{
  width:100%;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
}
.ffsc-open-button{
  all:unset!important;
  box-sizing:border-box!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:330px!important;
  min-height:56px!important;
  padding:17px 30px!important;
  margin:0 auto!important;
  border:1px solid #D5B77F!important;
  border-radius:10px!important;
  background:#D5B77F!important;
  color:#171613!important;
  -webkit-text-fill-color:#171613!important;
  font-family:Arial,Helvetica,sans-serif!important;
  font-size:17px!important;
  font-weight:900!important;
  line-height:1.2!important;
  text-align:center!important;
  cursor:pointer!important;
}
.ffsc-open-button:hover,.ffsc-open-button:focus{
  background:#E3CB95!important;
  border-color:#E3CB95!important;
  color:#11110F!important;
  -webkit-text-fill-color:#11110F!important;
}
.ffsc-open-button:disabled{opacity:.7!important;cursor:wait!important}
.ffsc-status{
  min-height:22px;
  margin:12px auto 0;
  text-align:center!important;
  color:#C9BFB1;
  font-size:14px;
}
.ffsc-checkout-shell{
  width:100%;
  margin:22px auto 0!important;
  padding:18px!important;
  border:1px solid rgba(213,183,127,.22)!important;
  border-radius:18px!important;
  background:#FFF!important;
  overflow:hidden!important;
}
.ffsc-checkout{width:100%;min-height:420px}
.ffsc-success,.ffsc-notice,.ffsc-admin-error{
  max-width:820px;
  margin:24px auto!important;
  padding:24px 26px!important;
  border-radius:14px!important;
  text-align:center!important;
}
.ffsc-success{
  border:1px solid rgba(213,183,127,.40)!important;
  background:#272521!important;
  color:#F3E7D1!important;
}
.ffsc-success strong{
  display:block!important;
  margin-bottom:7px!important;
  color:#D5B77F!important;
  font-size:18px!important;
}
.ffsc-success span{display:block!important;color:#F3E7D1!important}
.ffsc-notice{
  border:1px solid rgba(213,183,127,.30)!important;
  background:#272521!important;
  color:#F3E7D1!important;
}
.ffsc-admin-error{
  border:1px solid #d63638!important;
  background:#fff!important;
  color:#8a2424!important;
}
@media(max-width:720px){
  .ffsc-wrap{margin:20px auto}
  .ffsc-open-button{width:100%!important;min-width:0!important}
  .ffsc-checkout-shell{padding:8px!important;border-radius:12px!important}
}
