/* [project]/src/components/content/Authors/Authors.module.css [app-client] (css) */
.Authors-module__nZFgea__title, .Authors-module__nZFgea__description {
  margin-bottom: calc(var(--margin-unit) * 5);
}

.Authors-module__nZFgea__query {
  margin-bottom: calc(var(--margin-unit) * 10);
  width: 100%;
  max-width: var(--breakpoint-md);
  background-color: var(--gray-2) !important;
}

.Authors-module__nZFgea__separator {
  opacity: .2;
  height: 1px;
  margin-top: calc(var(--margin-unit) * 5);
  margin-bottom: calc(var(--margin-unit) * 5);
  background-color: gray;
}


/* [project]/src/components/content/Authors/Repo.module.css [app-client] (css) */
.Repo-module__teo4Wa__container {
  gap: calc(var(--gap-unit) * 10);
  flex-direction: row;
  display: flex;
}

.Repo-module__teo4Wa__name {
  margin-bottom: calc(var(--margin-unit) * 5);
}

.Repo-module__teo4Wa__image {
  border: 1px solid #d3d3d3;
  align-self: flex-start;
  width: auto;
  max-width: 10rem;
}

.Repo-module__teo4Wa__content {
  flex-grow: 1;
}

.Repo-module__teo4Wa__authorsContainer {
  gap: calc(var(--gap-unit) * 5);
  margin-top: calc(var(--margin-unit) * 5);
  flex-direction: column;
  display: flex;
}

.Repo-module__teo4Wa__authors {
  margin-bottom: calc(var(--margin-unit) * 5);
}

.Repo-module__teo4Wa__toggleLink {
  cursor: pointer;
  text-decoration: underline;
}

.Repo-module__teo4Wa__toggleLink:hover {
  text-decoration: none;
}


/*# sourceMappingURL=src_components_content_Authors_a6395208._.css.map*/