/* One-time purchase shares the visual language of the existing catalog. */
#page-shop .purchase-page-heading{position:absolute;width:1px;height:1px;padding:0;margin:0;overflow:hidden;clip-path:inset(50%);white-space:nowrap}
#page-shop .shop-product-tabs{display:inline-flex;max-width:100%;gap:4px;margin:58px 0 18px;padding:4px;border:1px solid var(--bdr);border-radius:10px;background:var(--bg2)}
#page-shop .shop-product-tabs button{min-height:39px;padding:8px 21px;border:0;border-radius:7px;background:transparent;color:var(--sub);font:600 14px 'Space Grotesk','Noto Sans SC',sans-serif;cursor:pointer;transition:background .18s,color .18s}
#page-shop .shop-product-tabs button[aria-selected="true"]{background:var(--bg4);color:var(--txt);box-shadow:inset 0 -2px var(--p2)}
#page-shop .shop-product-tabs button:hover{color:var(--txt)}
#page-shop .shop-product-tabs button:focus-visible,.shop-one-time button:focus-visible,.shop-one-time input:focus-visible{outline:2px solid var(--p3);outline-offset:2px}
.shop-one-time[hidden],#shop-long-term[hidden]{display:none!important}
.shop-one-time{--ot-muted:var(--sub);--ot-line:var(--bdr);color:var(--txt);font-family:'Space Grotesk','Noto Sans SC',sans-serif}
.shop-one-time .ot-rules{display:flex;align-items:baseline;gap:18px;margin:0 0 18px;padding:13px 17px;border:1px solid var(--ot-line);border-radius:10px;background:color-mix(in srgb,var(--p) 6%,var(--bg2));line-height:1.65}
.shop-one-time .ot-rules strong{flex:0 0 auto;font-size:13px;font-weight:700;color:var(--p3)}
.shop-one-time .ot-rules p{margin:0;color:color-mix(in srgb,var(--txt) 75%,var(--sub));font-size:13px}
.shop-one-time .recent-panel{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:0 0 14px;color:var(--ot-muted);font-size:13px}
.shop-one-time .recent-panel[hidden]{display:none}
.shop-one-time .recent-panel button{padding:5px 10px;border:1px solid var(--ot-line);border-radius:7px;background:var(--bg3);color:var(--txt);font:inherit;cursor:pointer}
.shop-one-time .ot-layout{display:grid;grid-template-columns:minmax(0,2.15fr) minmax(285px,.85fr);gap:18px;align-items:start}
.shop-one-time .ot-panel{min-width:0;border:1px solid var(--ot-line);border-radius:12px;background:var(--bg2)}
.shop-one-time .ot-picker{padding:20px 22px}
.shop-one-time .ot-picker-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0}
.shop-one-time .ot-picker-grid>section{min-width:0;padding:0 18px 0 0}
.shop-one-time .ot-picker-grid>section+section{padding:0 0 0 18px;border-left:1px solid var(--ot-line)}
.shop-one-time .ot-section-head{display:flex;align-items:center;gap:10px;min-height:39px;margin:0 0 15px}
.shop-one-time .ot-section-head h2{margin:0;font-size:16px;font-weight:650;line-height:1.3}
.shop-one-time .ot-section-head p{margin:2px 0 0;color:var(--ot-muted);font-size:12px;line-height:1.5}
.shop-one-time .ot-step{display:none}
.shop-one-time .ot-search{display:block;width:100%;height:42px;padding:9px 12px;border:1px solid var(--ot-line);border-radius:8px;outline:0;background:rgba(255,255,255,.035);color:var(--txt);font:inherit;font-size:13px;transition:border-color .18s}
.shop-one-time .ot-search:focus{border-color:var(--p2)}
.shop-one-time .ot-search::placeholder{color:var(--ot-muted)}
.shop-one-time .ot-results{display:grid;max-height:384px;overflow:auto;margin-top:8px;scrollbar-width:thin}
.shop-one-time .ot-empty{padding:16px 8px;color:var(--ot-muted);font-size:13px;text-align:center}
.shop-one-time .choice{display:flex;align-items:center;gap:11px;width:100%;min-height:62px;padding:8px 10px;border:0;border-bottom:1px solid rgba(91,115,152,.13);border-radius:6px;background:transparent;color:var(--txt);text-align:left;font:inherit;cursor:pointer;transition:background .16s}
.shop-one-time .choice:last-child{border-bottom-color:transparent}
.shop-one-time .choice:hover{background:rgba(59,130,246,.07)}
.shop-one-time .choice.on{background:rgba(37,99,235,.13);box-shadow:inset 2px 0 var(--p2)}
.shop-one-time .choice-icon{display:grid;place-items:center;flex:0 0 38px;width:38px;height:38px;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:#fff}
.shop-one-time .choice-icon img{width:28px;height:28px;object-fit:contain}
.shop-one-time .choice:has(img[src*="one-time-flags"]) .choice-icon img{width:30px;height:22px}
.shop-one-time .choice-copy{min-width:0}
.shop-one-time .choice-copy strong{display:block;font-size:13px;font-weight:650;line-height:1.4}
.shop-one-time .choice-copy small{display:block;color:var(--ot-muted);font-size:11px;line-height:1.35;overflow-wrap:anywhere}
.shop-one-time .ot-order{position:sticky;top:76px;padding:20px 22px}
.shop-one-time .ot-summary{display:grid;gap:0}
.shop-one-time .ot-line{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:48px;padding:9px 0;border-bottom:1px solid var(--ot-line);color:var(--ot-muted);font-size:13px}
.shop-one-time .ot-line strong{color:var(--txt);font-size:13px;font-weight:600;text-align:right;overflow-wrap:anywhere}
.shop-one-time .selected-item{display:flex;align-items:center;justify-content:flex-end;gap:8px}
.shop-one-time .selected-item img{width:24px;height:24px;object-fit:contain;border-radius:4px;background:#fff;padding:2px}
.shop-one-time .ot-price{display:flex;align-items:baseline;justify-content:flex-end;gap:12px;padding:18px 0 9px}
.shop-one-time .ot-price[hidden],.shop-one-time .ot-status[hidden]{display:none!important}
.shop-one-time .ot-price strong{color:var(--txt);font-size:24px;font-weight:700;font-variant-numeric:tabular-nums;text-align:right;white-space:nowrap}
.shop-one-time #price-row::before{content:none!important}
.shop-one-time .ot-status{margin-top:12px;padding:10px 12px;border-left:2px solid var(--p2);background:rgba(37,99,235,.08);color:var(--p3);font-size:12px;line-height:1.6}
.shop-one-time .ot-status.changed{border-left-color:var(--y);color:var(--y)}
.shop-one-time .ot-status.good{border-left-color:var(--g);color:var(--g)}
.shop-one-time .ot-status.error{border-left-color:var(--r);color:#ffb3c0}
.shop-one-time .ot-actions{display:grid;gap:8px;margin-top:15px}
.shop-one-time .ot-actions:has(>button[hidden]):not(:has(>button:not([hidden]):not(.hidden))){display:none}
.shop-one-time .ot-button{min-height:43px;width:100%;padding:9px 13px;border:0;border-radius:8px;font:650 13px 'Space Grotesk','Noto Sans SC',sans-serif;cursor:pointer}
.shop-one-time .ot-button:disabled{opacity:.5;cursor:not-allowed}
.shop-one-time .ot-primary{background:var(--p);color:#fff}
.shop-one-time .ot-primary:not(:disabled):hover{background:var(--p2)}
.shop-one-time .ot-secondary{border:1px solid var(--ot-line);background:var(--bg3);color:var(--txt)}
.shop-one-time .ot-danger{border:1px solid rgba(255,77,109,.4);background:rgba(255,77,109,.1);color:#ffcbd2}
.shop-one-time .hidden{display:none!important}
.shop-one-time #order-card{gap:9px;margin-top:18px;padding-top:14px;border-top:1px solid var(--ot-line)}
.shop-one-time #order-number{font-size:16px}
.shop-one-time #order-code{font-size:20px;color:var(--g)}
.shop-one-time #order-state{color:var(--p3)}
.shop-one-time .ot-sms{display:grid;gap:6px;color:var(--ot-muted);font-size:12px}
.shop-one-time .ot-sms pre{margin:0;max-width:100%;padding:11px;overflow-wrap:anywhere;white-space:pre-wrap;border:1px solid var(--ot-line);border-radius:7px;background:var(--bg);color:var(--txt);font:inherit}
@media(max-width:1100px){.shop-one-time .ot-layout{grid-template-columns:minmax(0,1.5fr) minmax(270px,1fr)}.shop-one-time .ot-picker-grid{grid-template-columns:1fr}.shop-one-time .ot-picker-grid>section{padding:0}.shop-one-time .ot-picker-grid>section+section{padding:18px 0 0;margin-top:18px;border-left:0;border-top:1px solid var(--ot-line)}.shop-one-time .ot-order{position:static}}
@media(max-width:760px){.shop-one-time .ot-layout{grid-template-columns:1fr}.shop-one-time .ot-picker-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.shop-one-time .ot-picker-grid>section{padding:0 12px 0 0}.shop-one-time .ot-picker-grid>section+section{padding:0 0 0 12px;margin:0;border-top:0;border-left:1px solid var(--ot-line)}.shop-one-time .ot-results{max-height:256px}.shop-one-time .ot-order{padding:18px}}
@media(max-width:560px){#page-shop .shop-product-tabs{display:flex;width:100%}#page-shop .shop-product-tabs button{flex:1;min-width:0;padding:8px 5px;font-size:13px}.shop-one-time .ot-rules{display:block;padding:12px 14px}.shop-one-time .ot-rules strong{display:block;margin-bottom:3px}.shop-one-time .ot-picker{padding:16px}.shop-one-time .ot-picker-grid{grid-template-columns:1fr}.shop-one-time .ot-picker-grid>section{padding:0}.shop-one-time .ot-picker-grid>section+section{padding:18px 0 0;margin-top:18px;border-left:0;border-top:1px solid var(--ot-line)}.shop-one-time .ot-results{max-height:260px}.shop-one-time .ot-price strong{font-size:21px}}

/* Progressive purchase flow: service, then country, then exact price. */
.shop-one-time .ot-rules{max-width:1040px;margin:0 auto 18px}
.shop-one-time .ot-flow{display:grid;gap:14px;max-width:1040px;margin:0 auto}
.shop-one-time .ot-flow[hidden],.shop-one-time .ot-stage[hidden],.shop-one-time .ot-confirm[hidden],.shop-one-time .ot-picked[hidden],.shop-one-time #service-chooser[hidden],.shop-one-time #country-chooser[hidden]{display:none!important}
.shop-one-time .ot-stage,.shop-one-time .ot-confirm{padding:24px 26px}
.shop-one-time .ot-section-head{gap:13px;margin-bottom:19px}
.shop-one-time .ot-section-head h2{font-size:17px}
.shop-one-time .ot-step{display:grid;place-items:center;flex:0 0 27px;height:27px;border:1px solid rgba(59,130,246,.55);border-radius:50%;color:var(--p3);font-size:12px;font-weight:700}
.shop-one-time .ot-stage .ot-search{height:46px;margin-bottom:8px}
.shop-one-time .ot-stage .ot-results{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 18px;max-height:370px}
.shop-one-time .ot-stage .choice{min-height:65px;padding:9px 12px}
.shop-one-time .ot-stage .choice::after{content:"›";margin-left:auto;color:var(--sub);font-size:20px;font-weight:300}
.shop-one-time .ot-stage .choice:hover::after{color:var(--p3)}
.shop-one-time .ot-picked{display:flex;align-items:center;gap:12px;padding:15px 17px;border:1px solid var(--ot-line);border-radius:8px;background:var(--bg3)}
.shop-one-time .ot-picked img{width:32px;height:32px;padding:3px;border-radius:6px;background:#fff;object-fit:contain}
.shop-one-time .ot-picked strong{min-width:0;flex:1;font-size:15px;font-weight:650}
.shop-one-time .ot-picked button{border:0;background:transparent;color:var(--p3);font:600 13px 'Space Grotesk','Noto Sans SC',sans-serif;cursor:pointer}
.shop-one-time .ot-confirm .ot-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 30px}
.shop-one-time .ot-confirm .ot-price{grid-column:1/-1;align-items:center;margin:10px 0 0;padding:17px 0 0;border-top:1px solid var(--ot-line)}
.shop-one-time .ot-confirm .ot-actions{max-width:320px;margin:19px 0 0 auto}
.shop-one-time .ot-confirm .ot-status{margin-top:14px}

/* After purchase, the inbox replaces the buying flow. */
.shop-one-time .ot-receipt{max-width:1040px;margin:0 auto;padding:29px;border:1px solid var(--ot-line);border-radius:12px;background:var(--bg2)}
.shop-one-time:has(.ot-receipt:not(.hidden)) .ot-rules,.shop-one-time:has(.ot-receipt:not(.hidden)) .recent-panel{display:none}
.shop-one-time .ot-receipt-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:25px}
.shop-one-time .ot-receipt-kicker{color:var(--p3);font-size:12px;font-weight:700;letter-spacing:.08em}
.shop-one-time .ot-receipt-head h2{margin:6px 0;font-size:28px;line-height:1.3}
.shop-one-time .ot-receipt-head p{margin:0;color:var(--sub);font-size:14px}
.shop-one-time .ot-orders-link{flex:0 0 auto;padding:9px 12px;border:1px solid var(--ot-line);border-radius:7px;color:var(--p3);font-size:12px;text-decoration:none}
.shop-one-time .ot-number-block{display:grid;grid-template-columns:1fr auto;align-items:center;gap:7px 18px;padding:21px 24px;border:1px solid rgba(59,130,246,.3);border-radius:10px;background:color-mix(in srgb,var(--p) 9%,var(--bg3))}
.shop-one-time .ot-number-block>span{grid-column:1;color:var(--sub);font-size:13px}
.shop-one-time .ot-number-block #order-number{grid-column:1;color:var(--txt);font-size:clamp(23px,3vw,36px);line-height:1.3;letter-spacing:.02em;overflow-wrap:anywhere}
.shop-one-time .ot-number-block #copy-number{grid-column:2;grid-row:1/3;min-width:110px}
.shop-one-time .ot-receipt-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin:20px 0}
.shop-one-time .ot-receipt-cell{display:grid;gap:8px;padding:8px 17px;border-right:1px solid var(--ot-line)}
.shop-one-time .ot-receipt-cell:first-child{padding-left:0}
.shop-one-time .ot-receipt-cell:last-child{border-right:0}
.shop-one-time .ot-receipt-cell span{color:var(--sub);font-size:12px}
.shop-one-time .ot-receipt-cell strong{font-size:20px;font-weight:650}
.shop-one-time .ot-receipt-cell #order-code{color:var(--g)}
.shop-one-time .ot-receipt .ot-sms{gap:8px;padding:18px 0;border-top:1px solid var(--ot-line);font-size:13px}
.shop-one-time .ot-receipt .ot-sms pre{min-height:64px;font-size:14px}
.shop-one-time .ot-receipt-foot{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;margin:18px 0 0;padding-top:15px;border-top:1px solid var(--ot-line);color:var(--sub);font-size:12px}
.shop-one-time .ot-receipt-foot strong{color:var(--txt);font-weight:600}
.shop-one-time .ot-receipt-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}
.shop-one-time .ot-receipt-actions .ot-button{width:auto;min-width:170px}
#page-dash .one-time-order-number{margin:5px 0;color:var(--txt);font-size:17px;font-weight:650;font-variant-numeric:tabular-nums}
@media(max-width:680px){.shop-one-time .ot-stage,.shop-one-time .ot-confirm,.shop-one-time .ot-receipt{padding:18px}.shop-one-time .ot-stage .ot-results{grid-template-columns:1fr;max-height:360px}.shop-one-time .ot-confirm .ot-summary{grid-template-columns:1fr}.shop-one-time .ot-confirm .ot-actions{max-width:none;margin:17px 0 0}.shop-one-time .ot-receipt-head{display:block}.shop-one-time .ot-orders-link{display:inline-block;margin-top:16px}.shop-one-time .ot-number-block{padding:17px}.shop-one-time .ot-number-block #order-number{font-size:23px}.shop-one-time .ot-receipt-grid{grid-template-columns:1fr;gap:0}.shop-one-time .ot-receipt-cell,.shop-one-time .ot-receipt-cell:first-child{padding:12px 0;border-right:0;border-bottom:1px solid var(--ot-line)}.shop-one-time .ot-receipt-cell:last-child{border-bottom:0}}

/* Temporary numbers are a product in My Numbers, not a receipt attached to checkout. */
.shop-one-time .ot-flow{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}
.shop-one-time .ot-confirm{grid-column:1/-1}
.shop-one-time .ot-stage .ot-results{grid-template-columns:1fr;max-height:310px}
.shop-one-time .ot-stage .choice{min-height:63px}
.number-product-switch,.sms-type-switch{display:flex;gap:5px;max-width:100%;margin:0 0 15px;padding:4px;border:1px solid var(--bdr);border-radius:10px;background:var(--bg2);width:max-content}
.number-product-switch button,.sms-type-switch button{min-height:39px;padding:8px 20px;border:0;border-radius:7px;background:transparent;color:var(--sub);font:600 14px 'Space Grotesk','Noto Sans SC',sans-serif;cursor:pointer}
.number-product-switch button[aria-selected="true"],.sms-type-switch button[aria-selected="true"]{background:var(--bg4);color:var(--txt);box-shadow:inset 0 -2px var(--p2)}
.temp-intro{margin:0 0 20px;color:var(--sub);font-size:13px;line-height:1.6}
.temp-group-title{margin:19px 0 11px;color:var(--p3);font-size:13px;font-weight:700;letter-spacing:.04em}
.temp-order{margin-bottom:10px;border:1px solid var(--bdr);border-radius:11px;background:var(--bg2);overflow:hidden}
.temp-order[open]{border-color:rgba(59,130,246,.6);background:var(--bg3)}
.temp-order summary{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:16px 18px;cursor:pointer;list-style:none}
.temp-order summary::-webkit-details-marker{display:none}
.temp-order summary:after{content:'⌄';color:var(--p3);font-size:22px;line-height:1}
.temp-order[open] summary:after{transform:rotate(180deg)}
.temp-order-title{display:grid;gap:5px;min-width:0;flex:1}
.temp-order-title strong{font-size:15px;overflow-wrap:anywhere}
.temp-order-title small{color:var(--sub);font-size:12px;overflow-wrap:anywhere}
.temp-order-state{flex:0 0 auto;border:1px solid var(--bdr);border-radius:999px;padding:5px 9px;color:var(--p3);font-size:12px;font-weight:650}
.temp-order-state.received{color:var(--g);border-color:rgba(0,229,160,.3)}
.temp-order-body{padding:0 18px 19px;border-top:1px solid var(--bdr)}
.temp-number-row{display:flex;align-items:center;justify-content:space-between;gap:15px;margin:17px 0;padding:17px 18px;border:1px solid rgba(59,130,246,.3);border-radius:9px;background:rgba(37,99,235,.09)}
.temp-number-row strong{font-size:clamp(20px,2.5vw,28px);overflow-wrap:anywhere}
.temp-number-row button{flex:0 0 auto}
.temp-order-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px;margin:15px 0}
.temp-order-facts>div{display:grid;gap:6px;min-width:0}
.temp-order-facts span,.temp-sms-title{color:var(--sub);font-size:12px}
.temp-order-facts strong{font-size:17px;overflow-wrap:anywhere}
.temp-order-sms{margin-top:14px;padding-top:14px;border-top:1px solid var(--bdr)}
.temp-order-sms pre{margin:7px 0 0;padding:13px;border:1px solid var(--bdr);border-radius:7px;background:var(--bg);color:var(--txt);font:13px/1.6 'Space Grotesk','Noto Sans SC',sans-serif;white-space:pre-wrap;overflow-wrap:anywhere}
.temp-order-note{margin:13px 0 0;color:var(--sub);font-size:12px;line-height:1.6}
.temp-order-actions{display:flex;flex-wrap:wrap;gap:9px;margin-top:17px}
.temp-empty{padding:20px;border:1px dashed var(--bdr);border-radius:9px;color:var(--sub);font-size:13px}
.sms-type-switch{margin-bottom:16px}
.sms-product-badge{display:inline-block;margin-top:7px;padding:3px 7px;border-radius:5px;background:rgba(59,130,246,.12);color:var(--p3);font-size:11px;font-weight:600}
@media(max-width:900px){.shop-one-time .ot-flow{grid-template-columns:1fr}.shop-one-time .ot-confirm{grid-column:auto}}
@media(max-width:560px){.number-product-switch,.sms-type-switch{width:100%}.number-product-switch button,.sms-type-switch button{flex:1;min-width:0;padding:8px 6px;font-size:12px}.temp-order summary{align-items:flex-start}.temp-order-state{max-width:100px;text-align:center}.temp-number-row{display:grid}.temp-number-row button{width:max-content}.temp-order-facts{grid-template-columns:1fr 1fr}.temp-order-facts>div:last-child{grid-column:1/-1}}

/* The picker reveals one decision at a time. Only the selected combination gets a price. */
.shop-one-time .ot-flow{display:block;max-width:900px}
.shop-one-time .ot-stage,.shop-one-time .ot-confirm{margin-bottom:13px;padding:19px 22px}
.shop-one-time .ot-stage .ot-results{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 12px;max-height:318px}
.shop-one-time #service-stage .choice{min-height:54px;padding:7px 9px}
.shop-one-time #service-stage .choice-copy small{display:none}
.shop-one-time .ot-stage .choice-icon{flex-basis:34px;width:34px;height:34px}
.shop-one-time .ot-stage .choice-icon img{width:26px;height:26px}
.shop-one-time .ot-picked{padding:10px 12px}
.shop-one-time .ot-picked img{width:29px;height:29px}
.shop-one-time .ot-confirm .ot-section-head{margin-bottom:8px}
.shop-one-time .ot-confirm .ot-summary{grid-template-columns:repeat(2,minmax(0,1fr))}
.shop-one-time .ot-confirm .ot-line{min-height:39px}
.shop-one-time .ot-confirm .ot-price{padding-top:12px}
.shop-one-time .ot-lock-hint{display:none;margin-left:auto;padding:4px 9px;border:1px solid var(--ot-line);border-radius:999px;color:var(--sub);font-size:11px;white-space:nowrap}
.shop-one-time .ot-locked{min-height:72px;border-style:dashed;background:color-mix(in srgb,var(--bg2) 80%,var(--bg));opacity:.78}
.shop-one-time .ot-locked .ot-section-head{margin:0}
.shop-one-time .ot-locked .ot-section-head h2{color:var(--sub)}
.shop-one-time .ot-locked .ot-lock-hint{display:inline-flex}
.shop-one-time .ot-locked #country-chooser,.shop-one-time .ot-locked .ot-summary,.shop-one-time .ot-locked .ot-actions,.shop-one-time .ot-locked .ot-status{display:none!important}
@media(max-width:640px){.shop-one-time .ot-stage .ot-results{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 5px}.shop-one-time .ot-stage,.shop-one-time .ot-confirm{padding:16px}.shop-one-time .ot-stage .choice{min-width:0;gap:7px}.shop-one-time .ot-stage .choice-copy strong{font-size:12px;overflow-wrap:anywhere}.shop-one-time .ot-confirm .ot-summary{grid-template-columns:1fr}}

/* A number occupies one row; long SMS opens within its own cell. */
.temp-list{margin-top:8px;border:1px solid var(--bdr);border-radius:10px;overflow:hidden}
.temp-list-scroll{width:100%;overflow-x:auto}
.temp-list-table{width:100%;border-collapse:collapse;table-layout:fixed;font-size:13px}
.temp-list-table th{padding:11px 10px;background:var(--bg3);color:var(--sub);font-size:12px;font-weight:600;text-align:left;white-space:nowrap}
.temp-list-table td{padding:11px 10px;border-top:1px solid var(--bdr);color:var(--txt);vertical-align:middle;overflow-wrap:anywhere}
.temp-list-table tbody tr{background:var(--bg2)}
.temp-list-table tbody tr:hover{background:var(--bg3)}
.temp-list-table tbody tr.temp-focused{background:color-mix(in srgb,var(--p) 13%,var(--bg2));box-shadow:inset 3px 0 var(--p2)}
.temp-list-table th:nth-child(1){width:17%}.temp-list-table th:nth-child(2){width:13%}.temp-list-table th:nth-child(3){width:12%}.temp-list-table th:nth-child(4){width:12%}.temp-list-table th:nth-child(5){width:19%}.temp-list-table th:nth-child(6){width:9%}.temp-list-table th:nth-child(7){width:10%}.temp-list-table th:nth-child(8){width:8%}
.temp-list-table .temp-number{display:block;font-weight:650;font-variant-numeric:tabular-nums;white-space:nowrap}
.temp-list-table .temp-service,.temp-list-table .temp-country{display:flex;align-items:center;gap:7px;min-width:0}
.temp-list-table .temp-service img,.temp-list-table .temp-country img{width:25px;height:25px;object-fit:contain;border-radius:5px;background:#fff;padding:2px;flex:none}
.temp-list-table .temp-country img{width:27px;height:21px}
.temp-list-table .temp-order-state{display:inline-block;white-space:nowrap}
.temp-list-table .temp-code{display:block;color:var(--g);font-weight:700}
.temp-list-table .temp-sms-preview{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--sub);font-size:12px}
.temp-list-table .temp-sms-details summary{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--p3);cursor:pointer;list-style:none}
.temp-list-table .temp-sms-details summary::-webkit-details-marker{display:none}
.temp-list-table .temp-sms-details p{margin:7px 0 0;white-space:pre-wrap;overflow-wrap:anywhere;color:var(--txt);line-height:1.5}
.temp-list-table .temp-price,.temp-list-table .temp-countdown{font-variant-numeric:tabular-nums;white-space:nowrap}
.temp-list-table .temp-expiry{display:block;margin-top:3px;color:var(--sub);font-size:11px;white-space:nowrap}
.temp-list-table .temp-actions{display:flex;gap:5px;flex-wrap:wrap}
.temp-list-table .temp-actions button{padding:4px 7px;min-height:27px;white-space:nowrap;font-size:11px}
.temp-list-table .temp-muted{color:var(--sub)}
@media(max-width:1050px){.temp-list-table{min-width:900px}.temp-list-table th:nth-child(8){width:10%}}
@media(max-width:720px){.temp-list{border:0;overflow:visible}.temp-list-scroll{overflow:visible}.temp-list-table,.temp-list-table tbody{display:block;min-width:0}.temp-list-table thead{display:none}.temp-list-table tbody tr{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 12px;margin-bottom:9px;padding:12px;border:1px solid var(--bdr);border-radius:9px}.temp-list-table td{display:block;min-width:0;padding:0;border:0}.temp-list-table td::before{content:attr(data-label);display:block;margin-bottom:3px;color:var(--sub);font-size:11px}.temp-list-table td:first-child,.temp-list-table td:nth-child(5),.temp-list-table td:last-child{grid-column:1/-1}.temp-list-table .temp-number{white-space:normal}.temp-list-table .temp-sms-preview{max-width:100%}.temp-list-table .temp-actions{margin-top:3px}}
