.poker-item-icon {
  display: block;
  width: 100%;
  height: 100%;
  flex: 0 0 auto;
  pointer-events: none;
  color: inherit;
}
.item-card .item-icon {
  display: block;
  width: 64px;
  height: 64px;
  flex: 0 0 64px;
}
.gear-slot .poker-item-icon {
  width: 30px;
  height: 30px;
  margin: auto;
  stroke-width: 2;
}
.item-inline-icon {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  color: var(--accent, #d8bd85);
  stroke-width: 1.8;
}
.item-selection-preview {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 44px;
}
.guide-item-mark {
  width: 76px;
  height: 76px;
  flex: 0 0 76px;
}
@media (max-height: 650px) {
  .item-card {
    position: relative;
  }
  .item-card .item-icon {
    display: block;
    position: absolute;
    right: 12px;
    top: 10px;
    width: 30px;
    height: 30px;
  }
  .item-card h3 {
    padding-right: 38px;
  }
  .guide-item-mark {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
  }
}
@media (max-height: 450px) and (min-width: 600px) {
  .guide-item-mark {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }
}
@container (height < 310px) {
  .item-card .item-icon {
    display: block;
    position: absolute;
    right: 12px;
    top: 10px;
    width: 30px;
    height: 30px;
  }
  .item-card {
    position: relative;
  }
  .item-card h3 {
    padding-right: 38px;
  }
}
