
.note-header {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.note-footer {
  padding: 1rem 0 3rem 0;
}

/* Webmentions */
.webmentions {
  background: #2E3B47;
  border-radius: 8px;
  padding: 1.5rem 2rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.webmentions-reactions {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.webmentions-reaction-item {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--color-text);
}

.webmentions-reaction-label {
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  flex-shrink: 0;
}

.webmentions-names {
  font-weight: 400;
}

.webmentions-comments-label {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 0.75rem;
  margin-top: 0.25rem;
}

.webmentions-replies {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.webmention-reply {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.webmention-reply-header {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
}

.webmentions-author-link {
  color: #FAE3C4;
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 600;
}

.webmentions-author-link:hover {
  text-decoration: underline;
}

.webmention-reply-author {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--color-text);
  text-decoration: none;
}

.webmention-reply-author:hover {
  color: #F26D43;
}

.webmention-reply-date {
  font-size: 0.8rem;
  opacity: 0.5;
}

.webmention-reply-content {
  margin: 0;
  font-size: 0.85rem;
  line-height: 1.5;
  opacity: 0.85;
}
