.anocus {
  margin-top: 2rem;
  border-top: 1px solid #ddd;
  padding-top: 1rem;
}

.anocus-head h3 {
  margin: 0 0 0.75rem;
}

.anocus-feedback {
  min-height: 1.25rem;
  font-size: 0.95rem;
  margin-bottom: 0.75rem;
}

.anocus-feedback.info {
  color: #555;
}

.anocus-feedback.success {
  color: #0a6b2d;
}

.anocus-feedback.error {
  color: #b32222;
}

.anocus-empty {
  padding: 0.75rem;
  border: 1px dashed #ccc;
  color: #777;
  margin-bottom: 1rem;
}

.anocus-comment {
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 0.75rem;
  margin-bottom: 0.75rem;
  background: #fff;
}

.anocus-comment.depth-1,
.anocus-comment.depth-2,
.anocus-comment.depth-3,
.anocus-comment.depth-4 {
  margin-left: 1rem;
}

.anocus-comment-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

.anocus-author {
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.anocus-author a {
  color: inherit;
}

.anocus-avatar {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  border-radius: 50%;
  border: none;
  background: transparent;
}

.anocus-time {
  font-size: 0.8rem;
  color: #666;
}

.anocus-comment-body {
  line-height: 1.55;
  word-break: break-word;
}

.anocus-comment-actions {
  margin-top: 0.5rem;
}

.anocus-reply-btn {
  border: 1px solid #c9c9c9;
  background: #fff;
  border-radius: 5px;
  padding: 0.18rem 0.48rem;
  font-size: 0.82rem;
  cursor: pointer;
}

.anocus-replies {
  margin-top: 0.55rem;
}

.anocus-form {
  margin-top: 1rem;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 0.75rem;
  background: #fafafa;
}

.anocus-row {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.75rem;
}

.anocus-row label {
  margin-bottom: 0.3rem;
  font-size: 0.9rem;
}

.anocus-row input,
.anocus-row textarea {
  border: 1px solid #cbcbcb;
  border-radius: 6px;
  padding: 0.5rem 0.6rem;
  font: inherit;
}

.anocus-row button {
  width: fit-content;
  border: 1px solid #0d6b57;
  background: #0f7d66;
  color: #fff;
  border-radius: 6px;
  padding: 0.45rem 0.8rem;
  cursor: pointer;
}

.anocus-row button:hover {
  background: #0c6d59;
}

.anocus-reply-context {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  background: #fff;
  padding: 0.45rem 0.6rem;
}

.anocus-reply-context button {
  width: auto;
  border: 1px solid #c7c7c7;
  background: #fff;
  color: #333;
  padding: 0.2rem 0.5rem;
  border-radius: 5px;
}

@media (max-width: 680px) {
  .anocus-comment-header {
    flex-direction: column;
    align-items: flex-start;
  }
}
