.flythemes-review-summary {
	padding: 6px;
}

.flythemes-review-summary__header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
	margin-bottom: 16px;
}

.flythemes-review-summary__stars {
	font-size: 18px;
	color: #e17055;
	margin-bottom: 10px;
}

.flythemes-review-summary__stars i{
    width: 28px;
}

.flythemes-review-summary__average {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 5px;
}

.flythemes-review-summary__count {
	color: #666;
	font-size: 14px;
    line-height: 1;
}

.flythemes-review-summary__row {
	display: flex;
	align-items: center;
	gap: 12px;
	text-decoration: none;
	transition: all .2s ease;
	margin-bottom: 10px;
}

.flythemes-review-summary__row:hover {
	opacity: .8;
	text-decoration: underline;
}

.flythemes-review-summary__row:hover .flythemes-review-summary__label {
	color: var(--primary-color);
}

.flythemes-review-summary__label {
	width: 70px;
	font-size: 14px;
}

.flythemes-review-summary__progress {
	flex: 1;
	height: 6px;
	background: #e5e5e5;
	border-radius: 50px;
	overflow: hidden;
}

.flythemes-review-summary__progress-bar {
	height: 100%;
	background: #e17055;
	border-radius: 50px;
}

.flythemes-review-summary__value {
	width: 30px;
	text-align: right;
	font-size: 14px;
}

.flythemes-review-summary__actions {
	margin-top: 24px;
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	gap: 10px;
}

.flythemes-review-summary__actions a{
	text-decoration: underline;
}


/**
** Single review page css
**/

.flythemes-reviews-page-header{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:20px;
	margin-bottom:30px;
}

.flythemes-reviews-page-title{
    font-size: clamp(1rem, 0.6rem + 2vw, 2rem);
    margin-bottom: 24px;
}

.flythemes-back-theme-btn{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	padding:8px 20px;
	text-decoration:none;
	border-radius:6px;
	font-size:14px;
	font-weight:600;
	transition:all .2s ease;
}

@media (max-width:767px){

	.flythemes-reviews-page-header{
		flex-direction:column;
		align-items:flex-start;
	}

	.flythemes-back-theme-btn{
		width:100%;
		justify-content:center;
	}
}

.review-aligner{
	max-width: 900px;
	margin: 0 auto;
}

.flythemes-review-filters{
	display:flex;
	flex-wrap:wrap;
	gap:12px;
	margin:30px 0;
}

.flythemes-review-filters a{
	padding:8px 14px;
	border:1px solid #ddd;
	border-radius:6px;
	text-decoration:none;
	color:#333;
}

.flythemes-review-filters a.active{
	font-weight:600;
}

.flythemes-reviews-summary{
	margin-bottom:40px;
}

.flythemes-reviews-summary-rating{
    display: flex;
    align-items: center;
    gap: 12px;
}

.flythemes-reviews-summary-title{
	font-size:14px;
	font-weight:700;
	margin-bottom:15px;
}

.flythemes-reviews-summary-stars{
	font-size:20px;
	color:#e17055;
	margin-bottom:8px;
}

.flythemes-reviews-summary-stars i{
    width: 34px;
}

.flythemes-reviews-summary-average{
	font-size:14px;
}

.flythemes-reviews-total{
	font-size:14px;
	font-weight:700;
	margin-bottom:20px;
}

.flythemes-rating-row{
	display:flex;
	align-items:center;
	gap:12px;
	text-decoration:none;
	cursor:pointer;
    margin-bottom: 12px;
}

.flythemes-rating-row.active{
	font-weight:700;
    text-decoration:underline;
}

.flythemes-rating-row:hover{
	text-decoration:underline;
}

.flythemes-rating-label{
	width:70px;
	font-size:14px;
}

.flythemes-rating-progress{
	flex:1;
	height:12px;
	background:#ececec;
	border-radius:4px;
	overflow:hidden;
}

.flythemes-rating-progress-bar{
	height:100%;
	background:#e17055;
}

.flythemes-rating-count{
	width:40px;
	text-align:right;
}

.flythemes-review-divider{
	margin:40px 0;
}

.flythemes-review-filter-message{
	padding:15px 20px;
	margin:0 0 30px;
	background:#f6f7f7;
	border-left:4px solid #2271b1;
	font-size:14px;
	line-height:1.6;
}

.flythemes-review-filter-message a{
	font-weight:600;
	text-decoration:none;
}

.flythemes-review-filter-message a:hover{
	text-decoration:underline;
}

/**
** Review Listing
**/
.flythemes-review-card {
	padding: 20px 24px;
	margin-bottom: 20px;
	border: 1px solid #e5e7eb;
	transition: all .2s ease;
	position: relative;
}

.flythemes-review-card-wrap .flythemes-review-card:nth-child(odd) {
	background: #f7f9fc;
	border-left: 4px solid #2271b1;
}

.flythemes-review-card-wrap .flythemes-review-card:nth-child(even) {
	background: #e6e6e6;
	border-left: 4px solid #f59e0b;
}

