/* TopAZ - Single Review UX */
.review-single-header .single-page-title{
	line-height:1.3;
	margin-bottom:12px;
}
.review-single-header .meta-header{
	display:flex;
	flex-wrap:wrap;
	gap:9px 22px;
}
.review-single-header .meta-header .meta-item{
	margin-right:0;
}
.review-entry{
	font-size:16px;
	line-height:1.75;
}
.review-entry img{
	max-width:100%;
	height:auto;
}
.review-entry h2{
	margin-top:28px;
	line-height:1.35;
}
.review-entry h3{
	margin-top:22px;
	line-height:1.4;
}
.review-entry p{
	margin-bottom:15px;
}
.review-entry ul,
.review-entry ol{
	padding-left:22px;
}
.review-entry blockquote{
	margin:20px 0;
	padding:12px 16px;
	border-left:3px solid #0b9bf8;
	background:#f8fafc;
}

/* Gợi ý Toplist: gọn giống Single Post */
.review-toplist-suggestions{
	margin:20px 0 18px;
	padding:0;
}
.review-toplist-suggestions-title{
	margin:0 0 8px;
	font-size:18px;
	line-height:1.35;
	font-weight:700;
	color:#222;
}
.review-toplist-suggestions ul{
	list-style:none;
	margin:0;
	padding:0;
}
.review-toplist-suggestions li{
	position:relative;
	margin:0;
	padding:5px 0 5px 28px;
	line-height:1.45;
}
.review-toplist-suggestions li::before{
	content:"➜";
	position:absolute;
	left:0;
	top:4px;
	color:#f39a0a;
	font-size:18px;
	font-weight:700;
	line-height:1.35;
}
.review-toplist-suggestions li a{
	color:#2450e6;
	font-size:16px;
	font-weight:500;
	text-decoration:none;
	overflow-wrap:anywhere;
}
.review-toplist-suggestions li a:hover{
	color:#0b9bf8;
	text-decoration:underline;
}

/* Giữ nội dung thoáng nhưng metadata/bottom bar không bị vỡ */
.review-single-header .post-meta-bottom{
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	gap:6px;
}
.review-single-header .post-meta-bottom .verifired{
	margin-left:0!important;
}

@media(max-width:767px){
	.review-single-header .single-page-title{
		font-size:25px;
		line-height:1.3;
	}
	.review-single-header .meta-header{
		gap:8px 16px;
	}
	.review-single-header .meta-header .meta-item{
		flex:0 0 calc(50% - 8px);
	}
	.review-entry{
		font-size:16px;
		line-height:1.7;
	}
	.review-entry h2{
		margin-top:24px;
	}
	.review-toplist-suggestions{
		margin:16px 0 14px;
	}
	.review-toplist-suggestions-title{
		font-size:16px;
		margin-bottom:5px;
	}
	.review-toplist-suggestions li{
		padding:4px 0 4px 24px;
		line-height:1.4;
	}
	.review-toplist-suggestions li::before{
		top:4px;
		font-size:16px;
	}
	.review-toplist-suggestions li a{
		font-size:14px;
	}
}
@media(max-width:420px){
	.review-single-header .single-page-title{
		font-size:23px;
	}
	.review-single-header .meta-header .meta-item{
		flex-basis:100%;
	}
}
