/*--------------------------------------------------------------
WooCommerce Comments
--------------------------------------------------------------*/

// Star rating
#woo-comments .star-rating {
  float: right;
  margin: 0;
}

// Nested comments
#woo-comments .depth-2 {
  padding-left: 65px;
}

// Last p bottom margin in comment card
#woo-comments .comment-content p:last-child {
  margin-bottom: 0;
}
