.card, .col {
  max-width: 500px;
}

.card-img-left {
  align-items: center;
  width: 50px;
  height: 50px;
}

.card .expand {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  font-size: large;
  height: 62px;
  text-align: center;
  padding: 0 5px;
}

.card {
  margin: 0;
  padding: 5px;
}

.card .card-title {
  padding: 0 10px;
  white-space: nowrap;
  margin: 0;
}

.card .card-title-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  font-size: small;
  text-align: right;
}

.card .card-body {
  padding: 0;
  margin-left: 60px;
}

.card h3 {
  font-size: 14pt;
}

.card h4 {
  font-size: 8pt;
  font-weight: bold;
  margin-left: -60px;
  margin-bottom: -20px;
  margin-top: 20px;
  align: right;
}

.card p {
  margin: 0;
  line-height: 18px;
}

.card .repo-view-actions {
  display: flex;
  justify-content: flex-start;
  gap: 8px;
  margin: 12px 0;
}

.card .repo-view-actions form {
  margin: 0;
}

.card .repo-sleep-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 36px;
  padding: 0 12px;
}

.card .repo-sleep-toggle svg {
  width: 16px;
  height: 16px;
}

.card .repo-delete-button,
.project-list-delete-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 36px;
  padding: 0 12px;
}

.card .repo-delete-button svg,
.project-list-delete-button svg {
  width: 16px;
  height: 16px;
}

.slept-list {
  margin-top: 20px;
}

.slept-list .slept-toggle {
  margin-bottom: 10px;
}

card.subtitle {
  font-size: small;
}

.host, .repo {
  padding-right: 2em;
}

.timestamp {
  font-size: small;
  margin-bottom: 2px;
}

.repo-list-status {
  font-size: small;
  margin-bottom: 8px;
}

.repo-list-status-item {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.repo-list-status-item svg {
  width: 12px;
  height: 12px;
}

.repo-list-status-separator {
  margin: 0 4px;
}

.project-list-index-link {
  min-width: 0;
}

.gitstate-toast-container {
  position: fixed;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1080;
  max-width: min(480px, calc(100vw - 24px));
  padding: 10px 14px;
  border: 1px solid #c94b4b;
  border-radius: 10px;
  background: rgba(73, 16, 16, 0.94);
  color: #fff7f7;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
  font-size: 0.95rem;
}

circle.red {
  fill: red;
}

circle.green {
  fill: green;
}

svg .blue {
  fill: blue;
}

svg .black {
  fill: black;
}

svg .white {
  fill: white;
}

ul.status {
  padding-left: 0;
}

ul.status li {
  display: flex;
  align-items: flex-start;
  gap: 0;
  margin: 0;
  font-size: 0;
  line-height: 1.2;
}

ul.status span.symbol {
  display: inline-block;
  vertical-align: top;
  flex: 0 0 auto;
  font-family: monospace;
  font-size: var(--bs-body-font-size);
}

ul.status span.filename {
  display: inline-block;
  vertical-align: top;
  flex: 1 1 auto;
  min-width: 0;
  font-size: var(--bs-body-font-size);
  margin-left: 1em;
  line-height: 1.2;
}
