/* Global */
span {font-family: 'Courier New', Courier, monospace;}

/* Detailed-info Link */
.detail-link {
  float: right;
  color: #737278;
}
.detail-link a {
  text-decoration: none;
}
.detail-link a:hover {
  text-decoration: underline;
}

/* Activities */
.activities {
  position: relative;
  margin-bottom: 1rem;
}
.activities a {
  color: #1f75cb;
  text-decoration: none;
}
.activities a:hover {
  text-decoration: underline;
}

.timeline {
  position: relative;
}
.timeline:not(:last-child)::before {
  content: '';
  position: absolute;
  width: 2px;
  left: 10px;
  top: 16px;
  height: calc(100% - 16px);
  height: 100%;
  background: var(--gray-50, #ececef);
}

.event-item {
  padding: 16px 0 16px 2.5rem;
  position: relative;
  line-height: 1.25rem;
  padding-bottom: 0.5rem;
  padding-left: 2rem;
}
.event-item .timestamp {
  float: right;
  color: #737278;
}
.event-item .event-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  top: 14px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #ececef;
  line-height: 0;
  position: absolute;
  left: 0;
}
.event-item .event-icon svg {
  width: 16px;
  height: 16px;
  fill: #626168;
}
.event-item .event-title {
  margin-bottom: 0.5rem;
}
.event-item .event-list ul {
  margin: 5px 0;
  padding: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Projects */
.projects-list {
  margin: 5px 0;
  padding: 0;
  list-style: none;
  display: table;
  color: #737278;
  width: 100%;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.projects-list .project-row {
  display: table-row;
}
.projects-list .project-cell {
  display: table-cell;
  vertical-align: top;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--gray-50, #ececef);
}
.projects-list .project-row:last-of-type .project-cell {
  border-style: none;
}
.projects-list .project-cell .project-avatar {
  margin-right: 1rem;
  position: relative;
  padding-bottom: 0.75rem;
}
.projects-list .project-cell .project-avatar a {
  display: inline-flex;
  overflow: hidden;
  flex-shrink: 0;
  line-height: 1;
  object-fit: contain;
  outline: 1px solid var(--t-gray-a-08, rgba(31,30,36,0.08));
  outline-offset: -1px;
  width: 3rem;
  height: 3rem;
  font-size: clamp(1.3125rem, calc(0.8680555556rem + 0.9259259259vw), 1.5625rem);
  border-radius: 0.25rem;
  text-align: center;
  vertical-align: top;
  color: #333238;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.projects-list .project-details {
  padding-right: 3rem;
  width: 100%;
  align-items: baseline;
  flex-wrap: wrap;
}
.projects-list .project-details a {
  font-weight: bold;
  line-height: 1.25rem;
  margin-top: 0;
  margin-bottom: 0;
  overflow-wrap: anywhere;
  color: #333238;
  margin-right: 0.5rem;
  text-decoration: none;
}
.projects-list .project-details a:hover {
  text-decoration: underline;
}
.projects-list .project-details p {
  margin-bottom: 0;
  color: var(--gl-text-color-secondary, #737278);
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap;
  max-width: 100%;
  line-height: 1.5;
  max-height: 2.5rem;
  white-space: normal;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: 0;
  margin-right: 0.5rem;
  margin-top: 0.25rem;
  font-size: 0.875rem;
}
.projects-list .project-cell .project-watch {
  display: flex;
  align-items: center;
  margin-bottom: 0.25rem;
  gap: 0.5rem;
  padding-right: 0;
  justify-content: flex-end;
  color: inherit;
}
.projects-list .project-cell .project-watch svg {
  width: 14px;
  height: 14px;
}
.projects-list .project-cell .project-update {
  display: flex;
  font-size: 0.875rem;
  white-space: nowrap;
  justify-content: flex-end;
}

.project-avatar-bg0 { background-color:#ffffff }
.project-avatar-bg1 { background-color:#fcf1ef }
.project-avatar-bg2 { background-color:#f4f0ff }
.project-avatar-bg3 { background-color:#f1f1ff }
.project-avatar-bg4 { background-color:#e9f3fc }
.project-avatar-bg5 { background-color:#ecf4ee }
.project-avatar-bg6 { background-color:#fdf1dd }
.project-avatar-bg7 { background-color:#ececef }
