/* Stripe S700 Terminal POS UI */
.s700-checkout-wrapper{
  margin-top: 18px;
  padding-top: 10px;
  border-top: 1px solid rgba(0,0,0,.08);
}
.s700-terminal-pos{
  background: #000;
  color: #fff;
  padding: 18px;
  border-radius: 12px;
  max-width: 560px;
  margin: 0 auto 10px auto;
  text-align: center;
}
.s700-terminal-pos h2{
  margin: 0 0 10px 0;
  font-size: 2rem;
  opacity: 0.25;
}
#reader-status{
  margin: 8px 0 14px 0;
  font-size: 1rem;
  opacity: 0.95;
}
.s700-row{
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  margin: 10px 0 14px 0;
}
.s700-row label{
  font-size: 1.05rem;
  opacity: 0.95;
}
#s700-amount{
  width: 190px;
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid #444;
  background: #111;
  color: #fff;
  font-size: 1.1rem;
  text-align: center;
}
#s700-pay-button, #s700-complete-button{
  padding: 12px 18px;
  border-radius: 10px;
  border: 0;
  cursor: pointer;
  font-weight: 800;
  font-size: 1.02rem;
}
#s700-pay-button{
  background: #1e90ff;
  color: #fff;
  opacity: 1;
}
#s700-pay-button[disabled]{
  opacity: 0.45;
  cursor: not-allowed;
}
#s700-complete-button{
  background: #28a745;
  color: #fff;
}
#s700-payment-result{
  margin-top: 12px;
  font-size: 1.05rem;
}
