.char-counter {
    display: block;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.45);
    text-align: right;
    margin-top: 0.2rem;
    line-height: 1;
    pointer-events: none;
    user-select: none;
}

.char-counter-limit {
    color: #e50914;
    font-weight: 600;
}

/* In the navbar search bar, hide the counter until the bar is expanded */
[data-navbar-search] .char-counter {
    display: none;
}

[data-navbar-search].search-form-expanded .char-counter {
    display: block;
}
