body {
  background-color: #1a1c1e;
  color: #f5f5f5;
  line-height: 1.5;
  font-size: 1rem;
  margin: 0;
  padding: 2rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #7fffd4;
  margin-bottom: 1rem;
}

h3,
h4 {
  color: #5fe0c8;
}

a {
  transition: color 0.2s ease, text-shadow 0.2s ease;
}

.talks-header {
  font-size: 36px;
  font-weight: bold;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
}

.talk-item {
  display: flex;
  flex-direction: column;
  padding: 8px 0;
  gap: 3px;
}

.talk-header {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.talk-title {
  font-size: 15.5px;
  font-weight: 600;
  color: #e8e8e8;
}

.talk-description {
  font-size: 13px;
  color: #aaa;
}

.talk-item:not(:last-child) {
  border-bottom: 1px solid #2e3035;
}

.talk-slides {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.talk-link {
  font-size: 13.5px;
  color: #7fffd4;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
}

.talk-link:hover {
  text-decoration: underline;
}

.year-header {
  font-size: 22px;
  font-weight: 700;
  color: #7fffd4;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #2e3035;
  padding-bottom: 4px;
}

.talk-venue-row {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding: 4px 0;
}

.talk-venue-row:not(:last-child) {
  border-bottom: 1px solid #252729;
}
