/* /now page-specific styles */
.container.now-page {
  max-width: 60ch;
  text-align: left;
}

.container.now-page .profile {
  margin-bottom: 1.75rem;
}

.container.now-page .button-container {
  justify-content: flex-start;
}

.container.now-page .footer {
  text-align: left;
}

#now {
  margin-top: 1.5rem;
  text-align: left;
  line-height: 1.6;
}

#now > * + * {
  margin-top: 0.9rem;
}

#now h2 {
  font-size: 1.6rem;
  margin-bottom: 0.75rem;
}

#now h3 {
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  font-size: 1.1rem;
}

#now .fa-ul {
  margin-left: 2.1rem;
  margin-bottom: 1rem;
}

#now li {
  margin-bottom: 0.8rem;
}

#now a {
  text-decoration: underline;
}

#now hr {
  border: 0;
  border-top: 1px solid #d9d9d9;
  margin: 1.5rem 0 1rem;
}

#now .last-updated {
  color: #777;
  margin-top: 0.4rem;
}





@media (prefers-color-scheme: dark) {
  #now hr {
    border-top-color: #30363d;
  }

  #now .last-updated {
    color: #8b949e;
  }
}
