.spec-card:has(.component-icon) {
  position: relative;
  overflow: hidden;
}

.spec-card .component-icon {
  width: 94px;
  height: 94px;
  margin: -5px 0 15px;
  display: grid;
  place-items: center;
}

.spec-card .component-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 640px) {
  .spec-card .component-icon {
    width: 76px;
    height: 76px;
    margin: -2px 0 12px;
  }
}

@media (max-width: 374px) {
  .spec-card .component-icon {
    width: 68px;
    height: 68px;
  }
}
