/**handles:psx-extreme-comments**/
.psx-comments{max-width:620px;margin:20px auto;color:#090909;font-family:Arial,Helvetica,sans-serif;font-size:14px;background:#fff;border:1px solid #d8d8d8;border-radius:4px;overflow:hidden;box-shadow:0 1px 2px rgba(0,0,0,.08)}.psx-comments *{box-sizing:border-box}.psx-comments button{font:inherit}.psx-comments__titlebar{height:31px;padding:2px 7px;background:linear-gradient(#5e5e5e,#151515 70%,#383838);border-radius:4px 4px 0 0}.psx-comments__titlebar h2{margin:0;color:#fff;text-shadow:1px 1px 1px #000;font:bold 20px/27px Arial,sans-serif}.psx-comments__toolbar{height:35px;padding:8px 29px 5px;text-align:right;color:#051c4d;font-weight:700;font-size:16px}.psx-comments__toolbar button{padding:0;border:0;background:0 0;color:#051c4d;font-weight:700;text-decoration:none;cursor:pointer}.psx-comments__toolbar button:hover{text-decoration:underline}.psx-comments__list{border-top:1px solid #ddd}.psx-comment{position:relative;min-height:171px;border-bottom:2px solid #22286f;background:#fff}.psx-comment--reply{margin-left:30px}.psx-comment__top{display:flex;gap:13px;padding:0 10px 0}.psx-comment__avatar{width:108px;height:108px;flex:none;margin-top:0;overflow:hidden;background:#d6dbe1;text-align:center}.psx-comment__avatar-img{display:block;width:108px;height:108px;object-fit:cover}.psx-comment__identity{padding-top:15px;min-width:0}.psx-comment__identity h3{margin:0;color:#061b4a;font:bold 19px/22px Arial,sans-serif}.psx-comment__identity time{display:block;white-space:nowrap;font-size:15px;line-height:18px}.psx-comment__links{display:flex;align-items:center;gap:17px;height:25px}.psx-comment__moderation{display:flex;flex-wrap:wrap;align-items:center;gap:4px;margin-top:4px;font-size:11px}.psx-comment__status{color:#4a4a4a;text-transform:capitalize;margin-right:2px}.psx-moderate{padding:2px 5px;border:1px solid #9b9b9b;border-radius:2px;background:linear-gradient(#fff,#ddd);color:#14285b;font-size:11px;line-height:14px;cursor:pointer}.psx-moderate:hover{background:#fff}.psx-moderate:disabled{opacity:.55;cursor:wait}.psx-moderate--danger{color:#8b1717}.psx-comment__reply{color:#061b4a;font-size:13px;text-decoration:none}.psx-comment__reply span{display:inline-block;color:#7865ad;font-size:18px;line-height:12px;transform:rotate(-10deg);vertical-align:-2px}.psx-comment__reply:hover{text-decoration:underline}.psx-comment__report{padding:0;border:0;background:0 0;color:#ffd600;text-shadow:0 1px 1px #4d4d00;font-size:20px;line-height:20px;cursor:pointer}.psx-comment__body{min-height:74px;margin-top:0;padding:8px 7px 26px;background:#ededed;font-size:16px;line-height:19px}.psx-comment__body p{margin:0}.psx-comment__votes{position:absolute;right:7px;bottom:5px;display:flex;align-items:center;gap:4px;font-size:15px;font-weight:700}.psx-vote{padding:0 1px;border:0;background:0 0;font-size:24px;line-height:21px;filter:saturate(.9);cursor:pointer;transition:transform .12s ease}.psx-vote:hover{transform:scale(1.12)}.psx-vote.is-selected{filter:drop-shadow(0 0 2px #1b2c83)}.psx-comments__empty{padding:20px 10px}.psx-comments__leave-heading{display:flex;align-items:center;min-height:31px;padding:2px 7px;background:linear-gradient(#5e5e5e,#151515 70%,#383838);color:#fff;text-shadow:1px 1px 1px #000}.psx-comments__leave-heading h3{flex:1;min-width:0;height:27px;margin:0;padding:0;color:#fff;font:bold 20px/27px Arial,sans-serif}.psx-comments__cancel-reply{padding:0 4px;border:0;background:0 0;color:#fff;text-shadow:1px 1px 1px #000;font-size:13px;line-height:27px;cursor:pointer}.psx-comments__cancel-reply:hover{text-decoration:underline}.psx-comments__leave-body{min-height:77px;padding:18px 8px;background:#fff}.psx-comments__leave-body p{margin:0;font-size:14px;line-height:20px}.psx-comments__leave-body a{color:#051b4d;font-weight:700}.psx-comments__logged-in{display:flex;align-items:center;gap:8px}.psx-comments__submit-status{min-height:20px;color:#051b4d;font-weight:700}.psx-comments__logout{display:inline-block;padding:1px 7px;border:1px solid #777;border-radius:2px;background:linear-gradient(#fff,#d9d9d9);color:#051b4d!important;text-decoration:none}.psx-comments__logout:hover{background:#eee}.psx-comments__leave-body .comment-form{margin-top:15px}.psx-comments__editor-wrap{margin-top:12px}.psx-comments__editor-wrap .wp-editor-wrap{max-width:100%;border:1px solid #bbb;background:#fff}.psx-comments__editor-wrap .mce-toolbar-grp{background:#f1f1f1;border-bottom:1px solid #d2d2d2}.psx-comments__editor-wrap .mce-btn button{padding:4px 6px}.psx-comments__editor-wrap .mce-edit-area iframe{min-height:150px}.psx-comments__editor-wrap .wp-editor-tools{padding:0}.psx-comments__leave-body input,.psx-comments__leave-body textarea{max-width:100%;border:1px solid #bbb;padding:6px}.psx-comments__leave-body input[type=submit]{background:#333;color:#fff;border:0;border-radius:2px;padding:7px 12px;cursor:pointer}.psx-comments--scrolling .psx-comments__list{max-height:520px;overflow-y:auto}.psx-comments--scrolling .psx-comments__list::-webkit-scrollbar{width:12px}.psx-comments--scrolling .psx-comments__list::-webkit-scrollbar-thumb{background:#aaa;border:3px solid #eee;border-radius:8px}@media(max-width:650px){.psx-comments{width:100%;margin:15px 0}.psx-comments__toolbar{padding-right:12px;font-size:14px}.psx-comment__top{gap:8px}.psx-comment__avatar,.psx-comment__avatar-img{width:108px;height:108px}.psx-comment__identity h3{font-size:18px}.psx-comment__identity time{font-size:13px;white-space:normal}.psx-comment__votes{font-size:14px}.psx-comment__body{font-size:15px}}