#sofware-review-container .brxe-block{
	width: 100%;
	max-width: 1600px;
}
/* this can be in the way if it is delete this */
#sofware-review-container .brxe-block li{
	list-style: inside;
}

#sofware-review-container #introduction h2 {
	color: #8976FD;
}

#sofware-review-container #software-information  h2 {
	color: #8976FD;
}

#sofware-review-container #software-information  h3 {
	color: #8976FD;
}



.review-navigation-container {
  position: relative; /* Default position before scrolling */
  z-index: 900;
  box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.1);
  width: 100%;
  transition: all 0.3s ease; /* Smooth transition between states */
}

.fixed-nav {
  position: fixed; /* Makes it fixed */
  left: 0;
  width: 100%; /* Ensure it spans the full width */
  z-index: 888;
  box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.1);
  background: #EEEBFF; /* Ensure background remains consistent */
  border-bottom: 1px solid #D0CCCC;
}

#brxe-qwvyxn,
.product-head-container,
.custom-pricing-container {
    overflow: visible !important;
}


.product-head-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 40px 20px;
    gap: 20px;
}
.review-info .review-image {
    max-width: 150px;
	width: 100%;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
}
.review-details .overall-rating {
    font-size: 1.25rem;
    font-weight: bold;
    color: #8976FD;
}
.software-rating-container {
      display: none;
      position: absolute;
      background-color: rgba(0, 0, 0, 0.6);
      color: white;
      padding: 10px;
      border-radius: 5px;
	  z-index: 10001;
	  width: 190px;
    }

    .software-ratings:hover + .software-rating-container {
      display: block;
    }
   .software-ratings {
      position: relative;
      cursor: pointer;
	  font-size: 1.55rem;
} 

.review-header p {
    font-size: 1.5rem;
    color: #555;
    margin-bottom: 20px;
}
p.custom-pricing-options {
    margin: 0 0 5px;
}

.review-details {
    font-size: 1rem;
    color: #444;
}

.review-details .fa-star {
    color: #f39c12;
}

.button {
    padding: 10px 20px;
    text-decoration: none;
    display: inline-block;
    margin: 5px;
}
.review-header{
    flex: 1;
    max-width: 60%; /* Adjust as needed */
	
}

.review-content {
    flex: 1;
    max-width: 40%; /* Adjust as needed */
    display: flex;
    flex-direction: column;
    align-items: center; /* Align items to the right */
    text-align: right; /* Text aligns right as well */
}

.review-header h1 {
    font-size: 4rem;
    color: #333;
    margin-bottom: 10px;
}

.review-actions {
    display: flex;
    gap: 10px;
}
.review-actions .button{
    padding: 10px 20px;
    text-decoration: none;
    color: #fff;
    background-color: #1abc9c; /* Primary button */
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s ease;
	border: 1px solid #8976FD;
}
.review-actions .button:hover {
    background-color: #9C87F5;
	color: #fff; 
	border: 1px solid #8976FD;
	box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.2), inset -2px -2px 5px rgba(255, 255, 255, 0.3);
}
.review-actions a.button {
    background-color: #8976FD;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 16px;
    margin:0 10px 0 0;
    border-radius: 5px;
	border: 1px solid #8976FD;
}
.review-navigation {
    z-index: 100;
    padding: 10px 0;
    text-align: center;
}

.review-navigation a {
    padding: 8px 12px;
    display: inline-block;
    margin-right: 4px;
    cursor: pointer;
    font-size: 16px;
	background: transparent !important;
    border-bottom: 1px solid transparent !important;
	color: black !important;
	transition: color 0.3s, border-bottom 0.3s;
}
.review-navigation a:hover{
	color: #8976FD !important;
	border-bottom: 1px solid #8976FD !important;
}
.review-navigation a.active {
	color: #8976FD;
    border-bottom:1px solid #8976FD;
}
div#Pros_\&_Cons {
    border: solid #1abc9c;
    padding: 1% 2%;
}


/* Support Features */
.support{
	border: 2px solid #1abc9c;
	padding: 15px;
	
}
.support p{
/* 	padding: 0 35px; */
}


/*Pricing Packages*/
.tabcontent {
  display: none !important; /* Hide all tabs by default */
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  width: 100%;
}

.tabcontent[style*="display: block"] {
  display: grid !important;
}


/* Style the buttons inside the tab */
.pricing-container{
    text-align: center;
    
}

