.links_LEAN {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px;
  gap: var(--base);
  text-decoration: none !important;
  color: var(--texts);
  flex: none;
  order: 0;
  flex-grow: 0;
}

.links_LEAN .value_link {
  display: block;
  font-family: var(--family_titles);
  font-style: normal;
  font-weight: 300;
  font-size: var(--small);
  line-height: var(--medium);
  text-decoration-line: underline;
  color: inherit !important;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.links_LEAN .icons_links {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px;
  width: var(--small);
  height: var(--small);
  font-size: var(--small);
  line-height: var(--small);
  text-decoration: none !important;
  color: inherit !important;
  flex: none;
  order: 1;
  flex-grow: 0;
}

