.wpcew-wrapper {
    width: 100%;
}

.wpcew-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.wpcew-list-item {
    margin: 0;
    padding: 0;
}

.wpcew-list-item a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    text-decoration: none;
    transition: all .2s ease;
}

.wpcew-label {
    display: inline-block;
}

.wpcew-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    margin-inline-start: 12px;
}

.wpcew-empty {
    width: 100%;
}