.tablinks {
    background-color: transparent;
    cursor: pointer;
    padding: 14px 16px;
    color: #8976FD;
    margin: 0 10PX 15px;
	border-bottom: 1px solid transparent;
}


.review-navigation-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.software-logo-nav{
	display:none;
}
.review-navigation {
    display: flex;
    gap: 15px;
}

.software-logo-nav img {
    max-height: 60px;
    width: 60px;
    margin-left: 30px; /* Add space between tabs and logo */
}


#Custom .package-container,
#One-time\ purchase .package-container {
  grid-column: 1 / -1; /* Make them span full width */
}



.package-container{
	float: none !important;
  	width: auto !important;
  	margin: 0 !important;
	border: 1px solid #D0CCCC;
	position: relative;
	height: auto;
	overflow: hidden;
	max-height: 350px;
	transition: height 0.3s ease-in-out;
	padding-bottom: 40px;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
	border-radius: 7px;
}


.package-container .show-more{
	position: absolute;
	bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
	padding: 8px 0;
	transition: background-color 0.3s ease;
	background: #eeebff;
	color: #8976fd;
}
.package-container .show-more:hover{
	background: #9C87F5;
	color: #eeebff;
}
.package-container .show-more-enabled { 
	max-height: 1000px;
	height: auto;
}
.package-container ul{
	overflow: hidden;
	transition: max-height 0.3s ease-in-out;
	max-height: 310px;
}
.package-container .show-more-enabled ul {
	 overflow: visible;
	max-height: none;
}

.package-container li {
	 padding: 5px 0;
}
.show-less {

}
.package-container.show-more-enabled ul { 
	max-height: 1000px;
    overflow: visible;  
}
.tablinks{
	font-weight: 500;
	font-size: 18px;
}

.tablinks:hover {
    border-bottom: 2px solid #8976FD;

}

.tablinks.active {
     border-bottom: 3px solid #8976FD;
}
.price-package, .price-package h3, .price-package h4 {
    background-color: #eeebff; 
    color: #8976fd; 
    text-align: center;
    margin-bottom: 10px;
}
.price-package h3 {
    padding: 10px
}
.price-package h4 {
    padding-bottom: 15px
}
.show-more-button {
    display: block;  
    margin: 20px auto;  
    padding: 10px 20px;
    color: black;
    border: none;
    cursor: pointer;
	background: white;
	border-bottom: 1px solid transparent;
	font-weight: bold;
}

.show-more-button:hover {
   	color: #8976FD;
	border-bottom: 1px solid #8976FD;
}

/* Content */
.hidden-content {
    transition: max-height 0.5s ease, opacity 0.5s ease;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
}

.show {
    max-height: 100%; /* Adjust as necessary */
    opacity: 1;
}

.button-container {
    text-align: center;
    margin: 0px 0;
}

#toggleContent {
    display: inline-block;
    margin: 20px auto;
    padding: 10px 20px;
    border: none;
    background: none;
    cursor: pointer;
    color: #8976FD; 
    font-size: 20px;
}

/* Optionally, style the arrow using pseudo-elements or directly in the button text. */
#toggleContent:before {
    
    margin-right: 5px;
}

/*
#toggleContent.show-less:before {
    
}
*/





.custom-pricing-options p {
    margin: 0 0 10px; /* Removes default paragraph spacing */
}

.custom-pricing-options .fa {
    margin-right: 5px; /* Space between icon and text */
}

.fa-check {
    color: #4CAF50; /* Color for the check icon */
}

.fa-times {
    color: #FF0000; /* Color for the times icon */
}

.custom-pricing-version{
	margin-left: 10px;
}


/*pros & cons*/

.et_pb_column.et_pb_column_1_2.et_pb_column_21_tb_body.et_pb_css_mix_blend_mode_passthrough {
	width: 50%;
	margin: 0px!important;
}
.et_pb_column.et_pb_column_1_2.et_pb_column_22_tb_body.et_pb_css_mix_blend_mode_passthrough.et-last-child {
	width: 50%;
	margin: 0px!important;
}


/* Alternative SAAS products Carusel */
.products-carousel {
    display: flex;
    overflow-x: auto;
	flex-grow: 1;
}

.product-card {
    flex: 0 0 auto;
    margin: 0 10px;
    padding: 10px 15px;
    border: 1px solid #ccc;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    width: 300px;
    height: auto;
}

