.wrapper {
  display: flex;
  flex-wrap: wrap;

  > * {
    margin: 0 10px 5px 0;

    [dir='rtl'] & {
      margin: 0 0 5px 10px;
    }
  }
}
