.spc-box{margin:18px 0;font-size:14px}
.spc-inner{border:1px dashed #c9a227;border-radius:8px;background:#fffdf5;padding:14px 16px}
.spc-head{font-size:12px;letter-spacing:.06em;text-transform:uppercase;color:#8a6d1f;
  font-weight:700;margin-bottom:10px}
.spc-code-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.spc-code{display:inline-flex;align-items:center;gap:8px;background:#fff;border:1px dashed #c9a227;
  border-radius:5px;padding:6px 12px;cursor:pointer;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;
  font-size:15px;font-weight:700;letter-spacing:.06em;color:#6b4e00}
.spc-code:hover{background:#fff8e5}
.spc-copy-hint{font-family:inherit;font-size:10px;font-weight:600;text-transform:uppercase;
  letter-spacing:.05em;color:#a08a4d}
.spc-copy-hint.spc-copied{color:#12683a}
.spc-amount{font-weight:700;color:#12683a}
.spc-price{margin:12px 0 10px;display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}
.spc-was{text-decoration:line-through;color:#999}
.spc-now{font-size:22px;font-weight:700;color:#1a1a1a}
.spc-save{font-size:12px;font-weight:600;color:#12683a;background:#e7f6ec;
  padding:2px 8px;border-radius:10px}
.spc-note{margin:10px 0;font-size:13px;color:#5f5f5f}
.spc-note.spc-warn{color:#8a6d1f}
.spc-apply{margin-top:4px}
.spc-status{margin-left:10px;font-size:13px;font-weight:600}
.spc-status.spc-ok{color:#12683a}
.spc-status.spc-bad{color:#8a1f1f}
.spc-others{margin-top:12px;font-size:13px}
.spc-others summary{cursor:pointer;color:#6b4e00;font-weight:600}
.spc-others ul{margin:8px 0 0;padding-left:18px}
.spc-others li{margin:4px 0}
.spc-others code{background:#fff;border:1px solid #e3d9bd;padding:1px 6px;border-radius:3px}
.spc-others em{color:#8a6d1f;font-style:normal;font-size:12px}
@media(max-width:600px){.spc-now{font-size:19px}}
