<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.comment ul.links {
  font-size: 14px;
  list-style: none;
  padding: 8px 10px;
  margin-bottom: 15px;
  background: var(--style_gray_100);
}
.form.comment-form {
  padding: 15px;
  background: var(--style_gray_100);
  border: 1px solid var(--style_gray_400);
}
.form.comment-form .form-actions,
.flex-comment-section .comment .flex-comment ul.links {
  margin-bottom: 0;
  display: flex;
  gap: 0 5px;
}
</pre></body></html>