#root > div > div > div > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) {
    display: none !important;
}

#root > div > div > div > div > div:nth-child(1) > div:nth-child(4) {
    display: none !important;
}

.count-words-block {
    margin: 0.75rem;
}

.words-left {
    font-size: .85rem;
    line-height: 1.25rem;
    border-radius: .375rem;
    padding: .25rem;
    font-weight: 500;
    color: rgb(63 63 70);
}