/* Override module chat container spacing with higher specificity. */
.chat-container {
  padding: 140px 16px;
}


/* show suppliers images as grid images*/
.photoswipe-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 12px;
}

.photoswipe-gallery img {
  border-radius: 6px;
}

/* intl-tel-input widget: ocupa l'amplada completa i amaga labels "valor 1/2" */
.field--widget-telephone-international .iti {
  display: block;
}
.field--widget-telephone-international .iti input {
  width: 100%;
}
.field--widget-telephone-international .form-label {
  display: none;
}

/* Hide the tabledrag weight toggle button */
/* Used in admin content and other admin pages */
/* oculta el botón "Mostra el pes de les files" dels camps simple add more */
/* button.tabledrag-toggle-weight {
  display: none !important;
} */
/* ocultamos botones de email y telefon del profile soci */
/* #edit-field-email-wrapper .tabledrag-toggle-weight {
  display: none !important;
}

#edit-field-telefon-wrapper .tabledrag-toggle-weight {
  display: none !important;
} */
