.button-group {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;

  & .btn {
    width: 100%;
  }
}
