.c-kd-popover {
  text-align: center;
  width: 300px;
  height: 250px;

  &__details {
    border-bottom: 1px dotted;
    padding: 10px 0 10px 0;
  }

  &__label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
  }
}

.popover-content {
  max-height: 180px;
  overflow-y: auto;
}
