/**
 * Styles front-office pour le module psicecattabs
 */

/* Liste de puces générées par Icecat */
.icecat-bullets.icecat-bullets-pretty {
  margin: 0;
  padding-left: 1.25rem;   /* retrait gauche pour les puces */
  line-height: 1.5;        /* lisibilité du texte */
  list-style-type: disc;   /* assure des puces classiques */
}

.icecat-bullets.icecat-bullets-pretty li {
  margin: 0.25rem 0;       /* espace vertical entre chaque point */
}

/* Galerie d’images Icecat */
.icecat-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.icecat-gallery a {
  display: block;
  flex: 0 0 120px;
}

.icecat-gallery img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  border: 1px solid #eee;
  padding: 6px;
  background: #fff;
}

/* Bloc court et long descriptif */
.icecat-shortdesc,
.icecat-longdesc {
  margin: 0.5rem 0 1rem 0;
  line-height: 1.6;
}

.icecat-shortdesc p,
.icecat-longdesc p {
  margin: 0.4rem 0;
}
