.zc-count {
    font-weight: 700;
    color: #4b5563;
    margin-bottom: 16px;
}

.zc-loading {
    font-weight: 800;
    color: #4b5563;
    margin: 10px 0 18px;
}

.zc-resultados {
    transition: opacity .2s ease;
}

.zc-resultados.zc-carregando {
    opacity: .45;
}