.component-button-group.ornl-button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 0;
  width: 100%;
}
.component-button-group.ornl-button-group > .ornl-button {
  margin: 0;
  max-width: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.component-button-group.ornl-button-group--justification--left {
  align-items: flex-start;
  justify-content: flex-start;
}

.component-button-group.ornl-button-group--justification--right {
  align-items: flex-end;
  justify-content: flex-end;
}

.component-button-group.ornl-button-group--justification--center {
  align-items: center;
  justify-content: center;
}

.component-button-group.ornl-button-group--justification--space-between {
  justify-content: space-between;
}

.component-button-group.ornl-button-group--justification--space-around {
  justify-content: space-around;
}

.component-button-group.ornl-button-group--justification--space-evenly {
  justify-content: space-evenly;
}

.component-button-group.ornl-button-group--direction--row {
  flex-direction: row;
}

.component-button-group.ornl-button-group--direction--column {
  flex-direction: column;
}
/*# sourceMappingURL=buttongroup.css.map */
