/* Eterano v1.6.2 — order and payment polish */
#orderForm .three-columns{align-items:start}
#orderForm .three-columns>label{grid-template-rows:auto 46px auto;align-content:start}
#orderForm .three-columns>label>input,
#orderForm .three-columns>label>select{grid-row:2;height:46px;min-height:46px}
#orderForm .three-columns>label>.field-help{grid-row:3;min-height:2.15em;margin:0}
.eterano-time-picker{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:8px}
.eterano-time-picker select{height:46px;min-height:46px;font-variant-numeric:tabular-nums}
.eterano-time-separator{font-size:1.1rem;font-weight:900;color:var(--muted);line-height:1}
.step3-order-info dl>div{align-items:center}
.stripe-receipt-profile{display:grid;gap:4px;margin:12px 0 0;padding:11px 12px;border:1px solid rgba(20,166,112,.28);border-radius:12px;background:rgba(20,166,112,.08);font-size:.8rem}
.stripe-receipt-profile strong{color:#20b77e}
.stripe-receipt-profile small{color:var(--muted);line-height:1.45}
.stripe-receipt-profile.has-error{border-color:rgba(240,163,58,.35);background:rgba(240,163,58,.1)}
.stripe-receipt-profile.has-error strong{color:#d48a1f}
.accounting-status-chip.status-posted{background:rgba(20,121,248,.14);color:#2488ff}
@media(max-width:760px){
  #orderForm .three-columns>label{grid-template-rows:auto 46px auto}
  #orderForm .three-columns>label>.field-help{min-height:0}
}
