.default-col-full {
  flex: 1 1 0;
}

.default-col-flex-auto {
  flex: 0 0 auto;
}

.default-col-max-width-unset {
  max-width: unset;
}
