/* 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;
}

/* 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;
} */
