/*WF171091 Megan D: Adding Badge Group CSS from 1.5 Style Guide*/
.badge-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: calc(100% + 8px); }
.badge-group__item {
    position: relative;
    margin: 0 4px 8px 4px; }
.badge-group--tight .badge-group__item:not(:last-child) {
    margin-right: 4px; }
.badge-group--loose .badge-group__item:not(:last-child) {
    margin-right: 15px; }
.badge-group--center {
    justify-content: center; }