.sc-comment-wrapper {
  max-width: 600px;
  margin: 40px auto;
  font-family: Arial, sans-serif;
}
.sc-comments {
  margin-bottom: 20px;
}
.sc-single-comment {
  background: #f5f5f5;
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 10px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}
.sc-single-comment strong {
  display: block;
  margin-bottom: 6px;
  color: #333;
}
.sc-comment-form input,
.sc-comment-form textarea {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
}
.sc-comment-form button {
  background: #0073aa;
  color: white;
  border: none;
  padding: 10px 16px;
  border-radius: 6px;
  cursor: pointer;
}