/* Overrides pictos — la grille et les cartes restent celles du site. */

.lh-new-form-wrapper .product-card .img {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 16px 28px;
}

.lh-new-form-wrapper .product-card .img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.lh-new-form-wrapper .product-card--autre .title {
  background: #a6224b;
}

.lh-new-form-wrapper .product-card--autre.selected {
  border-color: #a6224b;
  box-shadow: 0 0 0 5px #a6224b;
}

.lh-new-form-wrapper .autre-projet-field {
  margin: 0 0 28px;
}

.lh-new-form-wrapper .autre-projet-field[hidden] {
  display: none;
}

.lh-new-form-wrapper .autre-projet-field label {
  display: block;
  margin-bottom: 8px;
}

.lh-new-form-wrapper .autre-projet-field .hint {
  display: block;
  margin: -2px 0 10px;
  font-size: 14px;
  font-weight: 400;
  color: #5f7680;
  letter-spacing: 0;
  line-height: 1.35;
}
