.a24-comments-section {
  margin: 36px 0 20px;
  padding: 28px 0 0;
  border-top: 1px solid var(--line, #e5e7eb);
}

.a24-comments-wrap {
  max-width: 760px;
}

.a24-comments-section .comments-title,
.a24-comments-section #reply-title {
  font-size: 26px;
  font-weight: 900;
  margin: 0 0 18px;
  letter-spacing: -0.02em;
}

.a24-comment-note,
.a24-comment-thanks {
  color: var(--muted, #6b7280);
  font-size: 14px;
  margin: 0 0 16px;
}

.a24-comment-thanks {
  color: #111827;
}

.a24-comments-section .comment-form-author,
.a24-comments-section .comment-form-comment {
  margin-bottom: 16px;
}

.a24-comments-section label {
  display: block;
  font-weight: 800;
  font-size: 14px;
  margin-bottom: 6px;
}

.a24-comments-section .required {
  color: var(--red, #e30613);
}

.a24-comments-section input[type="text"],
.a24-comments-section textarea {
  width: 100%;
  max-width: 100%;
  border: 1px solid var(--line, #e5e7eb);
  padding: 12px 14px;
  font: inherit;
  font-size: 15px;
  border-radius: 0;
  background: #fff;
}

.a24-comments-section textarea {
  min-height: 140px;
  resize: vertical;
}

.a24-comments-section input:focus,
.a24-comments-section textarea:focus {
  outline: 2px solid var(--red, #e30613);
  outline-offset: 0;
  border-color: var(--red, #e30613);
}

.a24-comments-section .form-submit {
  margin-top: 8px;
}

.a24-comments-section .submit {
  border: 0;
  background: var(--red, #e30613);
  color: #fff;
  font-weight: 800;
  font-size: 15px;
  padding: 12px 22px;
  cursor: pointer;
}

.a24-comments-section .submit:hover {
  background: var(--red-dark, #b9000a);
}

.a24-hp {
  position: absolute;
  left: -9999px;
  height: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.a24-comments-section .comment-list {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
}

.a24-comments-section .comment-list .comment {
  border-top: 1px solid var(--line, #e5e7eb);
  padding: 18px 0;
}

.a24-comments-section .comment-author {
  font-weight: 800;
  margin-bottom: 6px;
}

.a24-comments-section .comment-meta {
  font-size: 12px;
  color: var(--muted, #6b7280);
  margin-bottom: 8px;
}

.a24-comments-section .comment-awaiting-moderation {
  display: block;
  font-size: 13px;
  color: var(--muted, #6b7280);
  margin-top: 8px;
  font-style: italic;
}
