body.drawer-open{overflow:hidden}.comments-drawer{position:fixed;top:0;right:-100%;width:410px;height:100vh;background:#FFF;box-shadow:-5px 0 15px rgb(0 0 0 / .1);transition:right 0.3s ease-in-out;z-index:9999;display:flex;flex-direction:column;padding:16px;overflow-y:auto;margin-top:0!important;border-radius:15px 15px 0 0}.comments-drawer.open{right:0}@media (max-width:783px){.comments-drawer{width:100%;height:90%;bottom:-90%;right:auto;left:0;top:auto;transition:bottom 0.3s ease-in-out}.comments-drawer.open{bottom:0}}.comment-drawer__close{background:none;border:none;font-size:24px;cursor:pointer;position:absolute;top:16px;right:16px;margin:0!important;padding:0;width:34px;height:34px;color:currentColor}._comment-data{display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:flex-start}._comment-data__author-wrapper{display:flex;flex-wrap:nowrap;gap:.75rem}._comment-data__author-wrapper .avatar{border-radius:100px}._comment-data__author-info{display:flex;flex-direction:column;gap:0;align-items:flex-start}._comment-actions{display:flex;justify-content:space-between;align-items:center}._comment-actions .kbs-comment-actions__button{background:#fff0;border:none;padding:0;font-size:.75rem;cursor:pointer;display:inline-flex;align-items:center;gap:5px;white-space:nowrap;margin-block-start:0!important}._comment-content p{font-size:.8rem;line-height:1.8!important;font-family:var(--wp--custom--typography--font-sans)!important}.kbs-comment-diff{margin-top:.5rem;padding:.625rem .75rem;background:rgb(0 0 0 / .03);border-radius:6px;border-left:3px solid rgb(0 0 0 / .08);font-size:.75rem;line-height:1.6}.kbs-comment-diff__text{margin:0}.kbs-comment-diff del{color:#DC2626;text-decoration:line-through;background:rgb(220 38 38 / .08);padding:0 2px;border-radius:2px}.kbs-comment-diff ins{color:#16A34A;text-decoration:none;font-weight:600;background:rgb(22 163 74 / .08);padding:0 2px;border-radius:2px}.kbs-comment-edited-badge{display:inline-block;font-size:.65rem;color:#888;background:rgb(0 0 0 / .05);padding:1px 6px;border-radius:3px;border:none;cursor:pointer;margin-left:.25rem;font-family:inherit;vertical-align:middle;transition:background 0.15s ease}.kbs-comment-edited-badge:hover{background:rgb(0 0 0 / .1);color:#555}.kbs-comment-edited-badge[aria-expanded=true]{background:rgb(0 0 0 / .1);color:#555}.kbs-comment-manage{display:flex;gap:.75rem;margin-top:.25rem}.kbs-comment-manage__edit,.kbs-comment-manage__delete{background:none;border:none;padding:0;font-size:.7rem;cursor:pointer;color:#888;text-decoration:underline;text-underline-offset:2px;font-family:inherit;transition:color 0.15s ease}.kbs-comment-manage__edit:hover{color:var(--wp--preset--color--primary,#2B58E5)}.kbs-comment-manage__delete:hover{color:#DC2626}.kbs-comment-edit-form__textarea{width:100%;min-height:80px;padding:.5rem;font-size:.8rem;font-family:inherit;line-height:1.5;border:1px solid #D1D5DB;border-radius:6px;resize:vertical}.kbs-comment-edit-form__actions{display:flex;gap:.5rem;margin-top:.5rem}.kbs-comment-edit-form__cancel,.kbs-comment-edit-form__save{font-size:.75rem;padding:.3rem .75rem;border-radius:4px;cursor:pointer;font-family:inherit;border:1px solid #D1D5DB}.kbs-comment-edit-form__cancel{background:#FFF;color:#666}.kbs-comment-edit-form__save{background:var(--wp--preset--color--primary,#2B58E5);color:#FFF;border-color:#fff0}.kbs-logout-link{cursor:pointer}