/* MakerSpecs — Placeholder immagine prodotto (design guide §6) */

/* Sfondo grigio chiaro, righe diagonali indaco, label testo i18n */
.img-placeholder {
  width: 100%;
  height: 100%;
  background-color: var(--color-bg-inset);
  background-image: repeating-linear-gradient(
    135deg,
    rgba(87, 101, 174, 0.28) 0px,
    rgba(87, 101, 174, 0.28) 1px,
    transparent 0px,
    transparent 50%
  );
  background-size: 12px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
}

.img-placeholder__label {
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 10px;
  line-height: 1.4;
  color: var(--color-accent);
  background: rgba(241, 245, 249, 0.88);
  padding: 4px 8px;
  border-radius: var(--radius-sm);
  text-align: center;
  max-width: 90%;
}
