.bz-view-documents .bz-doc-template--service .bz-mapSignatureGrid{
  height:100%;
  display:grid;
  grid-template-rows:1fr 1fr;
  gap:0;
}

.bz-view-documents .bz-doc-template--service .bz-mapSignaturePanel{
  display:grid;
  grid-template-rows:16px 18px minmax(0,1fr);
  min-height:0;
  border-bottom:1px solid rgba(31,41,55,.24);
  background:rgba(255,255,255,.92);
}

.bz-view-documents .bz-doc-template--service .bz-mapSignaturePanel:last-child{
  border-bottom:0;
}

.bz-view-documents .bz-doc-template--service .bz-mapSignatureTitle{
  display:flex;
  align-items:center;
  justify-content:center;
  background:#38bdf8;
  border-bottom:1px solid rgba(2,132,199,.7);
  color:#111827;
  font-size:9px;
  font-weight:900;
  line-height:1;
  text-transform:uppercase;
  white-space:nowrap;
}

.bz-view-documents .bz-doc-template--service .bz-mapSignatureLine{
  display:grid;
  grid-template-columns:78px minmax(0,1fr);
  gap:5px;
  align-items:end;
  padding:3px 6px 2px;
  color:#1f2937;
}

.bz-view-documents .bz-doc-template--service .bz-mapSignatureLine b{
  font-size:8.6px;
  line-height:1;
}

.bz-view-documents .bz-doc-template--service .bz-mapSignatureLine span{
  min-height:10px;
  border-bottom:1px solid rgba(31,41,55,.38);
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  font-size:8.8px;
  font-weight:800;
  line-height:1.05;
}

.bz-view-documents .bz-doc-template--service .bz-mapSignatureBox{
  margin:2px 6px 4px;
  border:1px dashed rgba(31,41,55,.28);
  border-radius:6px;
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:0;
  overflow:hidden;
}

.bz-view-documents .bz-doc-template--service .bz-mapSignatureBox img{
  max-width:92%;
  max-height:92%;
  object-fit:contain;
  display:block;
}

.bz-view-documents .bz-doc-template--service .bz-mapSignatureBox span{
  display:block;
  width:78%;
  height:1px;
  border-bottom:1px solid rgba(31,41,55,.28);
}
