.bz-view-documents .bz-doc-template--service .bz-mapSmokeBox{
  height:100%;
  display:grid;
  grid-template-rows:18px minmax(0,1fr);
  background:rgba(255,255,255,.91);
}

.bz-view-documents .bz-doc-template--service .bz-mapSmokeTitle{
  grid-row:1;
  background:#38bdf8;
  border-bottom:1.4px solid #0369a1;
  color:#111827;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:8.2px;
  font-weight:900;
  line-height:1;
  text-align:center;
  white-space:nowrap;
}

.bz-view-documents .bz-doc-template--service .bz-mapSmokeBody{
  display:grid;
  grid-template-rows:22% 39% 39%;
  min-width:0;
}

.bz-view-documents .bz-doc-template--service .bz-mapSmokeRequested,
.bz-view-documents .bz-doc-template--service .bz-mapSmokeAlarm{
  border-bottom:1px solid rgba(31,41,55,.28);
}

.bz-view-documents .bz-doc-template--service .bz-mapSmokeRequested{
  display:grid;
  grid-template-columns:minmax(0,1fr) 36px;
  align-items:center;
  gap:4px;
  padding:3px 5px;
}

.bz-view-documents .bz-doc-template--service .bz-mapSmokeRequested span,
.bz-view-documents .bz-doc-template--service .bz-mapSmokeField span{
  min-width:0;
  color:#1f2937;
  font-size:8.3px;
  font-weight:800;
  line-height:1.05;
}

.bz-view-documents .bz-doc-template--service .bz-mapSmokeRequested strong,
.bz-view-documents .bz-doc-template--service .bz-mapSmokeField strong{
  min-height:11px;
  border-bottom:1px solid rgba(31,41,55,.38);
  color:#374151;
  font-size:8.3px;
  font-weight:800;
  text-align:right;
  white-space:nowrap;
}

.bz-view-documents .bz-doc-template--service .bz-mapSmokeAlarm{
  display:grid;
  grid-template-rows:20px 1fr 1fr;
  min-width:0;
}

.bz-view-documents .bz-doc-template--service .bz-mapSmokeAlarmTitle{
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(56,189,248,.55);
  border-bottom:1px solid rgba(31,41,55,.28);
  color:#111827;
  font-size:8.8px;
  font-weight:900;
  line-height:1;
}

.bz-view-documents .bz-doc-template--service .bz-mapSmokeField{
  display:grid;
  grid-template-columns:minmax(0,1fr) 46px;
  gap:4px;
  align-items:center;
  padding:2px 5px;
  border-bottom:1px solid rgba(31,41,55,.18);
}

.bz-view-documents .bz-doc-template--service .bz-mapSmokeTable{
  grid-row:2;
  width:100%;
  height:100%;
  border-collapse:collapse;
  table-layout:fixed;
}

.bz-view-documents .bz-doc-template--service .bz-mapSmokeTable th,
.bz-view-documents .bz-doc-template--service .bz-mapSmokeTable td{
  border:1px solid rgba(31,41,55,.28);
  color:#1f2937;
  font-size:7.2px;
  line-height:1.05;
  padding:2px;
  text-align:center;
  vertical-align:middle;
  word-break:normal;
  overflow-wrap:break-word;
}

.bz-view-documents .bz-doc-template--service .bz-mapSmokeTable th{
  background:rgba(56,189,248,.42);
  font-weight:900;
}

.bz-view-documents .bz-doc-template--service .bz-mapSmokeTable th:first-child,
.bz-view-documents .bz-doc-template--service .bz-mapSmokeTable td:first-child{
  width:14px;
}

.bz-view-documents .bz-doc-template--service .bz-mapSmokeTable thead tr:first-child{
  height:19%;
}

.bz-view-documents .bz-doc-template--service .bz-mapSmokeTable thead tr:nth-child(2){
  height:21%;
}

.bz-view-documents .bz-doc-template--service .bz-mapSmokeTable tbody tr{
  height:15%;
}
