.module--blog-comments .module__inner{margin-top:calc(var(--spacing-base)*8)}.module--blog-comments .module__inner #comments-listing .comment{border:none;border-radius:calc(var(--spacing-base)*2);display:flex;flex-flow:column;margin-bottom:calc(var(--spacing-base)*4);padding:calc(var(--spacing-base)*4);position:relative}.module--blog-comments .module__inner #comments-listing .comment .comment-body{flex:0 0 100%;order:-1}.module--blog-comments .module__inner #comments-listing .comment .comment-body>p{font-weight:400}.module--blog-comments .module__inner #comments-listing .comment .comment-from{flex:0 0 100%}.module--blog-comments .module__inner #comments-listing .comment .comment-from h4{font-size:var(--small-font-size);font-weight:300;line-height:var(--small-line-height);margin-bottom:0}.module--blog-comments .module__inner #comments-listing .comment .comment-from h4 a{color:inherit}.module--blog-comments .module__inner #comments-listing .comment .comment-reply-to{background-image:none;cursor:pointer;flex:0 0 100%;font-size:calc(var(--body-font-size)*.75);line-height:calc(var(--body-line-height)*.75);margin-top:calc(var(--spacing-base)*4);padding:0;text-align:left;text-decoration:underline}.module--blog-comments .module__inner #comments-listing .comment:not(.depth-0){margin-left:auto}.module--blog-comments .module__inner #comments-listing .comment.depth-0{background-color:rgba(var(--first-color-rgb),.05)}.module--blog-comments .module__inner #comments-listing .comment.depth-1{background-color:rgba(var(--first-color-rgb),.1);max-width:calc(100% - var(--spacing-base)*3)}