// ============================================================================
// :: Sort button
// ============================================================================
/**
 *
 */

// ============================================================================
// :: Root
// ============================================================================
.s-sort-button {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;

  .a-sort-button {
    margin-bottom: 2rem;

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