.reviews-header{
    display:flex!important;
}

#sort-form{
    margin-left:auto!important;
}
.reviews-title{
    font-size:24px!important;
    font-weight:700!important;
}
.review-count{
    font-size:16px!important;
    color:#2A2A2A99!important;
}
.review-sorting{
    background-color: #F0F0F0!important;
    border: none !important;
    height: 48px!important;
    max-height: 48px!important;
    color: #2A2A2A !important;
    border-radius: 50px !important;
}
#toggle-review-form{
    margin-left: 10px;
    background-color: #9D6F3B;
    color: white;
    border-radius: 50px;
    max-height: 48px;
    border: none;
}
.reviews-grid {
  display: flex;
  flex-wrap:wrap;
  justify-content:space-between;
  gap: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.review-card {
  background: transparent;
    padding: 15px;
    border-radius: 20px;
    width: 48%;
    border: 1px solid #2A2A2A1A;
}

.review-meta {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.review-username{
    font-size: 20px;
    color: #2A2A2A;
    margin-bottom: 0px !important;
    margin-top: 10px !important;
    
}
.review-content {
  margin: 10px 0!important;
  color:#2A2A2A99!important;
  
}
.star-rating{
	font-family: WooCommerce!important;
}
.star-rating span{
	font-family: WooCommerce!important;
	color:#FFC633!important;
}
#load-more-reviews{
    margin: auto;
    display: block;
    border-radius: 62px;
    border: 1px solid #2A2A2A1A;
    color: #2A2A2A;
    font-size: 16px;
    width: 230px;
    height: 52px;
    background-color:transparent!important;
}
#reply-title{
    display:none!important;
}
.logged-in-as{
    display:none!important;
}
.stars,.comment-form-comment{
    margin-bottom:10px!important;
}
.submit{
    background-color: #9D6F3B !important;
    border-radius: 50px!important;
    height: 50px!important;
    width: 200px!important;
    color: white!important;
    display:block!important;
    margin:auto!important;
}