.smile-receipts { max-width: 960px; }
.smile-receipts ol { list-style: none; padding: 0; display: grid; gap: 1rem; }
.smile-receipts li { min-width: 0; border: 1px solid rgba(123,218,218,.25); border-radius: 12px; padding: 1rem; background: rgba(9,25,32,.65); }
.smile-receipts li strong, .smile-receipts time, .smile-receipts code { display: block; }
.smile-receipts time { margin: .5rem 0; }
.smile-receipts code { overflow-wrap: anywhere; font-size: .8rem; color: inherit; }
.smile-receipts [hidden] { display: none !important; }
.smile-receipts button { min-height: 44px; cursor: pointer; }
.smile-receipts button:disabled { opacity: .65; cursor: wait; }
