.slc-de-panel{
  margin:20px 0 26px;
  padding:22px;
  border:1px solid #d8e2dc;
  border-radius:12px;
  background:#f5f9f6;
  color:#17251f;
  font-family:inherit;
}
.slc-de-panel[hidden]{display:none!important}
.slc-de-kicker{
  font-size:10px;
  font-weight:700;
  letter-spacing:.09em;
  margin-bottom:5px;
}
.slc-de-panel h3{
  margin:0 0 8px;
  font-size:22px;
  line-height:1.1;
}
.slc-de-intro,.slc-de-note{
  font-size:12px;
  line-height:1.5;
}
.slc-de-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:8px;
  margin:15px 0;
}
.slc-de-grid>div{
  background:#fff;
  border:1px solid #e0e7e2;
  border-radius:8px;
  padding:10px;
}
.slc-de-grid b,.slc-de-grid span{
  display:block;
  font-size:11px;
}
.slc-de-grid span{margin-top:4px}
.slc-de-visual{
  background:#fff;
  border:1px solid #e0e7e2;
  border-radius:10px;
  padding:10px;
}
.slc-de-svg{width:100%;height:auto;display:block}
.de-lot{fill:#fbfcfb;stroke:#174f3d;stroke-width:2}
.de-envelope{fill:#edf5ef;stroke:#6b927b;stroke-width:2;stroke-dasharray:6 5}
.de-review{fill:#fff7ea;stroke:#c28a35;stroke-width:2;stroke-dasharray:6 5}
.de-label{font:700 11px sans-serif;fill:#173d31}
.de-small{font:10px sans-serif;fill:#617169}
.slc-de-note{
  border-top:1px solid #dfe6e1;
  padding-top:10px;
  margin-bottom:0;
}
@media(max-width:760px){
  .slc-de-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:480px){
  .slc-de-grid{grid-template-columns:1fr}
}
