.stui-comment__form{position:relative;margin-bottom:20px;background:#0f172a;padding:20px;border-radius:10px}
.stui-comment__form .comment_content{width:100%;min-height:120px;padding:15px;background:#1e293b;border:1px solid #334155;border-radius:8px;color:#e2e8f0;font-size:14px;resize:vertical;transition:all .3s ease}
.stui-comment__form .comment_content:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 15px rgba(59,130,246,.2)}
.stui-comment__form .comment_content::placeholder{color:#64748b}
.stui-comment__form .submit-box{display:flex;align-items:center;justify-content:flex-end;gap:10px;margin-top:15px}
.stui-comment__form .submit-box input{padding:8px 12px;background:#1e293b;border:1px solid #334155;border-radius:6px;color:#e2e8f0;font-size:13px;outline:none;transition:all .3s ease}
.stui-comment__form .submit-box input:focus{border-color:#3b82f6}
.stui-comment__form .submit-box .btn-primary{padding:10px 24px;background:#3b82f6;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease}
.stui-comment__form .submit-box .btn-primary:hover{background:#2563eb;transform:translateY(-2px);box-shadow:0 5px 20px rgba(59,130,246,.4)}
.stui-comment__form .comment_face_box{display:flex;flex-wrap:wrap;gap:8px;margin-top:15px;padding-top:15px;border-top:1px solid #334155}
.stui-comment__form .comment_face_box img{width:32px;height:32px;border-radius:6px;cursor:pointer;transition:all .3s ease}
.stui-comment__form .comment_face_box img:hover{transform:scale(1.1);box-shadow:0 4px 15px rgba(59,130,246,.3)}
.stui-comment__item{position:relative;padding:20px 0 20px 70px;border-bottom:1px solid #334155;transition:all .3s ease}
.stui-comment__item:last-child{border-bottom:none}
.stui-comment__item.active{margin-top:15px;padding:15px 0 15px 70px;background:#0f172a;border-radius:10px;border:none}
.stui-comment__item .avatar{position:absolute;top:20px;left:0;flex-shrink:0}
.stui-comment__item.active .avatar{top:15px}
.stui-comment__item .avatar img{width:50px;height:50px;border-radius:50%;background:#1e293b;border:2px solid #334155;transition:all .3s ease}
.stui-comment__item .avatar img:hover{border-color:#3b82f6;transform:scale(1.05)}
.stui-comment__item .comment-head{margin-bottom:10px}
.stui-comment__item .comment-head .title{margin:0;font-size:16px;font-weight:600;color:#e2e8f0;margin-bottom:5px}
.stui-comment__item .comment-head p{font-size:12px;color:#64748b;margin:0}
.stui-comment__item .comment-cont{font-size:14px;color:#cbd5e1;line-height:1.6;margin-bottom:12px;padding:12px;background:#0f172a;border-radius:8px;border-left:3px solid #3b82f6}
.stui-comment__item .comment-foot{display:flex;align-items:center;gap:10px;font-size:12px;color:#94a3b8}
.stui-comment__item .comment-foot a{display:inline-flex;align-items:center;gap:5px;padding:6px 12px;background:#1e293b;border-radius:6px;color:#94a3b8;text-decoration:none;transition:all .3s ease}
.stui-comment__item .comment-foot a:hover{background:#334155;color:#3b82f6}
.stui-comment__item .comment-foot a.digg_link:hover .digg_num{color:#3b82f6}
.stui-comment__item .comment-foot i{font-size:14px}
.stui-comment__item .comment-foot .split-line{color:#475569}
.stui-comment__item .comment-foot .text-red{color:#ef4444}
.stui-comment__item .comment-foot .pull-right{margin-left:auto}
.stui-comment__item .stui-comment__form{margin-top:15px;margin-bottom:0;background:#1e293b}
.top-line{border-top:1px solid #334155;padding-top:15px}
.font-12{font-size:12px}
.text-muted{color:#64748b}
.text-red{color:#ef4444}
@media (max-width:767px){.stui-comment__form{padding:15px}
.stui-comment__form .comment_content{min-height:100px;padding:12px;font-size:13px}
.stui-comment__form .submit-box{float:none;flex-wrap:wrap}
.stui-comment__form .submit-box input{flex:1;padding:6px 10px;font-size:12px}
.stui-comment__form .submit-box .btn-primary{padding:8px 20px;font-size:13px}
.stui-comment__form .comment_face_box img{width:28px;height:28px}
.stui-comment__item{position:relative;padding:15px 0 15px 50px}
.stui-comment__item.active{margin-top:10px;padding:12px 0 12px 50px}
.stui-comment__item .avatar{top:15px}
.stui-comment__item.active .avatar{top:12px}
.stui-comment__item .avatar img{width:40px;height:40px}
.stui-comment__item .comment-head .title{font-size:14px}
.stui-comment__item .comment-cont{font-size:13px;padding:10px}
.stui-comment__item .comment-foot{flex-wrap:wrap}
.stui-comment__item .comment-foot a{padding:5px 10px;font-size:11px}
.stui-comment__item .comment-foot i{font-size:12px}}
.form-control{display:block;width:100%;padding:10px 15px;font-size:14px;line-height:1.5;color:#e2e8f0;background-color:#1e293b;border:1px solid #334155;border-radius:6px;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}
.form-control:focus{border-color:#3b82f6;outline:0;box-shadow:0 0 0 .2rem rgba(59,130,246,.25)}
.form-control::placeholder{color:#64748b;opacity:1}
.comment_form{margin-bottom:20px}
.comment_submit{cursor:pointer;border:none;outline:none}
#verify_img{cursor:pointer;border-radius:4px;transition:all .3s ease}
#verify_img:hover{opacity:.8}
.pull-right{float:right}
.hidden-xs{display:block}
@media (max-width:767px){.hidden-xs{display:none}}
.col-pd{padding:20px}
@media (max-width:767px){.col-pd{padding:15px}}