/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 
 
 .rate-us-form {
    margin: 30px 0;
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 8px;
    background: #fafafa;
}

.rate-us-stars {
    direction: rtl;
    display: inline-flex;
    margin-bottom: 10px;
}

.rate-us-stars input {
    display: none;
}

.rate-us-stars label {
    font-size: 2rem;
    color: #ccc;
    cursor: pointer;
    transition: color 0.2s;
}


.rate-us-form textarea {
    width: 100%;
    min-height: 80px;
    margin-bottom: 10px;
    padding: 10px;
}

.rate-us-form button {
    background: #0071a1;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

.main_review input {
    width: 100%;
}
.main_review {

    margin: 0 auto;
}
.single-review .review-avatar {
    width: 32px;
}
.rate-us-stars label{
	margin-bottom:0px !important;
}

.review-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
	margin-bottom: 1rem;
}

.rate-us-reviews { margin-top:20px; }
.single-review { border-bottom:1px solid #ddd; padding:10px 0; }
.review-header {
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
}
.review-date { font-size:12px; color:#666; margin-left:10px; }
.review-rating .star { color:#ccc; font-size:16px; }
.review-rating .star.filled { color:#f5b50a; }
.rate-us-pagination a { margin:0 3px; padding:3px 6px; border:0px solid #ccc; text-decoration:none; }
.rate-us-pagination a.active { color: #000; padding-top: 5px; }
 
.average-rating-main {
    display: flex;
    align-items: center;
}
.rating-breakdown-customers {
    width: 100%;
}
.review-summary-box {border:1px solid #ddd; padding:20px; margin-bottom:20px;}
    .average-rating {font-size:18px; font-weight:bold; margin-bottom:5px;}
    .rating-breakdown {margin-top:15px; width:100%;}
    .rating-row {display:flex; align-items:center; margin:4px 0;}
    .star-label {width:40px;}
    .bar {flex:1; height:10px; background:#eee; margin:0 10px; border-radius:5px; overflow:hidden;}

    .count {width:30px; text-align:right;}

span.star.unfilled-stars { color: #ccc; }	


span.verified-badge {
    font-size: 0.7rem;
    color: white;
    padding: 0px 5px;
}

.rate-us-pagination {
    padding: 1rem 0rem;
    text-align: center;
}



@media only screen and (max-width: 600px) {
.average-rating-main{ 
	display:inline-block;
	width: 100%;
}
.main_review{
	width:100% !important;
	
}
}