
/* Overlay frame for item icons */
.item-icon-frame-wrapper {
  position: relative;
  width: 72px;
  height: 72px;
}
.item-icon-frame-wrapper img {
  display: block;
}
.item-frame-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 72px;
  height: 72px;
  z-index: 2;
  pointer-events: none;
  background: none !important;
}