.product-header {
    display: flex;
    align-items: center;
	padding: 25px 0px;
}

.product-header {
	font-family: Nunito, sans-serif;
    font-weight: 700;
    font-size: 27px;
    line-height: 1.5em;
    margin: 0;
}

.product-header img {
    width: 80px;
    height: 80px;
    margin-right: 20px;
	object-fit: contain;
}

.product-header h3 {
    font-size: 26px;
}

.product-header h4 {
    font-size: 22px;
}

.buttons-container {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
	margin-bottom:10px;
	Width:  100%;
}
.selectors {
    margin: 10px 0;
	border-top: 1px solid #ccc;
}
.selectors p {
    color: black;
    margin: 5px 0;
    width: 50%;
    float: left;
    font-size: 16px;
}
p.selector-trial {
	float: left;
}
p.selector-trial {
    padding-bottom: 14px!important;
	float: left;
	text-align: right;
}



/* Style Features Section */
div#features {
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    border-radius: 7px;
}

.features-list {
    border-top: 1px solid #ccc;
    padding-top: 10px;
	margin-top: 40px;
	height: 235px;
}
.features-list p{
    margin-bottom: 10px;
	font-size: 16px;
}
.features-list h4{
	padding: 5px 0px;
	font-family: Nunito, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.5em;
	margin-bottom: 15px;
}
.features-tab-container {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 7px 7px 0 0;
}

.tabs {
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    background-color: #eeebff;
	border-radius: 7px 7px 0 0;
}

.tabs button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}


.featurestab1, .featurestab2, .featurestab3 {
    display: none;
	
    padding: 15px 30px;
    float: left;
    width: 100%;
    height: fit-content;
	
}
.featurestab1 {
    display: block;
}

.tablinks-f {
    color:#8976fd;
    margin: 10px;
	position: relative; 
    
}
.tablinks-f:hover {
	border-bottom: 1px solid #8976fd;
	background-color: inherit;
    animation: pulse 2s forwards;
	transform: scale(1.1);
}

/* Create an active/current tablink class */
@keyframes pulse {
    0% {
        transform: scale(1);
    }
    70% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1.1);
    }
}

.tablinks-f.active {
    border-bottom:3px solid #8976fd !important;
	font-weight: 700;
}

.top-features-container, .all-features-container, .popular-features-container {
    width: 100%;
}

.feature-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.feature-text {
    width: 70%;
    text-align: left;
}

.feature-rating {
    width: 30%;
    text-align: right;
    color: #FFD700; /* Yellow color for star */
}






.read-more-button, .visit-website-button {
    display: inline-block;
	font-size: 16px;
    padding: 10px 15px;
    margin: 5px;
    color: white;
	background-color: #8976FD;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    text-align: center;
}

.read-more-button:hover {
    color: white;
	background: #9C87F5;
}

.visit-website-button:hover {
    color: white;
	background: #9C87F5;
}

p.alternative_features {
    width: 75%;
    float: left;
    padding-right: 5%;
}

p.alternative_features_rating {
    width: 20%;
    float: left;
	text-align: right;
}


/* --- Carousel CSS --- */
.products-carousel-container{
	float:left;
	display: flex;
    align-items: center;
    justify-content: center;
	width: 100%;
}
.button-div{
	width:10%;
	height: auto;
	float:left;
}


.implementation-item,
.support-item,
.training-item {
    padding: 8px 15px;
    margin: 5px 0;
    font-size: 16px;
}

.implementation-icon.fa-check,
.support-icon.fa-check,
.training-icon.fa-check {
    color: #2ecc71 !important;
    margin-right: 8px;
}

.implementation-icon.fa-times,
.support-icon.fa-times,
.training-icon.fa-times {
    color: #e74c3c !important;
    margin-right: 8px;
}

.group-text-item {
    font-size: 16px;
    line-height: 1.6;
    padding: 10px;
/*     background: #f8f9fa; */
/*     border-radius: 4px; */
    margin: 8px 0;
}

.pros-list-item {
    color: black;
    padding: 10px;
    background-color: #e8f6ef;
    margin: 8px 0;
    border-radius: 4px;
	
}

.cons-list-item {
    color: black;
    padding: 10px;
    background-color: #f9ebea;
    margin: 8px 0;
    border-radius: 4px;
}

