.brtpmj_businessheader{
display: flex;
align-items: center;
gap: 10px;
margin-bottom: 15px;
}
.brtpmj_businessheader img{
width: 150px;
}
.brtpmj_businessheader h2 {
margin: 0 !important;
padding: 0 !important;
}
.brtpmj_business_ratings{
display: flex;
gap: 5px;
position: relative;
}
.brtpmj_business_ratings span{
font-weight: bold;
}
.brtpmj_br_score_img img{
width: 150px;
vertical-align: bottom;
}
.brtpmj_business_ratings, .brtpmj_sr_rating {
padding-bottom: 15px !important;
display: flex;
align-items: center;
}
.brtpmj_business_ratings a {
display: block;
text-decoration: none;
margin-left: auto;
border-radius: 100px;
padding: 10px;
display: flex;
align-items: center;
background: #009262;
gap: 5px;
color: #fff;
}
.brtpmj_business_ratings a img {
width: 15px;
height: 15px;
vertical-align: inherit;
filter: invert(100%);
} .brtpmj_single_rvw {
border: 1px solid #e5e5dd;
margin-bottom: 15px;
padding: 15px;
border-radius: 8px;
break-inside: avoid;
}
.brtpmj_sr_author_overview{
display: flex;
border-bottom: 1px solid #e5e5dd;
margin-bottom: 15px;
padding-bottom: 10px;
}
.brtpmj_sr_ab_img {
width: 50px;
height: 50px;
background: #d1f9ea;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
}
.brtpmj_sr_ab_img span{
font-weight: bold;
}
.brtpmj_sr_ab_img img{
border-radius: 50%;
}
.brtpmj_sr_ab_name_date {
display: flex;
flex-direction: column;
margin-left: 15px;
width: calc(100% - 65px);
}
.brtpmj_sr_ab_name {
font-weight: bold;
display: flex;
align-items: center;
gap: 15px;
}
.brtpmj_sr_title h4 {
margin: 10px 0;
font-weight: bold;
}
.brtpmj_sr_text p {
margin: 0;
padding: 0;
}
.brtpmj-hidden {
display: none;
}
.brtpmj-loading-wrapper{
display: flex;
gap: 8px;
justify-content: center;
}
.brtpmj-loading-wrapper img{
height: 24px;
width: 24px;
}
#brtpmj_load_more_rvw {
cursor: pointer;
} @media only screen and (max-device-width: 767px) { 
.brtpmj_businessheader{
justify-content: center;
}
.brtpmj_business_ratings {
width: 100%;
display: grid;
justify-content: center;
align-items: center;
}
.brtpmj_business_ratings span {
margin: 0 5px;
}
.brtpmj_business_ratings a {
width: 175px;
margin: 15px 0 10px;
grid-column: 1 / span 2;
place-self: center;
}
.brtpmj_business_ratings a img {
width: 20px;
height: 20px;
filter: invert(1);
vertical-align: text-top;
}
.brtpmj_single_rvw h4 {
margin: 10px 0;
font-weight: bolder;
}
}.brtpmj_reviews_container.bbr-pro-container {
position: relative;
}
.brtpmj-carousel-container {
width: 100%;
overflow: hidden;
}
.brtpmj-carousel {
display: flex;
transition: transform 0.5s ease-in-out;
gap: 0.37%;
}
.brtpmj-carousel-item{ flex: 0 0 auto; 
box-sizing: border-box;
}
.brtpmj-carousel-item.active {
display: block;
}
.brtpmj_all_reviews.brtpmj-carousel div.brtpmj_single_rvw.brtpmj-carousel-item:first-child{
margin-left: 0.16666%;
}
.brtpmj_single_rvw {
height: max-content;
}
.brtpmj-slider-btn {
position: absolute;
top: 50%;
transform: translateY(-50%);
background-color: rgba(4, 218, 141, 0.5);
color: white;
border: none;
cursor: pointer;
padding: 5px;
font-size: 22px;
z-index: 9999;
width: 40px;
height: 40px;
line-height: 28px;
}
.brtpmj-slider-prev {
left: -20px;
border-radius: 50px;
}
.brtpmj-slider-next {
right: -20px;
border-radius: 50px;
}
.brtpmj_sr_title h4 {
margin: 10px 0;
font-weight: bold;
}
.brtpmj_sr_text p {
margin: 0;
padding: 0;
} @media only screen and (max-device-width: 767px) { 
.brtpmj-carousel-item {
min-width: 100%;
}
.brtpmj_all_reviews.brtpmj-carousel div.brtpmj_single_rvw.brtpmj-carousel-item:first-child{
margin-left: 0;
}
}