:root {
  --bg-gh-repo-card: #ffffff;
  --bc-gh-repo-card: #d0d7de;
  --br-gh-repo-card: 0.375rem;
  --bw-gh-repo-card: MAX(1px, 0.0625rem);
  --color-muted: #636c76;
  --color-attention: #9a6700;
  --bc-attention: #bf8700;
  --url-color: #0969da;
}

[data-theme=dark] {
  --bg-gh-repo-card: #22272e;
  --bc-gh-repo-card: #444c56;
  --color-muted: #717e8b;
  --color-attention: #c69026;
  --bc-attention: #966600;
  --url-color: #478be6;
}

.gh-repo-card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 0.5rem;
}
.gh-repo-card-container.single .gh-repo-card:only-child {
  margin: auto;
}

.gh-repo-card {
  box-sizing: border-box;
  flex-shrink: 0;
  width: calc(50% - 0.5rem);
  padding: 16px;
  background-color: var(--bg-gh-repo-card);
  border-color: var(--bc-gh-repo-card);
  border-radius: var(--br-gh-repo-card);
  border-style: solid;
  border-width: var(--bw-gh-repo-card);
}
.gh-repo-card svg {
  display: inline-block;
  overflow: visible !important;
  vertical-align: text-bottom;
  fill: currentColor;
}
.gh-repo-card .repo-card-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}
.gh-repo-card .repo-card-content .repo-name {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.gh-repo-card .repo-card-content .repo-name svg {
  flex-shrink: 0;
  color: var(--color-muted);
}
.gh-repo-card .repo-card-content .repo-name .repo-url {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--url-color);
  font-weight: 400;
}
.gh-repo-card .repo-card-content .repo-name .repo-url:hover {
  text-decoration: underline;
}
.gh-repo-card .repo-card-content .repo-name .repo-url span:last-child {
  font-weight: 600;
}
.gh-repo-card .repo-card-content .repo-name .repo-visibility {
  display: inline;
  color: var(--color-muted);
  border-color: var(--bc-gh-repo-card);
  border-style: solid;
  border-width: var(--bw-gh-repo-card);
  flex-shrink: 0;
  font-size: 85%;
  font-weight: 500;
  line-height: 14px;
  border-radius: 2em;
  padding: 0.12em 0.5em;
  white-space: nowrap;
}
.gh-repo-card .repo-card-content .repo-name .repo-visibility[data-archived=true] {
  color: var(--color-attention);
  border-color: var(--bc-attention);
}
.gh-repo-card .repo-card-content .repo-fork-from,
.gh-repo-card .repo-card-content .repo-desc {
  margin-top: 0.5rem;
  margin-bottom: 0;
  font-size: 0.75rem;
  color: var(--color-muted);
  line-height: 1.5;
}
.gh-repo-card .repo-card-content .repo-fork-from {
  z-index: 1;
}
.gh-repo-card .repo-card-content .repo-fork-from a {
  color: inherit;
}
.gh-repo-card .repo-card-content .repo-fork-from a:hover {
  color: var(--url-color);
}
.gh-repo-card .repo-card-content .repo-desc {
  flex: 1 0 auto;
}
.gh-repo-card .repo-card-content .repo-statistics {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  margin-top: 0.5rem;
  margin-bottom: 0;
  font-size: 0.75rem;
  color: var(--color-muted);
  line-height: 1.5;
}
.gh-repo-card .repo-card-content .repo-statistics .repo-lang {
  font-size: inherit;
}
.gh-repo-card .repo-card-content .repo-statistics .repo-lang .repo-lang-color {
  box-sizing: border-box;
  position: relative;
  top: 1px;
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 1px solid var(--bc-gh-repo-card);
  border-radius: 50%;
}
.gh-repo-card .repo-card-content .repo-statistics .repo-stars,
.gh-repo-card .repo-card-content .repo-statistics .repo-forks {
  color: inherit;
  font-size: inherit;
}
.gh-repo-card .repo-card-content .repo-statistics .repo-stars:hover,
.gh-repo-card .repo-card-content .repo-statistics .repo-forks:hover {
  color: var(--url-color);
}
.gh-repo-card .repo-card-content .repo-statistics .repo-stars svg,
.gh-repo-card .repo-card-content .repo-statistics .repo-forks svg {
  margin-right: 0.25rem;
}
.gh-repo-card .repo-card-content .repo-post {
  position: absolute;
  top: 1.3125rem;
  height: calc(100% - 1.3125rem - 1.125rem);
  width: 100%;
}

@media only screen and (max-width: 680px) {
  .gh-repo-card {
    width: 100%;
  }
}
.archive.projects .single-subtitle {
  margin-block: 0 0.5rem;
  font-size: 1rem;
}
.archive.projects .group-summary {
  display: inline;
  color: var(--color-muted);
  border-color: var(--bc-gh-repo-card);
  border-style: solid;
  border-width: var(--bw-gh-repo-card);
  background-color: var(--bg-gh-repo-card);
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 14px;
  border-radius: 2em;
  padding: 0.25em 1em;
  white-space: nowrap;
  position: absolute;
  right: 8px;
  transform: translateY(-27.5px);
}
.archive.projects .component-projects-powered {
  text-align: right;
  font-size: 80%;
  color: var(--color-muted);
}
.archive.projects #comments {
  padding: 2rem 0;
  margin-top: 2rem;
}

/*# sourceMappingURL=component-projects.min.css.map */