.bz-view-customers{
  display:flex;
  flex-direction:column;
  gap:14px;
  min-height:520px;
}
.bz-view-customers .bz-clientShell{display:grid;grid-template-columns:minmax(340px,440px) 1fr;gap:14px;align-items:stretch;position:relative;z-index:2}
.bz-view-customers .bz-clientPanel{display:flex;flex-direction:column;gap:12px;position:relative;z-index:3;border-color:var(--line-strong)}
.bz-view-customers .bz-clientTabs{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
  background:#f8fbff;
  border:1px solid var(--line);
  padding:6px;
  border-radius:12px;
}
.bz-view-customers .bz-clientTabs .bz-tab{
  border:1px solid transparent;
  background:transparent;
  border-radius:10px;
  padding:9px 10px;
  font-weight:800;
  color:#334155;
  cursor:pointer;
}
.bz-view-customers .bz-clientTabs .bz-tab:hover{background:#eef5ff}
.bz-view-customers .bz-clientTabs .bz-tab.is-active{
  background:#dbeafe;
  border-color:#93c5fd;
  color:#1e3a8a;
}
.bz-view-customers .bz-clientTabIntro{
  font-size:12px;
  line-height:1.35;
  margin-top:2px;
}
.bz-view-customers .bz-clientTabBody{display:flex;flex-direction:column;gap:8px}
.bz-view-customers .bz-top{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.bz-view-customers .bz-inline{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.bz-view-customers .bz-card{overflow:visible}
.bz-view-customers .bz-clientPanel{overflow:visible}
.bz-view-customers .bz-clientTabBody{overflow:visible}
.bz-view-customers .bz-nameBox{position:relative;z-index:200}
.bz-view-customers .bz-suggest{
  position:absolute;left:0;right:0;top:calc(100% + 6px);background:#fff;border:1px solid var(--line);border-radius:12px;
  box-shadow:var(--shadow);max-height:220px;overflow:auto;z-index:201;padding:4px
}
.bz-view-customers .bz-suggest button{
  width:100%;
  border:none;
  background:#fff;
  text-align:left;
  padding:10px 12px;
  cursor:pointer;
  border-radius:10px;
}
.bz-view-customers .bz-suggest button:hover{background:#eff6ff}
.bz-view-customers .bz-mapCard{position:relative;min-height:0;z-index:1;border-color:var(--line-strong)}
.bz-view-customers .bz-mapHead{display:flex;justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:10px}
.bz-view-customers .bz-map{
  height:360px;
  border:1px solid var(--line);
  border-radius:14px;
  overflow:hidden;
  position:relative;
  z-index:1;
  background:#f8fbff;
}
.bz-view-customers .bz-mapPanel{
  position:absolute;top:12px;left:12px;width:min(360px,calc(100% - 24px));max-height:220px;overflow:auto;
  background:rgba(255,255,255,.95);border:1px solid var(--line);border-radius:12px;padding:10px;box-shadow:var(--shadow)
}
.bz-view-customers .bz-infoBar{
  position:absolute;left:12px;right:12px;bottom:12px;background:rgba(255,255,255,.97);border:1px solid var(--line);
  border-radius:12px;padding:12px;box-shadow:var(--shadow);display:none;z-index:8
}
.bz-view-customers .bz-mapItem{border-bottom:1px solid var(--line);padding:7px 0}
.bz-view-customers .bz-mapItem:last-child{border-bottom:none}
.bz-view-customers .leaflet-container,
.bz-view-customers .leaflet-pane,
.bz-view-customers .leaflet-top,
.bz-view-customers .leaflet-bottom,
.bz-view-customers .leaflet-control{z-index:1 !important}
.bz-clientHeader{align-items:flex-start}
.bz-clientHeaderMain{min-width:0}
.bz-clientHeaderActions{justify-content:flex-end;flex-wrap:wrap}
.bz-view-customers .bz-recentList{display:grid;gap:8px}
.bz-view-customers .bz-recentItem{
  border:1px solid var(--line);background:#fff;border-radius:10px;padding:8px;cursor:pointer
}
.bz-view-customers .bz-recentItem:hover{background:#eff6ff}
.bz-view-customers .bz-record{display:none}
.bz-view-customers .bz-record.is-open{display:block}
.bz-view-customers .bz-main.is-hidden{display:none}
.bz-view-customers .bz-clientActionRow{padding-top:4px}
.bz-view-customers .bz-clientActionRow .bz-btn{min-width:132px}

@media (max-width:760px){
  .bz-view-customers .bz-clientShell{grid-template-columns:1fr}
  .bz-view-customers .bz-clientTabs{grid-template-columns:1fr 1fr}
  .bz-view-customers .bz-top{grid-template-columns:1fr}
  .bz-view-customers .bz-inline{grid-template-columns:1fr}
  .bz-view-customers .bz-map{height:300px}
  .bz-view-customers .bz-mapPanel{max-height:180px}
  .bz-clientHeader{align-items:flex-start;flex-wrap:nowrap}
  .bz-clientHeaderMain{flex:1 1 auto;min-width:0;padding-right:8px}
  .bz-clientHeaderActions{flex:0 0 auto;margin-left:auto;justify-content:flex-end;gap:8px;flex-wrap:nowrap;align-self:flex-start}
  .bz-view-customers .bz-clientActionRow{
    display:flex;
    flex-wrap:nowrap;
    gap:8px;
  }
  .bz-view-customers .bz-clientActionRow .bz-btn{
    flex:1 1 0;
    min-width:0;
    white-space:nowrap;
  }
  body.bz-device-mobile .bz-view-customers .bz-tableWrap{overflow-x:auto !important;-webkit-overflow-scrolling:touch}
  body.bz-device-mobile .bz-view-customers .bz-table{min-width:760px !important}
  body.bz-device-mobile .bz-view-customers .bz-table th,
  body.bz-device-mobile .bz-view-customers .bz-table td{white-space:nowrap !important;word-break:normal !important}
}
