.popover[data-v-32cade] {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.content-wrapper[data-v-32cade] {
  position: absolute;
  border: solid 1px #333;
  border-radius: 4px;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.5));
  background: white;
  padding: 0.5em 1em;
  max-width: 20em;
  word-break: break-all;
}
.content-wrapper[data-v-32cade]::before, .content-wrapper[data-v-32cade]::after {
  content: "";
  display: block;
  border: solid 10px transparent;
  width: 0;
  height: 0;
  position: absolute;
}
.content-wrapper.position-top[data-v-32cade] {
  transform: translateY(-100%);
  margin-top: -10px;
}
.content-wrapper.position-top[data-v-32cade]::before, .content-wrapper.position-top[data-v-32cade]::after {
  left: 10px;
}
.content-wrapper.position-top[data-v-32cade]::before {
  border-top-color: black;
  border-bottom: none;
  top: 100%;
}
.content-wrapper.position-top[data-v-32cade]::after {
  border-top-color: white;
  border-bottom: none;
  top: calc(100% - 1px);
}
.content-wrapper.position-bottom[data-v-32cade] {
  margin-top: 10px;
}
.content-wrapper.position-bottom[data-v-32cade]::before, .content-wrapper.position-bottom[data-v-32cade]::after {
  left: 10px;
}
.content-wrapper.position-bottom[data-v-32cade]::before {
  border-bottom-color: black;
  border-top: none;
  bottom: 100%;
}
.content-wrapper.position-bottom[data-v-32cade]::after {
  border-bottom-color: white;
  border-top: none;
  bottom: calc(100% - 1px);
}
.content-wrapper.position-left[data-v-32cade] {
  transform: translateX(-100%);
  margin-left: -10px;
}
.content-wrapper.position-left[data-v-32cade]::before, .content-wrapper.position-left[data-v-32cade]::after {
  transform: translateY(-50%);
  top: 50%;
}
.content-wrapper.position-left[data-v-32cade]::before {
  border-left-color: black;
  border-right: none;
  left: 100%;
}
.content-wrapper.position-left[data-v-32cade]::after {
  border-left-color: white;
  border-right: none;
  left: calc(100% - 1px);
}
.content-wrapper.position-right[data-v-32cade] {
  margin-left: 10px;
}
.content-wrapper.position-right[data-v-32cade]::before, .content-wrapper.position-right[data-v-32cade]::after {
  transform: translateY(-50%);
  top: 50%;
}
.content-wrapper.position-right[data-v-32cade]::before {
  border-right-color: black;
  border-left: none;
  right: 100%;
}
.content-wrapper.position-right[data-v-32cade]::after {
  border-right-color: white;
  border-left: none;
  right: calc(100% - 1px);
}
