.te-sc-open{display:inline-block;cursor:pointer;color:#007bff;text-decoration:underline}
.te-sc-modal{position:fixed;z-index:9999;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.4)}
.te-sc-modal-content{background:#fff;margin:10% auto;padding:0;border-radius:4px;max-width:520px;box-shadow:0 2px 10px rgba(0,0,0,.2)}
.te-sc-modal-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid #eee}
.te-sc-modal-body{padding:16px}
.te-sc-close{background:transparent;border:0;font-size:20px;line-height:1;cursor:pointer}
.te-sc-form-row{margin-bottom:12px}
.te-sc-form-row label{display:block;margin-bottom:6px;font-weight:600}
.te-sc-form-row input,.te-sc-form-row select{width:100%;padding:8px;border:1px solid #ccc;border-radius:4px}
.te-sc-actions{text-align:right;margin-top:8px}
.te-sc-actions button{background:#007bff;color:#fff;border:0;border-radius:4px;padding:8px 12px;cursor:pointer}
.te-sc-list{list-style:none;margin:12px 0 0;padding:0}
.te-sc-item{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid #f2f2f2}
.te-sc-name{font-weight:600}
.te-sc-price{font-weight:600}
.te-sc-error{color:#c00;margin-top:8px}
.te-sc-empty{color:#666;margin-top:8px}


