/**
 * Display shorten chants and its toggler
 */


.hide-on-shorten {
    display: initial;
}
.wimutti-shorten-chants-is-shorten .hide-on-shorten {
    display: none;
}
.hide-on-lengthen {
    display: none;
}
.wimutti-shorten-chants-is-shorten .hide-on-lengthen {
    display: initial;
}


.wimutti-shorten-chants-toggler-box {
    border: 1px solid var(--wimutti-color-lines, '#ccc');
    color: var(--wimutti-color-chants-translated-text, '#777');
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.77rem;
    margin-bottom: 10px;
    padding: 5px;
}
.wimutti-shorten-chants-toggler-box label {
    cursor: pointer;
    font-weight: inherit;
    line-height: 1.77rem;
    margin: 0;
}
@media (min-width: 768px) {
    .wimutti-shorten-chants-toggler-box {
        background-color: rgba(255, 255, 255, 0.8);
        height: 31px;
        position: absolute;
        right: 0;
        top: -51px;
    }
}