@use '../../styles/theming';

.children {
  padding: 0;
  margin: 1em;

  & > * + * {
    margin-top: 1em;
  }
}
