/* US Map Widget — map.css | Author: Mahadi Hasan Rana */

.usm-wrap {
  width: 100%;
  box-sizing: border-box;
}

.usm-map-container {
  position: relative;
  width: 100%;
  line-height: 0;
}

.usm-svg {
  width: 100%;
  display: block;
  height: auto;
}

.usm-svg path.usm-state {
  cursor: pointer;
  transition: fill 0.18s ease;
}

.usm-tooltip {
  position: fixed;
  z-index: 99999;
  pointer-events: none;
  display: none;
  min-width: 130px;
  max-width: 220px;
  word-break: break-word;
}

.usm-tip-name {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 5px;
  line-height: 1.3;
}

.usm-badge {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.6;
}
