.mg-comments aside > h3 { font-size: 18px; margin: 0 0 5px; }
.mg-comment-intro { color: #7d8189; font-size: 10px; line-height: 1.5; margin: 0 0 16px; }
.mg-comment-form { display: grid; gap: 12px; }
.mg-comment-form label { display: grid; gap: 6px; }
.mg-comment-form label small { color: #8d9097; font-size: 9px; font-weight: 400; }
.mg-comment-form textarea,
.mg-comment-form input { background: #fff; border: 1px solid #dfe0e4; border-radius: 8px; outline: 0; padding: 10px; width: 100%; }
.mg-comment-form textarea:focus,
.mg-comment-form input:focus { border-color: var(--mg-blue); box-shadow: 0 0 0 3px #5b70f517; }
.mg-commenting-as { background: #fff; border-radius: 7px; color: #747780; font-size: 10px; margin: 0; padding: 9px 11px; }
.mg-honeypot { height: 1px !important; left: -10000px !important; opacity: 0 !important; overflow: hidden !important; position: absolute !important; width: 1px !important; }
