.ham24-user-map-wrap {
  width: 100%;
}

.ham24-user-map {
  width: 100%;
  min-height: 320px;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}

.ham24-user-map .ham24-map-controls {
  position: absolute;
  z-index: 500; /* above map tiles, below leaflet popups */
  top: 12px;
  right: 12px;
  display: flex;
  gap: 8px;
}

.ham24-user-map .ham24-btn {
  appearance: none;
  border: 1px solid rgba(0,0,0,.15);
  background: rgba(255,255,255,.92);
  color: #111;
  padding: 8px 10px;
  border-radius: 10px;
  font-size: 13px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(0,0,0,.08);
}

.ham24-user-map .ham24-btn:hover {
  background: rgba(255,255,255,1);
}

.ham24-popup {
  min-width: 220px;
}

.ham24-popup__top {
  display: flex;
  gap: 10px;
  align-items: center;
}

.ham24-popup__avatar {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  flex: 0 0 auto;
}

.ham24-popup__name {
  font-weight: 700;
  margin: 0;
  font-size: 14px;
}

.ham24-popup__callsign {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-weight: 700;
  margin: 2px 0 0 0;
  font-size: 13px;
  opacity: .85;
}

.ham24-popup__link {
  display: inline-block;
  margin-top: 10px;
  font-weight: 600;
  text-decoration: none;
}

.ham24-maidenhead-label {
  background: rgba(255,255,255,.65);
  border: 1px solid rgba(255,0,0,.25);
  border-radius: 6px;
  padding: 2px 6px;
  font-size: 11px;
  color: rgba(120,0,0,.9);
  box-shadow: 0 1px 6px rgba(0,0,0,.06);
  white-space: nowrap;
}

