/* Custom map styles for map and zoom controls */
html, body {
  height: 100%;
}

.content-container {
  min-height: calc(100vh - 90px);
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.zkp-status-panel {
  padding: 18px;
}

.zkp-status-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 12px;
}

.zkp-status-card {
  padding: 14px;
  border: 1px solid rgba(18, 32, 42, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
}

.zkp-status-card strong {
  display: block;
  margin-top: 8px;
  font-size: 1.4rem;
  line-height: 1.1;
}

.zkp-status-caption {
  margin-top: 10px;
}

.navbar .container {
  height: auto !important;
}

.navbar {
  min-height: auto;
  height: auto !important;
  max-height: 60px !important;
}

.navbar .container {
  display: flex;
  align-items: center;
  height: auto !important;
  min-height: auto !important;
  max-height: 60px !important;
}

.navbar-brand {
  text-align: left;
  margin-right: auto;
  padding: 0.25rem 0;
}

.card {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  margin-bottom: 0;
}

#map {
  width: 100%;
  flex: 1;
  position: relative;
  min-height: 300px;
}

@media (min-height: 600px) {
  #map {
    min-height: 400px;
  }
}

@media (min-height: 800px) {
  #map {
    min-height: 500px;
  }
}

@media (max-width: 720px) {
  .zkp-status-panel {
    padding: 14px;
  }
}

.jvectormap-container {
  width: 100% !important;
  height: 100% !important;
  position: relative;
  overflow: visible !important;
}

.jvectormap-zoomin, .jvectormap-zoomout {
  left: auto;
  right: 15px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  background: #999;
  font-size: 14px;
  border: 1px solid #777;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}

.jvectormap-zoomin {
  top: auto;
  bottom: 50px;
}

.jvectormap-zoomout {
  top: auto;
  bottom: 15px;
}
