.home-intro {
  margin: 1.5rem 0 2rem;
  line-height: 1.7;
}

.home-intro a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.home-sections {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 2rem;
  text-align: left;
}

.home-sections section h2 {
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}

.home-sections section h2 a {
  text-decoration: none;
}

.home-sections ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.home-sections li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 0.3rem 0;
  border-bottom: 1px solid var(--tertiary);
}

.home-sections li a {
  text-decoration: none;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 1rem;
}

.home-sections li time {
  font-size: 0.85rem;
  opacity: 0.7;
  white-space: nowrap;
}

.home-sections section > p {
  margin-top: 0.5rem;
}

.home-sections section > p a {
  font-size: 0.9rem;
  text-decoration: none;
  opacity: 0.8;
}

.home-sections section > p a:hover {
  opacity: 1;
}
