.gc-order-flow-box{
  max-width:980px;
  margin:18px auto;
  padding:18px 22px;
  border-radius:18px;
  background:linear-gradient(135deg,#0d2b52,#123d70 60%,#c58b2b);
  color:#fff;
  box-shadow:0 14px 34px rgba(8,24,52,.18);
}

.gc-order-flow-box h3{
  margin:0 0 8px 0;
  font-size:24px;
  line-height:1.15;
  color:#fff;
}

.gc-order-flow-box p{
  margin:6px 0;
  font-size:15px;
  font-weight:700;
  color:rgba(255,255,255,.92);
}

.gc-order-flow-actions{
  margin-top:14px;
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
}

.gc-order-flow-actions a,
.gc-order-flow-actions button{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  border-radius:999px !important;
  padding:12px 18px !important;
  min-height:44px !important;
  border:0 !important;
  text-decoration:none !important;
  font-size:15px !important;
  font-weight:900 !important;
  cursor:pointer !important;
}

.gc-order-flow-primary{
  background:linear-gradient(135deg,#f2ca5c,#c98928) !important;
  color:#111827 !important;
  box-shadow:0 10px 22px rgba(201,137,40,.26);
}

.gc-order-flow-secondary{
  background:rgba(255,255,255,.14) !important;
  color:#fff !important;
  border:1px solid rgba(255,255,255,.22) !important;
}

.gc-order-flow-success{
  background:linear-gradient(135deg,#0e8b47,#1fbf68) !important;
}

.gc-order-flow-warning{
  background:linear-gradient(135deg,#7c2d12,#c98928) !important;
}

.gc-order-flow-soft-note{
  margin-top:10px;
  padding:10px 12px;
  border-radius:12px;
  background:rgba(255,255,255,.10);
  font-size:13px !important;
  color:rgba(255,255,255,.88) !important;
}

.gc-pay-button-boost{
  transform:scale(1.03);
  box-shadow:0 12px 24px rgba(201,137,40,.30) !important;
}

@media(max-width:800px){
  .gc-order-flow-box{
    margin:14px 12px;
    padding:16px 18px;
  }

  .gc-order-flow-box h3{
    font-size:20px;
  }
}
