@use '@carbon/layout';

.statusContainer {
  display: flex;
  align-items: center;

  svg {
    margin-right: layout.$spacing-03;
  }
}
