.comment-edit-link{padding:4px 8px;border-radius:var(--wp--custom--border--radius);margin-left:0.5em;font-size:smaller;font-weight:var(--wp--custom--font-weight--semi-bold);color:inherit;background:transparent !important;position:relative;z-index:0}.comment-edit-link:hover::before{opacity:var(--wp--custom--ghost--hover--opacity, 0.2)}.comment-edit-link::before{content:"";position:absolute;inset:0;background:currentcolor;opacity:var(--wp--custom--ghost--opacity, 0.1);transition:var(--wp--custom--transition);border-radius:inherit;z-index:-1}.is-style-dark .comment-edit-link::before{opacity:var(--wp--custom--dark-mode--ghost--opacity, 0.12)}@media (prefers-color-scheme: dark){.default-mode-auto:not(.is-style-light):not(.is-style-dark) .comment-edit-link::before{opacity:var(--wp--custom--dark-mode--ghost--opacity, 0.12)}.default-mode-light:not(.is-style-dark) .comment-edit-link::before{opacity:var(--wp--custom--ghost--opacity, 0.1)}}