.pros-icon {
	color: #27ae60;
    margin-right: 10px;
}

.cons-icon {
	color: #c0392b;
	margin-right: 10px;
}
#brxe-pfbftl, #brxe-nezhvb {
    display: flex !important;
    flex-direction: column !important;
	width: 100%;
	align-items: normal !important;
    gap: 8px !important; /* Match your desired spacing */
}

/* Force paragraph spacing */
/* .pros-list-item, .cons-list-item {
    margin: 0 !important;
    padding: 10px !important;
} */
#carousel-prev, #carousel-next {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    border-radius: 5%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    cursor: pointer;
	background-color: #fff;
	color: #8976FD;
}

#carousel-prev {
    left: 10px;
	margin-right: 15px;
}

#carousel-next {
    right: 10px;
	margin-left: 15px;
}
#carousel-prev:hover, #carousel-next:hover {
    background-color: #8976FD;
	color: #fff;
}
/* Hide overflow in the carousel */
.products-carousel {
    overflow: hidden;
	float:left;
	width: 80%;
	margin-bottom: 2%;
}


/*FAQ Section*/
.accordion {
  background-color: #8976FD;
  color: #fff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  margin: 0;
  border-radius: 7px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.accordion.active{
	border-radius: 7px 7px 0 0;
}

/* .accordion .active {
  background-color: #1abc9c;
  color: #fff;
  border-radius: 0 0 7px 7px;
} */


/*
.accordion:hover {
    background-color: #fff;
    color: #1abc9c;
    border: 2px solid #1abc9c;
	
}

.accordion:after {
  content: '\002B';
  color: #fff;
  font-weight: bold;
  float: right;
  margin-left: 5px;
	
}


.active:after {
  content: "\2212";
}
*/


.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
/*   border: 2px solid #CCCCCC; */
  margin-bottom: 1%;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 7px 7px;
}

.panel Div{
	padding: 15px;
}


/* Top Features */
.top-features-container {
    width: 100%;
    
}

.feature-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.all-features-container .feature-row{
	float: left;
    width: 33%;}
.feature-text {
    width: 100%;
    text-align: left;
}

.feature-rating {
    width: 30%;
    text-align: right;
    color: #FFD700; /* Yellow color for star */
}


/* Review Rating */

.ratings-container {
    width: 100%;
    
}

.rating-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.ratings-container.rating-label {
	min-width: 130px;
    font-size: 14px;
}

.customer-rating-value {
    font-size: 14px;
    font-weight: bold;
    margin-right: 5px;
    
}

.rating-value {
    width: 40%;
    text-align: right;
    color: #FFD700; /* Yellow color for star */
	font-size: 13px;
}



@media (max-width: 479px){
	.package-container {
        width: 100% !important; /* Full width on mobile */
        height: auto; /* Spacing between items on mobile */
    }
	.product-head-container{
		flex-direction: column;
		align-items: flex-start;
	}
	.review-header {
		max-width: 100%;
	}
	.review-content{
		max-width: 100%;
		flex-direction: row;
	}
	.tabs{
		display: flex;
		justify-content: space-between;
		padding: 10px;
	}
	
	.tabs button {
		font-size: 15px;
		padding: 0;
	}
	.tablinks-f{
		padding: 0;
	}
	.tablinks{
		padding: 14px 0;
		font-weight: 500;
	}

	.tablinks.active {
   		border-bottom: 2px solid #8976FD;
	}
	.pricing-container{
		margin-top: 20px;
	}
	.package-container{
		padding-bottom: 0;
	}
	.price-package, .price-package h3, .price-package h4 {
    margin-bottom: 0;
	}
	.price-package {
		border-bottom: 1px solid;
	}
	
	
	h3{
		font-size: 1.3em !important;
	}
	h4 {
    	font-size: 1em !important;
	}
	.review-header h1 {
		font-size: 30px;
	}
	
	.review-image{
		display: none;
	}
	span.custom-pricing-trial {
		font-size: 16px;
	}
	span.custom-pricing-version {
		font-size: 16px;
	}
	.overall-rating {
		font-size: 16px;
	}
	.review-actions a.button {
		padding: 4px 15px;
	}
	.software-logo-nav{
		display: none;
	}
	
}

