h1:not(.article-header h1),
h2:not(.article-header h2),
h3:not(.article-header h3),
h4:not(.article-header h4),
h5:not(.article-header h5),
h6:not(.article-header h6) {
  margin-top: 24px;
  margin-bottom: 24px;
}

.theme-toggle-container {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.article-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: nowrap;
  overflow: hidden;
}

.article-author {
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}

.article-date {
  font-size: 16px;
  white-space: nowrap;
  flex-shrink: 0;
}

.article-header {
  display: none;
  margin-top: 24px;
}

#article-title {
  margin-top: 0px;
  margin-bottom: 8px;
}

.article-header.visible {
  display: block;
}

.article-meta {
  display: flex;
  align-items: center;
  gap: 0px;
}