footer {
  background-color: #393e46;
  color: #eeeeee;
  text-align: center;
  padding: 1rem;
  border-radius: 10px;
  margin-top: 8px;
}

footer a {
  color: #eeeeee;
  margin: 0 10px;
  font-size: 1.5rem;
  text-decoration: none;
  transition: color 0.2s;
}

footer a:hover {
  color: #00adb5;
}
.repo-link {
  color: inherit;
  text-decoration: none;
  font-weight: inherit;
  cursor: pointer;
}

.repo-link:visited {
  color: inherit;
}

.repo-link:hover,
.repo-link:focus {
  text-decoration: underline dotted;
}
.github-activity-list {
  padding-left: 0;
  list-style: none;
}

.pr-list {
  margin: 0 0 0.5em 0;
}

.other-list {
  margin: 0;
}
.bottom-flex-container {
  max-width: 1000px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  .github-date {
    margin-left: auto;
    margin-bottom: unset;
    right: 0;
  }
  align-items: stretch;
  padding: 2rem 0 0 0;
  gap: 8px;
}

.bottom-left,
.bottom-right {
  background: rgba(34, 34, 34, 0.92);
  color: #eee;
  border-radius: 10px;
  padding-left: 16px;
  padding-right: 16px;
  flex: 1 1 0;
  min-width: 0;
  pointer-events: auto;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.18);
  display: flex;
  flex-direction: column;
  height: fit-content;
  margin-bottom: 8px;
  overflow-x: auto;
  word-break: break-word;
}

.bottom-left code,
.bottom-right code {
  word-break: break-all;
  white-space: pre-wrap;
}

.github-activity {
  margin-top: 16px;
  margin-bottom: 16px;
}

.repo-header {
  margin-top: 0;
  margin-bottom: 6px;
  font-weight: bold;
}

.pr-event {
  padding-bottom: 4px;
  padding-left: 8px;
  display: flex;
  align-items: center;
}

.github-date {
  margin-bottom: unset;
  right: 0;
}

.repo-icon {
  vertical-align: middle;
  margin-right: 6px;
}

.status-icon {
  vertical-align: middle;
  margin-left: 2px;
  margin-right: 6px;
}

.pr-title-link {
  font-weight: bold;
  max-width: 60vw;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
  color: #00adb5;
  text-decoration: none;
  transition: color 0.2s;
}

.pr-title-link:visited {
  color: #00adb5;
}

.pr-title-link:hover,
.pr-title-link:focus {
  color: #fff;
  text-decoration: underline;
}

.other-event {
  margin-bottom: 8px;
}

body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 100vh;
  background: #000;
  font-family: sf mono, menlo, monospace;
  color: #eee;
  margin: 16px;
}

h1 {
  color: #eee;
}

p.github-events {
  margin-top: unset;
}

button {
  padding: 10px 20px;
  font-size: 16px;
  margin-top: 20px;
  cursor: pointer;
}

small {
  margin-bottom: 8px;
}

img.pikachu {
  margin-top: 16px;
}

.pikachu-counter {
  margin-top: 12px;
  font-size: 1.1rem;
  color: #00adb5;
  font-weight: bold;
}
