.root {
  & p:first-child {
    margin-top: 0;
  }

  & p:last-child {
    margin-bottom: 0;
  }
}

.button:not(:last-of-type) {
  margin-right: 10px !important;
}
