
.sz-code-study{
  --accent:#a82d24;
  --accent2:#8f241d;
  --gold:#b68143;
  --line:#eadfce;
  --cream:#fffaf2;
  --text:#29221b;
  --muted:#76695c;
  max-width:1080px;
  margin:22px auto;
  color:var(--text);
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",sans-serif;
  line-height:1.7;
}
.sz-code-study *{box-sizing:border-box}
.sz-code-study button,.sz-code-study input{font:inherit}

.sz-code-study__resource{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin-bottom:15px;
  padding:15px 18px;
  border:1px solid #efb5ae;
  border-left:5px solid #d62d2d;
  border-radius:10px;
  background:linear-gradient(90deg,#fff5f3,#fff);
  color:var(--text)!important;
  text-decoration:none!important;
}
.sz-code-study__resource>div>span{
  display:inline-block;
  padding:2px 7px;
  border:1px solid #efb5ae;
  border-radius:999px;
  color:#c52c29;
  font-size:9px;
}
.sz-code-study__resource strong{
  display:block;
  margin-top:2px;
  font-size:18px;
}
.sz-code-study__resource small{
  display:block;
  color:#7c6c5d;
  font-size:10px;
}
.sz-code-study__resource>b{
  flex:0 0 auto;
  min-width:166px;
  padding:9px 13px;
  border-radius:8px;
  background:#c92424;
  color:#fff;
  text-align:center;
  font-size:11px;
}

.sz-code-study__hero{
  display:flex;
  align-items:center;
  gap:16px;
  padding:24px;
  border:1px solid #e7d2b2;
  border-radius:16px;
  background:linear-gradient(135deg,#fff7e7,#fff);
}
.sz-code-study__hero-icon{
  width:62px;height:62px;
  flex:0 0 62px;
  display:grid;
  place-items:center;
  border-radius:14px;
  background:var(--accent);
  color:#fff;
  font-size:28px;
  font-weight:700;
}
.sz-code-study__hero-copy h2{
  margin:1px 0 3px;
  font-size:28px;
}
.sz-code-study__hero-copy p{
  margin:0;
  color:var(--muted);
  font-size:13px;
}
.sz-code-study__eyebrow{
  display:block;
  color:#9d7442;
  font-size:10px;
  letter-spacing:.04em;
}
.sz-code-study__hero-stat{
  margin-left:auto;
  min-width:100px;
  padding:10px;
  border:1px solid #e3c89e;
  border-radius:11px;
  background:#fff2df;
  text-align:center;
}
.sz-code-study__hero-stat strong{
  display:block;
  color:var(--accent);
  font-size:22px;
}
.sz-code-study__hero-stat span{
  color:#896a47;
  font-size:9px;
}

.sz-code-study__selector,
.sz-code-study__overview,
.sz-code-study__roadmap,
.sz-code-study__plan,
.sz-code-study__tips{
  margin-top:15px;
  padding:19px;
  border:1px solid var(--line);
  border-radius:15px;
  background:#fff;
}
.sz-code-study__selector-head,
.sz-code-study__section-head{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:15px;
}
.sz-code-study__selector h3,
.sz-code-study__section-head h3,
.sz-code-study__plan h3,
.sz-code-study__tips h3{
  margin:1px 0 0;
  font-size:20px;
}
.sz-code-study__search{
  position:relative;
  width:min(360px,100%);
}
.sz-code-study__search span{
  position:absolute;
  left:11px;
  top:50%;
  transform:translateY(-50%);
  color:#8d7964;
}
.sz-code-study__search input{
  width:100%;
  height:39px;
  padding:0 12px 0 34px;
  border:1px solid #ddcfbd;
  border-radius:9px;
  outline:none;
}
.sz-code-study__search input:focus{
  border-color:#bd8b50;
  box-shadow:0 0 0 3px rgba(189,139,80,.1);
}

.sz-code-study__langs{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:8px;
  margin-top:14px;
}
.sz-code-study__langs button{
  padding:11px 8px;
  border:1px solid #e7d9c7;
  border-radius:10px;
  background:#fcfaf6;
  color:#66594d;
  cursor:pointer;
}
.sz-code-study__langs button i{
  width:34px;height:34px;
  display:grid;
  place-items:center;
  margin:0 auto 4px;
  border-radius:9px;
  background:#f3e7d4;
  color:#8d5e2c;
  font-style:normal;
  font-size:11px;
  font-weight:700;
}
.sz-code-study__langs button span{
  display:block;
  font-size:10.5px;
}
.sz-code-study__langs button.is-active{
  border-color:var(--accent);
  background:#fff5f3;
  color:var(--accent);
}
.sz-code-study__langs button.is-active i{
  background:var(--accent);
  color:#fff;
}

.sz-code-study__overview{
  display:grid;
  grid-template-columns:1fr 300px;
  gap:25px;
  align-items:center;
}
.sz-code-study__overview-main h3{
  margin:2px 0 4px;
  font-size:23px;
}
.sz-code-study__overview-main p{
  margin:0;
  color:var(--muted);
  font-size:12px;
}
.sz-code-study__progress-box>div:first-child{
  display:flex;
  justify-content:space-between;
  color:#766553;
  font-size:10px;
}
.sz-code-study__progress{
  height:10px;
  margin-top:7px;
  overflow:hidden;
  border-radius:999px;
  background:#eee5d9;
}
.sz-code-study__progress i{
  display:block;
  width:0;
  height:100%;
  border-radius:999px;
  background:linear-gradient(90deg,#b98245,#a82d24);
  transition:width .3s ease;
}
.sz-code-study__progress-box small{
  display:block;
  margin-top:4px;
  color:#9a6a39;
  text-align:right;
  font-size:9px;
}

.sz-code-study__continue{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin-top:15px;
  padding:17px 19px;
  border:1px solid #e8c798;
  border-radius:14px;
  background:linear-gradient(90deg,#fff5df,#fffaf4);
}
.sz-code-study__continue h3{
  margin:1px 0 3px;
  font-size:18px;
}
.sz-code-study__continue p{
  margin:0;
  color:#786858;
  font-size:11px;
}
.sz-code-study__continue button{
  flex:0 0 auto;
  padding:9px 15px;
  border:0;
  border-radius:8px;
  background:var(--accent);
  color:#fff;
  cursor:pointer;
}

.sz-code-study__section-head>span{
  color:#877563;
  font-size:10px;
}
.sz-code-study__lessons{
  display:grid;
  gap:9px;
  margin-top:13px;
}
.sz-code-study__lesson{
  display:grid;
  grid-template-columns:48px minmax(0,1fr) 88px;
  gap:13px;
  align-items:start;
  padding:14px;
  border:1px solid #ebdfcf;
  border-radius:11px;
  background:#fcfaf7;
  transition:.2s ease;
}
.sz-code-study__lesson.is-done{
  border-color:#d9c8ad;
  background:#fffaf1;
}
.sz-code-study__lesson.is-focus{
  border-color:#b87b3c;
  box-shadow:0 0 0 4px rgba(184,123,60,.12);
}
.sz-code-study__lesson-num{
  width:42px;height:42px;
  display:grid;
  place-items:center;
  border-radius:10px;
  background:#f1e4d2;
  color:#9e6b35;
  font-weight:700;
}
.sz-code-study__lesson-meta{
  display:flex;
  align-items:center;
  gap:7px;
}
.sz-code-study__lesson-meta span{
  padding:2px 7px;
  border-radius:999px;
  background:#f6e8d3;
  color:#8d6030;
  font-size:9px;
}
.sz-code-study__lesson-meta small{
  color:#8d7e6d;
  font-size:9px;
}
.sz-code-study__lesson h4{
  margin:5px 0 3px;
  font-size:16px;
}
.sz-code-study__lesson p{
  margin:0;
  color:#75685b;
  font-size:11px;
}
.sz-code-study__lesson details{
  margin-top:8px;
}
.sz-code-study__lesson summary{
  color:#9a5d2b;
  font-size:10px;
  cursor:pointer;
}
.sz-code-study__code{
  position:relative;
  margin-top:7px;
  overflow:hidden;
  border-radius:9px;
  background:#26231f;
}
.sz-code-study__code button{
  position:absolute;
  right:7px;
  top:7px;
  z-index:2;
  padding:4px 7px;
  border:1px solid rgba(255,255,255,.2);
  border-radius:6px;
  background:rgba(255,255,255,.08);
  color:#fff;
  font-size:9px;
  cursor:pointer;
}
.sz-code-study__code pre{
  margin:0;
  padding:15px;
  overflow:auto;
  color:#f2eadf;
  font:11px/1.7 Consolas,Monaco,monospace;
}
.sz-code-study__check{
  align-self:center;
  padding:7px 8px;
  border:1px solid #dbc8b1;
  border-radius:8px;
  background:#fff;
  color:#745c44;
  font-size:9.5px;
  cursor:pointer;
}
.sz-code-study__lesson.is-done .sz-code-study__check{
  border-color:#ba8e5a;
  background:#b68143;
  color:#fff;
}
.sz-code-study__empty{
  margin-top:12px;
  padding:25px;
  border:1px dashed #dacbb8;
  border-radius:10px;
  color:#7d6c5c;
  text-align:center;
  font-size:11px;
}

.sz-code-study__plan-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:8px;
  margin-top:11px;
}
.sz-code-study__plan-grid>div{
  padding:13px;
  border:1px solid #ebdfcf;
  border-radius:10px;
  background:#fcfaf6;
}
.sz-code-study__plan-grid b{
  display:inline-block;
  margin-bottom:5px;
  color:#a82d24;
  font-size:9px;
}
.sz-code-study__plan-grid strong{
  display:block;
  font-size:12px;
}
.sz-code-study__plan-grid p{
  margin:4px 0 0;
  color:#75675a;
  font-size:10px;
}

.sz-code-study__tips>div{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:8px;
  margin-top:10px;
}
.sz-code-study__tips p{
  display:flex;
  gap:10px;
  margin:0;
  padding:12px;
  border:1px solid #eee2d4;
  border-radius:9px;
  background:#fcfaf7;
}
.sz-code-study__tips p>b{
  flex:0 0 auto;
  color:#b57b3e;
  font-size:14px;
}
.sz-code-study__tips p span{
  color:#74675a;
  font-size:10px;
}
.sz-code-study__tips p strong{
  display:block;
  margin-bottom:2px;
  color:#342a22;
  font-size:11px;
}

@media(max-width:850px){
  .sz-code-study__langs{grid-template-columns:repeat(3,1fr)}
  .sz-code-study__overview{grid-template-columns:1fr}
  .sz-code-study__plan-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:600px){
  .sz-code-study{margin:12px auto}
  .sz-code-study__resource{
    align-items:flex-start;
    flex-direction:column;
    gap:9px;
    padding:13px;
  }
  .sz-code-study__resource>b{width:100%;min-width:0}
  .sz-code-study__hero{
    align-items:flex-start;
    flex-wrap:wrap;
    padding:17px 14px;
  }
  .sz-code-study__hero-icon{
    width:50px;height:50px;flex-basis:50px;
    font-size:22px;
  }
  .sz-code-study__hero-copy h2{font-size:22px}
  .sz-code-study__hero-copy p{font-size:10.5px}
  .sz-code-study__hero-stat{
    width:100%;
    margin-left:0;
  }
  .sz-code-study__selector,
  .sz-code-study__overview,
  .sz-code-study__roadmap,
  .sz-code-study__plan,
  .sz-code-study__tips{
    padding:14px 12px;
  }
  .sz-code-study__selector-head{
    align-items:stretch;
    flex-direction:column;
  }
  .sz-code-study__search{width:100%}
  .sz-code-study__langs{grid-template-columns:repeat(2,1fr)}
  .sz-code-study__continue{
    align-items:flex-start;
    flex-direction:column;
  }
  .sz-code-study__continue button{width:100%}
  .sz-code-study__lesson{
    grid-template-columns:40px minmax(0,1fr);
  }
  .sz-code-study__lesson-num{
    width:36px;height:36px;
  }
  .sz-code-study__check{
    grid-column:1 / -1;
    width:100%;
  }
  .sz-code-study__plan-grid,
  .sz-code-study__tips>div{
    grid-template-columns:1fr;
  }
}


/* v1.1.0 问题反馈 */
.sz-code-study__feedback{
  margin-top:15px;
  padding:19px;
  border:1px solid #ead8bd;
  border-radius:15px;
  background:linear-gradient(135deg,#fffaf0,#fff);
}
.sz-code-study__feedback-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}
.sz-code-study__feedback-head h3{
  margin:1px 0 2px;
  font-size:20px;
}
.sz-code-study__feedback-head p{
  margin:0;
  color:#786959;
  font-size:11px;
}
.sz-code-study__feedback-head>button,
.sz-code-study__feedback-actions button{
  flex:0 0 auto;
  padding:9px 14px;
  border:0;
  border-radius:8px;
  background:var(--accent);
  color:#fff;
  cursor:pointer;
}
.sz-code-study__feedback-form{
  margin-top:15px;
  padding-top:15px;
  border-top:1px dashed #dfcdb3;
}
.sz-code-study__feedback-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}
.sz-code-study__feedback-form label>span{
  display:block;
  margin-bottom:4px;
  color:#66594c;
  font-size:10px;
  font-weight:600;
}
.sz-code-study__feedback-form label small{
  color:#9a8b7b;
  font-size:9px;
  font-weight:400;
}
.sz-code-study__feedback-form input,
.sz-code-study__feedback-form select,
.sz-code-study__feedback-form textarea{
  width:100%;
  border:1px solid #ddcfbd;
  border-radius:9px;
  background:#fff;
  color:#342c25;
  outline:none;
}
.sz-code-study__feedback-form input,
.sz-code-study__feedback-form select{
  height:40px;
  padding:0 10px;
}
.sz-code-study__feedback-form textarea{
  min-height:120px;
  padding:10px 11px;
  resize:vertical;
}
.sz-code-study__feedback-form input:focus,
.sz-code-study__feedback-form select:focus,
.sz-code-study__feedback-form textarea:focus{
  border-color:#bd8b50;
  box-shadow:0 0 0 3px rgba(189,139,80,.10);
}
.sz-code-study__feedback-message{
  display:block;
  margin-top:10px;
}
.sz-code-study__feedback-context{
  display:flex;
  gap:12px;
  margin-top:9px;
  flex-wrap:wrap;
  color:#847260;
  font-size:9.5px;
}
.sz-code-study__feedback-context b{
  color:#6d5338;
}
.sz-code-study__feedback-actions{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-top:12px;
}
.sz-code-study__feedback-actions p{
  margin:0;
  color:#9a5d2b;
  font-size:10px;
}
.sz-code-study__feedback-actions button:disabled{
  opacity:.55;
  cursor:not-allowed;
}
.sz-code-study__honeypot{
  position:absolute!important;
  left:-99999px!important;
  width:1px!important;
  height:1px!important;
  opacity:0!important;
  pointer-events:none!important;
}
@media(max-width:600px){
  .sz-code-study__feedback{
    padding:14px 12px;
  }
  .sz-code-study__feedback-head{
    align-items:flex-start;
    flex-direction:column;
  }
  .sz-code-study__feedback-head>button{
    width:100%;
  }
  .sz-code-study__feedback-row{
    grid-template-columns:1fr;
  }
  .sz-code-study__feedback-actions{
    align-items:stretch;
    flex-direction:column;
  }
  .sz-code-study__feedback-actions button{
    width:100%;
  }
}


/* v1.2.0 丰富版 */
.sz-code-study__hero-stats{
  display:flex;
  gap:8px;
  margin-left:auto;
}
.sz-code-study__hero-stats .sz-code-study__hero-stat{
  margin-left:0;
}
.sz-code-study__roadmap-tools{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-top:12px;
  padding:10px 0 4px;
  border-top:1px dashed #eadfce;
}
.sz-code-study__stage-filter{
  display:flex;
  gap:6px;
  flex-wrap:wrap;
}
.sz-code-study__stage-filter button{
  padding:5px 10px;
  border:1px solid #dfcfbb;
  border-radius:999px;
  background:#fffaf3;
  color:#6f5b46;
  font-size:9.5px;
  cursor:pointer;
}
.sz-code-study__stage-filter button.is-active{
  border-color:var(--accent);
  background:var(--accent);
  color:#fff;
}
.sz-code-study__mini-stats{
  display:flex;
  gap:10px;
  color:#806d5a;
  font-size:9.5px;
}
.sz-code-study__mini-stats b{
  color:#a82d24;
}
.sz-code-study__fav-btn{
  margin-left:auto;
  padding:0;
  border:0;
  background:transparent;
  color:#b69b77;
  font-size:18px;
  line-height:1;
  cursor:pointer;
}
.sz-code-study__fav-btn.is-active{
  color:#b57d32;
}
.sz-code-study__knowledge{
  display:inline-block;
  margin-top:7px;
  padding:5px 8px;
  border:1px solid #eadcc9;
  border-radius:7px;
  background:#fff8ed;
  color:#7f664a;
  font-size:9.5px;
}
.sz-code-study__lesson-tabs{
  display:grid;
  gap:5px;
  margin-top:8px;
}
.sz-code-study__exercise{
  margin-top:7px;
  padding:10px;
  border:1px solid #e8dccb;
  border-radius:9px;
  background:#fff;
}
.sz-code-study__exercise>strong{
  color:#8e5b2e;
  font-size:10px;
}
.sz-code-study__exercise>p{
  margin:3px 0 7px;
  color:#65594d;
  font-size:10.5px;
}
.sz-code-study__answer{
  margin-top:6px!important;
  padding-top:6px;
  border-top:1px dashed #e5d7c4;
}
.sz-code-study__answer pre{
  margin:7px 0 0;
  padding:10px;
  overflow:auto;
  border-radius:8px;
  background:#29251f;
  color:#f2eadf;
  font:10.5px/1.7 Consolas,Monaco,monospace;
}
.sz-code-study__note{
  margin-top:7px;
}
.sz-code-study__note textarea{
  width:100%;
  min-height:90px;
  padding:9px 10px;
  border:1px solid #ddcfbd;
  border-radius:8px;
  resize:vertical;
  outline:none;
  font:10.5px/1.6 inherit;
}
.sz-code-study__note textarea:focus{
  border-color:#bd8b50;
  box-shadow:0 0 0 3px rgba(189,139,80,.08);
}
.sz-code-study__note small{
  display:block;
  margin-top:3px;
  color:#9a8a79;
  font-size:8.5px;
}
.sz-code-study__lesson.is-fav{
  border-left:4px solid #c39458;
}
.sz-code-study__skills{
  margin-top:15px;
  padding:19px;
  border:1px solid var(--line);
  border-radius:15px;
  background:#fff;
}
.sz-code-study__skills h3{
  margin:1px 0 0;
  font-size:20px;
}
.sz-code-study__skills-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:8px;
  margin-top:11px;
}
.sz-code-study__skills-grid>div{
  padding:13px;
  border:1px solid #eadfce;
  border-radius:10px;
  background:#fcfaf6;
}
.sz-code-study__skills-grid b{
  display:block;
  color:#b37c3e;
  font-size:10px;
}
.sz-code-study__skills-grid strong{
  display:block;
  margin-top:2px;
  font-size:12px;
}
.sz-code-study__skills-grid p{
  margin:4px 0 0;
  color:#75675a;
  font-size:10px;
}
@media(max-width:850px){
  .sz-code-study__skills-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:600px){
  .sz-code-study__hero-stats{
    width:100%;
    margin-left:0;
  }
  .sz-code-study__hero-stats .sz-code-study__hero-stat{
    width:50%;
  }
  .sz-code-study__roadmap-tools{
    align-items:flex-start;
    flex-direction:column;
  }
  .sz-code-study__skills{
    padding:14px 12px;
  }
  .sz-code-study__skills-grid{grid-template-columns:1fr}
}


/* v1.3.0 课程丰富与演示 */
.sz-code-study__explain{
  margin-top:9px;
  padding:10px 11px;
  border-left:3px solid #b98547;
  border-radius:4px 9px 9px 4px;
  background:#fffaf1;
}
.sz-code-study__explain strong{
  color:#8f5a29;
  font-size:10px;
}
.sz-code-study__explain p{
  margin:3px 0 0!important;
  color:#625548!important;
  font-size:10.5px!important;
  line-height:1.8!important;
}
.sz-code-study__demo-block{
  margin-top:6px;
  padding:10px;
  border:1px solid #e4d5c1;
  border-radius:9px;
  background:#fff;
}
.sz-code-study__demo-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}
.sz-code-study__demo-head strong{
  color:#6e5841;
  font-size:10px;
}
.sz-code-study__demo-head button{
  padding:5px 9px;
  border:1px solid #cba671;
  border-radius:7px;
  background:#fff4e2;
  color:#8e5d2e;
  font-size:9px;
  cursor:pointer;
}
.sz-code-study__demo-frame{
  display:block;
  width:100%;
  min-height:220px;
  margin-top:9px;
  border:1px solid #ddd;
  border-radius:8px;
  background:#fff;
}
.sz-code-study__demo-output{
  margin:9px 0 0;
  padding:12px;
  overflow:auto;
  border-radius:8px;
  background:#28241f;
  color:#f4ede2;
  font:10.5px/1.7 Consolas,Monaco,monospace;
  white-space:pre-wrap;
}
.sz-code-study__feedback--compact{
  padding:13px 15px;
}
.sz-code-study__feedback--compact .sz-code-study__feedback-head h3{
  font-size:15px;
}
.sz-code-study__feedback--compact .sz-code-study__feedback-head p{
  font-size:9.5px;
}
.sz-code-study__feedback--compact .sz-code-study__feedback-head>button{
  padding:6px 10px;
  font-size:9.5px;
}
.sz-code-study__feedback--compact .sz-code-study__feedback-form{
  margin-top:10px;
  padding-top:10px;
}
.sz-code-study__feedback--compact textarea{
  width:100%;
  min-height:90px;
  padding:9px 10px;
  border:1px solid #ddcfbd;
  border-radius:8px;
  resize:vertical;
}
@media(max-width:600px){
  .sz-code-study__demo-frame{min-height:190px}
}


