.ccg-fancy-group {
    margin-bottom: 1rem;
}

.ccg-fancy-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: end;
    margin-left: 1.25rem;
}

.ccg-fancy-item--name {
    flex: 2 0 50%;
    border-bottom: 1px grey dotted;
}

.ccg-fancy-item--cost {
    flex: 1 0 25%;
}