/* Styling for the injected file comment icon */
.wpc-comment-link-06996c4d {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    margin-right: 10px;
    color: #0073aa;
    text-decoration: none;
    transition: color 0.2s ease-in-out;
    vertical-align: middle;
}

.wpc-comment-link-06996c4d:hover {
    color: #005177;
}

.wpc-comment-link-06996c4d svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
}
