.tip {
    text-transform: none;
    margin-left: 0.3rem;
    opacity: 0.5;

    &:hover {
        opacity: 1;
    }
}