/* V53 — public order number and tracking polish */
.v53-order-ticket{
  margin:18px auto 8px;
  width:min(100%,420px);
  border:1px solid rgba(199,164,93,.36);
  border-radius:24px;
  background:linear-gradient(180deg,#fffdf7,#f1e6d2);
  box-shadow:0 18px 34px rgba(33,24,9,.08);
  padding:16px 18px;
  text-align:center;
}
.v53-order-ticket span{display:block;color:#9a7433;font-weight:900;font-size:13px;margin-bottom:6px}
.v53-order-ticket strong{direction:ltr;display:inline-flex;align-items:center;justify-content:center;letter-spacing:.08em;font-size:clamp(28px,6vw,44px);line-height:1;color:#0d0b07;font-weight:900}
.v53-order-ticket small{display:block;margin-top:10px;color:rgba(36,31,21,.62);font-weight:800;line-height:1.7}
.v53-copy-row{display:flex;gap:8px;justify-content:center;align-items:center;flex-wrap:wrap;margin-top:12px}
.v53-copy-btn{border:1px solid rgba(20,16,10,.18);background:#090805;color:#fff8ec;border-radius:999px;padding:9px 16px;font:inherit;font-weight:900;cursor:pointer}
.v53-order-mini{direction:ltr;display:inline-flex;align-items:center;justify-content:center;padding:5px 11px;border-radius:999px;background:#111;color:#f7e7bf;font-weight:900;letter-spacing:.06em}
@media(max-width:680px){
  .v53-order-ticket{border-radius:20px;padding:14px;margin-top:16px}
  .v53-order-ticket strong{font-size:34px}
  .v53-copy-btn{width:100%;min-height:44px}
}