.flythemes-review-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 24px rgba(0,0,0,.08);
}

.flythemes-review-card__title-wrap{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.flythemes-review-card__stars{
	display:flex;
	align-items:center;
	gap:2px;
	margin-bottom:12px;
	color:#e17055;
	font-size:18px;
	line-height:1;
}

.flythemes-review-card__title{
	margin:0 0 5px;
	font-size:22px;
	font-weight:600;
	line-height:1.2;
}

.flythemes-review-card__meta{
	margin-bottom:10px;
	font-size:15px;
	color: #848a97;
}

.flythemes-review-card__meta a{
	color:inherit;
	text-decoration:none;
}

.flythemes-review-card__content{
	font-size:16px;
	line-height:1.8;
	color:#333;
}

.flythemes-review-card__content p:last-child{
	margin-bottom:0;
}

/**
** Review form
**/

.flythemes-rating-selector{
	display:flex;
	flex-direction:row-reverse;
	justify-content:flex-end;
	gap:5px;
}

.flythemes-rating-selector input{
	display:none;
}

.flythemes-star{
	font-size:32px;
	cursor:pointer;
	color:#dcdcdc;
	transition:all .2s ease;
}

.flythemes-star.is-active{
	color:#e17055;
}

.required{
	color:#dc3232;
	margin-left:2px;
}

.flythemes-review-form{
	background:#ffffff;
	margin-top:30px;
    max-width: 850px;
}

.flythemes-review-form h3{
	margin:0 0 25px;
	font-size:24px;
	font-weight:700;
}

.flythemes-review-form-field,
.flythemes-review-form-field,
.flythemes-review-form-button{
    margin-top: 24px;
}

.flythemes-review-form input[type="text"],
.flythemes-review-form textarea{
	width:100%;
	padding:12px 15px;
	border:1px solid #dcdcde;
	border-radius:6px;
	outline:none;
}

.flythemes-review-form textarea{
    min-height:160px;
}

.flythemes-review-form-field label{
    margin-bottom: 5px;
}

.flythemes-review-form input[type="text"]:focus,
.flythemes-review-form textarea:focus{
	border-color:#2271b1;
}

.flythemes-review-form button[type="submit"]{
	min-width:180px;
	padding:12px 24px;
}

.flythemes-rating-selector{
	display:flex;
	align-items:center;
	gap:4px;
	margin-top:8px;
}

.flythemes-star{
	font-size:32px;
	line-height:1;
	cursor:pointer;
	color:#c7c7c7;
	transition:.2s ease;
}

.flythemes-star.is-active{
	color:#e17055;
}

.flythemes-user-review{
	padding:25px;
	border:1px solid #e5e5e5;
	border-radius:10px;
	background:#fff;
	margin-top:30px;
}

.flythemes-user-review h3{
	margin-bottom:15px;
}

.flythemes-user-review-stars{
	margin-bottom:10px;
	font-size:22px;
	color:#e17055;
}

.review-info{
    margin-bottom: 0;
    color: #6E6E6E;
    font-size: 14px;
    margin-top: 5px;
}

.flythemes-review-login-notice,
.flythemes-reviews-login-message{
	padding:20px;
	background:#f6f7f7;
	border-left:4px solid #2271b1;
	margin-top:30px;
}

.flythemes-no-reviews{
	padding:30px;
	background:#f6f7f7;
	border:1px solid #e5e5e5;
	border-radius:8px;
	text-align:center;
}

@media (max-width: 767px){

	.flythemes-review-card{
		padding:20px 0;
	}

	.flythemes-review-card__title{
		font-size:24px;
	}

	.flythemes-review-card__content{
		font-size:15px;
	}
}


.flythemes-review-message{
	margin-bottom:20px;
	padding:12px 15px;
	border-radius:6px;
	display:none;
}

.flythemes-review-message.is-success,
.flythemes-review-message.is-error{
	display:block;
    margin-top: 12px;
}

.flythemes-review-message.is-success{
	background:#edf7ed;
	color:#2e7d32;
	border:1px solid #c8e6c9;
}

.flythemes-review-message.is-error{
	background:#fdecec;
	color:#d32f2f;
	border:1px solid #f5c2c2;
}

.flythemes-pagination{
	margin-top:40px;
	text-align:center;
}

.flythemes-pagination .page-numbers{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	min-width:40px;
	height:40px;
	margin:0 4px;
	border:1px solid #dcdcdc;
	border-radius:6px;
	text-decoration:none;
	color:#1f3a6d;
	background:#fff;
}

.flythemes-pagination .current{
	background:#1f3a6d;
	color:#fff;
	border-color:#1f3a6d;
}

.flythemes-review-already-submitted{
	padding:20px 24px;
	background:#eef6ff;
	border:1px solid #cfe2ff;
	border-radius:8px;
	margin-top:30px;
}

.flythemes-review-already-submitted p{
	margin:0;
	font-weight:600;
	color:#0c4a6e;
}