.klh-license-wrap{
  position:relative;
  width:100%;
  margin:0 auto;
}
.klh-license-wrap img{
  display:block;
  width:100%;
  height:auto;
  border-radius:14px;
  box-shadow:0 10px 30px rgba(0,0,0,.25);
}

.klh-hotspot{
  position:absolute;
  display:block;
  border-radius:6px;
  cursor:pointer;
  text-decoration:none;
  outline:none;
  background:rgba(0,0,0,0);
  border:2px solid rgba(255,255,255,0);
  box-shadow:0 0 0 rgba(0,0,0,0);
  transition:transform .18s ease, border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.klh-hotspot:hover,
.klh-hotspot:focus-visible{
  transform:translateY(-2px);
  border-color:rgba(110,180,255,.85);
  box-shadow:0 0 0 3px rgba(110,180,255,.22), 0 12px 22px rgba(0,0,0,.18);
  background:rgba(110,180,255,.10);
}

.klh-hotspot[aria-disabled="true"]{
  pointer-events:none;
  cursor:default;
}

.klh-license-wrap.klh-debug .klh-hotspot{
  border-color:rgba(255,255,255,.85);
  background:rgba(0,150,255,.10);
}
