.ft-mol-toolbar__more-options {
    display: none;
}

#reset-game-item,
#solve-game-item {
    display: none;
}

.ft-org-services.ft-org-services--cta {
    display: none;
}

.fake-cursor {
    display: inline-block;
    width: 1ch;
    animation: blink 1s steps(1) infinite;
    color: #6c4df5;
}

@keyframes blink {

    0%,
    50% {
        opacity: 1;
    }

    51%,
    100% {
        opacity: 0;
    }
}