.fw-smoke-summary {
  margin-top: 18px;
  padding: 12px;
  border: 1px solid #d9e5df;
  border-left: 4px solid var(--green);
  border-radius: 10px;
  background: #f5faf8;
  font-size: 12px;
  line-height: 1.45;
}
.fw-smoke-summary p { margin: 5px 0 0; color: var(--muted); }
.fw-smoke-summary.high { border-left-color: var(--orange); background: #fff7ea; }
.fw-smoke-summary.very-high { border-left-color: var(--red); background: #fff0ed; }
.fw-legend i.smoke-low,
.fw-legend i.smoke-watch,
.fw-legend i.smoke-high,
.fw-legend i.smoke-very-high {
  border-radius: 3px;
  border: 1px solid #fff;
  box-shadow: 0 0 0 1px #53625c;
}
.smoke-low { background: #54a96b; }
.smoke-watch { background: #f2ca52; }
.smoke-high { background: #ef8f27; }
.smoke-very-high { background: #d6402b; }
.smoke-entry-label{border:0!important;border-radius:999px!important;background:#6d28d9!important;color:#fff!important;font-size:10px!important;font-weight:800!important;box-shadow:0 2px 8px rgba(45,20,90,.28)!important}
.smoke-entry-label:before{border-right-color:#6d28d9!important}
