/* Utilidad para ancho automático ajustado al contenido */
.u-width-fit-content {
  width: fit-content;
}