.clients-map-section {
  padding-top: 0;
  padding-bottom: 32px;
}

.clients-license-map-card {
  overflow: hidden;
  border: 1px solid rgba(220, 229, 238, .94);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(23, 32, 51, .08);
}

.clients-license-map-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.15rem;
  border-bottom: 1px solid #dce5ee;
  color: var(--ink);
  font-size: .92rem;
  font-weight: 800;
}

.clients-license-map-heading strong {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: .45rem .7rem;
  border: 1px solid #bfe6d6;
  border-radius: 8px;
  background: #e8f8f1;
  color: #08785a;
  font-size: .78rem;
  line-height: 1;
}

.clients-license-map-stage {
  position: relative;
  display: grid;
  min-height: 540px;
  place-items: center;
  overflow: hidden;
  padding: 1rem;
  background:
    radial-gradient(circle at 50% 42%, rgba(38, 166, 137, .08), transparent 38%),
    linear-gradient(180deg, #f8fbfd 0%, #eef5f9 100%);
}

.clients-license-map {
  display: block;
  width: min(100%, 680px);
  height: auto;
  max-height: 540px;
}

.clients-license-map-state {
  fill: #dfe9f0;
  stroke: #fff;
  stroke-width: 1.5;
  vector-effect: non-scaling-stroke;
}

.clients-license-map-state.has-locality {
  fill: #7fcdb5;
}

.clients-license-map-marker {
  pointer-events: none;
}

.clients-license-map-marker__leader {
  stroke: #08785a;
  stroke-width: 1.6;
  stroke-dasharray: 4 3;
  vector-effect: non-scaling-stroke;
}

.clients-license-map-marker__anchor {
  fill: #08785a;
}

.clients-license-map-marker__halo {
  fill: rgba(8, 120, 90, .13);
}

.clients-license-map-marker__point {
  fill: #08785a;
  stroke: #fff;
  stroke-width: 2.2;
  vector-effect: non-scaling-stroke;
}

.clients-license-map-marker__count {
  fill: #e5524f;
  stroke: #fff;
  stroke-width: 1.7;
  vector-effect: non-scaling-stroke;
}

.clients-license-map-marker__uf,
.clients-license-map-marker__number {
  fill: #fff;
  font-family: Inter, sans-serif;
  font-weight: 900;
  text-anchor: middle;
  user-select: none;
}

.clients-license-map-marker__uf {
  font-size: 8px;
  letter-spacing: .04em;
}

.clients-license-map-marker__number {
  font-size: 10px;
}

.clients-license-map-message {
  position: absolute;
  z-index: 2;
  inset: 50% auto auto 50%;
  max-width: min(420px, calc(100% - 2rem));
  transform: translate(-50%, -50%);
  padding: .8rem 1rem;
  border: 1px solid #dce5ee;
  border-radius: 8px;
  background: rgba(255, 255, 255, .96);
  color: #45566c;
  font-size: .86rem;
  font-weight: 750;
  text-align: center;
  box-shadow: 0 12px 28px rgba(23, 32, 51, .1);
}

.clients-license-map-message.is-error {
  border-color: #f0c1bc;
  background: #fff0ee;
  color: #a43b35;
}

.clients-license-map-legend {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  padding: .55rem .7rem;
  border: 1px solid rgba(220, 229, 238, .94);
  border-radius: 8px;
  background: rgba(255, 255, 255, .92);
  color: #45566c;
  font-size: .72rem;
  font-weight: 750;
}

.clients-license-map-legend span {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
}

.clients-license-map-legend i {
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #e5524f;
  box-shadow: 0 0 0 1px rgba(23, 32, 51, .12);
}

.clients-license-map-legend i.is-state {
  border: 0;
  border-radius: 3px;
  background: #7fcdb5;
}

@media (max-width: 620px) {
  .clients-license-map-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .clients-license-map-stage {
    min-height: 410px;
    padding: .5rem;
  }

  .clients-license-map {
    max-height: 410px;
  }

  .clients-license-map-legend {
    right: .5rem;
    bottom: .5rem;
    left: .5rem;
    justify-content: center;
    font-size: .65rem;
  }
}
