.dgfc-comments-login{padding:2rem;border-radius:.6rem;background:var(--header-bg);font-size:1.8em;font-weight:700;line-height:1.6}
button,textarea{font-family:var(--font-body)}
.dgfc-comments-wrapper{margin-top:2rem;font-size:1.4em;line-height:1.4;max-width:100%}
.dgfc-comment-list{display:block}
.dgfc-new-comment{margin-bottom:2rem}
.dgfc-new-comment textarea{width:100%;box-sizing:border-box;padding:2rem;resize:vertical;min-height:7rem;border-radius:.6rem;border:.2rem solid var(--grey);background:var(--header-bg);opacity:.8;font-size:1.6em;font-family:inherit;color:var(--text-color)}
.dgfc-new-comment textarea:focus{outline:none;border-color:var(--text-color);opacity:1}
.dgfc-comment-error{margin-bottom:2rem;font-size:1.6em;color:var(--text-color);font-weight:600;padding:2rem;border-radius:.6rem;background:var(--header-bg);color:var(--text-color)}

.dgfc-comment{display:flex;align-items:flex-start;gap:1rem;background:var(--header-bg);border-radius:.6rem;padding:2rem;margin-bottom:2rem;width:100%;box-sizing:border-box}
.dgfc-comment-avatar{flex-shrink:0}
.dgfc-avatar-img{width:4rem;height:4rem;border-radius:.6rem}
.dgfc-avatar-img img{border-radius:.6rem}
.dgfc-comment-body{flex:1;font-size:16px}
.dgfc-comment-meta{margin:.6rem 0 1.5rem}
.dgfc-comment-date{opacity:.6}
.dgfc-comment-children .dgfc-comment-meta{margin:.4rem 0 1.5rem}
.dgfc-comment-author{font-weight:600}
.dgfc-comment-content{line-height:1.4;opacity:.95;margin-bottom:1.5rem;word-wrap:break-word}
.dgfc-comment-actions{display:flex;align-items:center;font-size:1em;opacity:.8}
.dgfc-comment-actions button{color:var(--text-color);border:none;background:transparent;padding:0;cursor:pointer;margin:0 1.5rem .5rem 0;letter-spacing:.02rem;font-weight:700;font-size:16px}
.dgfc-comment-actions button:hover,.dgfc-toggle-children:hover{text-decoration: underline;text-decoration-thickness: 0.2rem;text-decoration-color: var(--text-color);text-underline-offset: 0.4rem;}
.dgfc-comment-actions button.dgfc-comment-token:hover{text-decoration-color:var(--highlight)}
.dgfc-comment-actions button.dgfc-comment-report:hover{text-decoration-color:#ff4d00}
.dgfc-token-count{font-weight:600;margin-left:.5rem}
.dgfc-report-count{opacity:.6}

.dgfc-comment-children{display:block;margin-top:2rem;padding-left:2rem;border-left:2px solid var(--grey)}
.dgfc-comment-children .dgfc-comment{display:flex;align-items:flex-start;gap:1rem;background:transparent;border:none;border-radius:0;padding:1rem 0 0;margin:0;width:100%;box-sizing:border-box}
.dgfc-comment-children .dgfc-comment + .dgfc-comment{margin-top:1rem}
.dgfc-comment-children .dgfc-avatar-img{width:3rem;height:3rem}
.dgfc-children-wrapper[data-collapsed="1"] > .dgfc-comment-children{display:none}

.site-comments .dgfc-comment-body{display:block !important;flex-direction:column !important;align-items:stretch !important}
.site-comments .dgfc-comment-body > *{display:block !important;width:100% !important;max-width:100% !important;box-sizing:border-box}
.dgfc-toggle-children{background:transparent;border:none;color:var(--text-color);cursor:pointer;padding:0;margin-top:1.5rem;opacity:.8;font-size:1em}

.dgfc-edit-box{margin-top:1.5rem;width:100%}
.dgfc-edit-text{width:100% !important;box-sizing:border-box;padding:1rem;resize:vertical;min-height:7rem;border-radius:.6rem;border:.2rem solid var(--grey);background:var(--header-bg);opacity:.9;font-size:1em;font-family:inherit;color:var(--text-color);line-height:1.4}
.dgfc-edit-text:focus{outline:none;border-color:var(--text-color);opacity:1}
.dgfc-edit-actions{display:flex;gap:1.5rem;justify-content:flex-end;align-items:center;margin-top:1.2rem}
.dgfc-edit-actions button{border:none;border-radius:.6rem;padding:1.2rem 1.6rem;cursor:pointer;font-weight:700;font-size:16px;letter-spacing:.02rem;background:var(--text-color);color:var(--header-bg);opacity:.65}
.dgfc-edit-actions button:hover{opacity:1}
.dgfc-edit-actions .dgfc-edit-cancel{background:transparent;color:var(--text-color);border:.2rem solid var(--grey)}
.dgfc-edit-actions button:disabled{opacity:.5;cursor:not-allowed}

@media (max-width:679px){
.dgfc-comment-children .dgfc-comment{padding:0 0 0 0}    
.dgfc-comment-children .dgfc-comment-meta{margin:0 0 1.5rem}    
.dgfc-comment-children .dgfc-comment .dgfc-comment-avatar{display:none}
.dgfc-edit-actions{justify-content:stretch;flex-direction:column;align-items:stretch;gap:1rem;margin-bottom:1.5rem}
.dgfc-edit-actions button{width:100%}    
}

@media (min-width:1180px){
.dgfc-comment-body{font-size:18px}
.dgfc-new-comment textarea{min-height:18rem}
.dgfc-comments-layout{display:grid;grid-template-columns:62.5rem 2fr;gap:3rem;align-items:start}
.dgfc-comments-layout.no-comment{grid-template-columns:100% 1fr;gap:0}
.dgfc-comments-layout.no-comment .dgfc-new-comment{max-width:100%;width:100%;text-align:center;font-size:1.4em}    
.dgfc-new-comment{max-width:62.5rem;position:sticky;top:10.4rem;}
.dgfc-comment-list{max-width:none;}
}