/* Responsive Design */
@media (max-width: 768px) {
	  .tabcontent {
    grid-template-columns: 1fr;
  }
    .custom-filter-container {
        flex-direction: column;
    }
	
	.review-image {
		margin: 2.5% 5% 0 0;
	}
	
	/* Top Features */
	.feature-text, .feature-rating {
        width: 100%;
        text-align: left;
		float: left;
    }
	.featurestab1 .feature-text {
        width: 80%;
    }
	.featurestab1 .feature-rating {
        width: 20%;
    }
	
	.featurestab1, .featurestab2, .featurestab3 h3{
		font-size: 20px;
	}
	
	.all-features-container .feature-row{
		width: 100%;
	}
	
    .feature-row {
        flex-direction: column;
		display: block;
    }
	
	
	/* Review Rating */
	.rating-label, .rating-value {
        width: 100%;
        text-align: left;
		float: left;
    }
	
	.rating-label {
        width: 80%;
    }
	.rating-value {
        width: 20%;
    }

    .rating-row {
        flex-direction: column;
		display: block;
    }
	
}

@media (max-width: 1340px) {
    
	
}








.user-review-header{
    display: flex;
    align-items: center;
    padding: 1% 2%;
	background: #F5F4FF;
	border-bottom: 1px solid #dddedf;
	
}
.user-review-header img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 15px;
    object-fit: cover;
}
.reviewer-name {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #333;
}
.reviewer-occupation {
    display: block;
    font-size: 14px;
    color: #777;
}

/* ---- Reviews Summary / Overview ---- */
.custom-review-overview {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px;
  border: 1px solid #e2e2e2;
  background: #fafafa;
  margin-bottom: 20px;
}

.custom-review-overview .overview-item {
  flex: 1 1 200px;
  margin-bottom: 10px;
}

.overview-label {
  font-weight: bold;
  margin-right: 5px;
}

.overview-value {
  font-size: 1.2em;
  margin-right: 5px;
  color: #333;
}

#write-review-btn {
  background-color: #8976FD;
  color: #fff;
  border: none;
  padding: 12px 22px;
  align-self: flex-start;
  cursor: pointer;
  border-radius: 7px;
}
#write-review-btn:hover {
  background-color: #9C87F5;
}

/* ---- Stars (READ-ONLY) ---- */
.star-rating-reviews {
  position: relative;
  display: inline-block;
  font-size: 20px;  /* Adjust as needed */
  line-height: 1;
  color: #ccc;      /* Base color for "empty" stars */
  width: auto;     /* Enough to hold 5 stars, or let it auto-size */
}

/* The "empty" star row (gray) */
.star-rating-empty {
  white-space: nowrap;
  pointer-events: none; 
}

/* The "fill" star row (gold) sits on top, clipped by width percentage */
.star-rating-fill {
  position: absolute;
  top: 0; 
  left: 0;
  white-space: nowrap;
  color: gold;
  overflow: hidden; /* This is where the partial fill happens */
}

.review-top-row{
	display: grid;
    grid-template-columns: 1fr 1fr;

}


/* ---- Form Section (Hidden by Default) ---- */
#custom-review-form-container {
  margin: 20px 0;
  padding: 15px;
  border: 1px solid #ddd;
  background: #f9f9f9;
}