/* v1.4.1：与之前紫微/八字相同的 B2 原生赞赏 */
.szcs-b2-reward{
  display:flex!important;
  margin:22px 0 4px!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
}

.szcs-b2-reward-btn{
  display:inline-flex!important;
  min-width:132px!important;
  min-height:38px!important;
  align-items:center!important;
  justify-content:center!important;
  gap:5px!important;
  padding:0 16px!important;
  border:1px solid #d3c1b8!important;
  border-radius:5px!important;
  background:#fff!important;
  color:#8b4232!important;
  -webkit-text-fill-color:#8b4232!important;
  cursor:pointer!important;
  font-size:12px!important;
  font-weight:700!important;
}

.szcs-b2-reward-btn:hover{
  border-color:#b55235!important;
  background:#fff8f4!important;
}

.szcs-b2-reward-btn:disabled{
  opacity:.55!important;
  cursor:wait!important;
}

.szcs-b2-reward-tip{
  max-width:680px!important;
  color:#a33!important;
  font-size:10px!important;
  line-height:1.55!important;
  text-align:center!important;
}

.szcs-b2-native-carrier{
  position:absolute!important;
  left:-100000px!important;
  top:-100000px!important;
  width:1px!important;
  height:1px!important;
  overflow:hidden!important;
  opacity:.001!important;
  pointer-events:none!important;
}

.szcs-b2-modal-parked{
  display:none!important;
  visibility:hidden!important;
  opacity:0!important;
  pointer-events:none!important;
}

body > [data-szcs-promoted-b2-modal]{
  visibility:visible!important;
  opacity:1!important;
  pointer-events:auto!important;
}

@media print{
  .szcs-b2-reward{display:none!important;}
}