/* The form itself */
.custom-review-form label {
  font-weight: bold;
  display: block;
  margin-bottom: 3px;
}
.custom-review-form input[type="text"],
.custom-review-form input[type="email"],
.custom-review-form textarea {
  width: 100%;
  max-width: 500px;
  padding: 8px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.custom-review-form input[type="submit"] {
  background-color: #0073aa;
  color: #fff;
  padding: 8px 16px;
  border: none;
  cursor: pointer;
}
.custom-review-form input[type="submit"]:hover {
  background-color: #005177;
}

/* ---- Stars in the FORM (Hover + Click) ---- */
.star-rating-input {
  display: inline-block;
}
.star-rating-input .star {
  font-size: 20px;
  color: #ccc;
  margin-right: 3px;
  cursor: pointer;
  transition: color 0.2s;
}
.star-rating-input .star.hover,
.star-rating-input .star.selected {
  color: gold;
}

.review-ratings {
    padding: 1% 2%;
	display: flex;
	flex-wrap: wrap; 
    justify-content: space-between; 
}
.ratings-container {
    flex: 1 1 calc(25% - 10px); 
/*     display: flex; */
    align-items: center;      
}

.single-review {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;

}
.single-review:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.user-review-content {
    padding: 2% 2%;
/* 	border-radius: 7px; */
/* 	background: #F5F4FF; */
	border-top: 1px solid #CCCCCC;
}

@media (max-width: 500px) {
	.review-ratings {
/*     	display: grid;
    	grid-template-columns: 1fr 1fr; */
	}
	
	.ratings-containers{
		border: 1px solid grey;
	}
	
	.single-review {
		border: 1px solid grey;
		
		border-radius: 5px;
		margin: 3% 0;
	}
	
}




.col-center {
  /* container styles, if needed */
  width: 100%;
  max-width: 600px;
  margin: 0 auto; /* example centering */
}

.col-center h3 {
  margin-bottom: 10px;
}

/* Overall summary row (label + numeric + stars) */
.overall-summary {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.overall-label {
  font-weight: bold;
}
.overall-value {
  font-size: 1.2em;
  color: #333;
}

/* The star display (my_custom_review_get_stars) can be styled similarly: */
.overall-stars .star-rating {
  display: inline-block;
  vertical-align: middle;
}

/* “X Reviews” text */
.total-reviews {
  margin-bottom: 12px;
  font-weight: bold;
}

/* Distribution bars container */
.star-bars {
  margin-top: 10px;
}

/* Each row: label, bar container, count */
.bar-row {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
.bar-label {
  width: 60px;            /* or auto */
  font-weight: 500;
}
.bar-bg {
  flex: 1;
  background-color: #eee;
  height: 10px;
  margin: 0 8px;
  position: relative;
  border-radius: 4px;
}
.bar-fill {
  background-color: gold; /* or #ffcc00, etc. */
  height: 100%;
  border-radius: 4px;
  transition: width 0.3s ease;
}
.bar-count {
  width: 20px;
  text-align: right;
}

.rating-values {
	display: flex;
    justify-content: space-between;
    max-width: 80%;
}

/*
.custom-review-filters {
  margin: 20px 0;
  font-weight: bold;
}
.custom-review-filters .filter-group {
  display: inline-block;
  margin-right: 20px;
}
.custom-review-filters .filter-group span {
  margin-right: 5px;
}
.custom-review-filters .filter-btn {
  background: #f1f1f1;
  border: 1px solid #ccc;
  padding: 3px 8px;
  cursor: pointer;
  margin-right: 3px;
}
.custom-review-filters .filter-btn.active,
.custom-review-filters .filter-btn:hover {
  background: #0073aa;
  color: #fff;
}





#custom-review-list {
  margin-top: 20px;
}
.custom-review-item {
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
}
.custom-review-header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.custom-review-header img {
  border-radius: 50%;
  margin-right: 10px;
}
.reviewer-name {
  font-weight: bold;
  font-size: 1.1em;
}

.custom-review-ratings {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 10px;
}
.review-rating .rating-label {
  font-weight: bold;
  margin-right: 5px;
}
.custom-review-content {
  margin-top: 10px;
  line-height: 1.5;
}




#load-more-reviews {
  background-color: #0073aa;
  color: #fff;
  border: none;
  padding: 6px 12px;
  cursor: pointer;
  margin-top: 20px;
}
#load-more-reviews:hover {
  background-color: #005177;
}
 */

.col-filter-write{
	display: flex;	
	justify-content: space-between;
	margin: 10px 0 10px 0;

}

.review-title {
    font-size: 20px;
    margin-bottom: 10px;
    color: #222;
}
.review-text {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
}
.custom-review-filters {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.custom-review-filters span {
    font-weight: bold;
/*     margin-right: 10px; */
}

.custom-review-filters .filter-btn {
    background-color: #f0f0f0;
    border: 1px solid #ddd;
    padding: 8px 12px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
    font-size: 14px;
}

.custom-review-filters .filter-btn:hover {
    background-color: #e0e0e0;
}

.custom-review-filters .filter-btn.active {
    background-color: #8976FD;
    border-color: #8976FD;
    color: #fff;
}
.col-filter-write {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}
@media (max-width: 768px) {
    .col-filter-write {
        flex-direction: column; /* Stack only the main containers */
        align-items: center;
        text-align: center;
    }

    .col-write-review {
        width: 100%; /* Keeps the button centered below */
        display: flex;
        justify-content: flex-end;
    }

    #write-review-btn {
        width: auto; /* Keeps button at its normal width */
    }
}