.saokpop-product-review-body {
	min-height: 100vh;
}

.saokpop-review-header .header-section {
	min-height: 72px;
}

.saokpop-review-breadcrumb .animation-emoji .circles span {
	background: rgba(255, 255, 255, 0.7);
	border-radius: 50%;
	display: block;
	height: 18px;
	width: 18px;
}

.saokpop-product-review-section .contact-detail .detail-box {
	min-height: 142px;
}

.saokpop-product-review-section .contact-detail .detail-box p {
	line-height: 1.55;
}

.saokpop-review-card .title {
	margin-bottom: 18px;
}

.saokpop-review-card .title h2 {
	max-width: 100%;
}

.saokpop-review-tabs {
	margin-bottom: 24px;
}

.saokpop-review-tabs .nav-tabs {
	border: 0;
}

.saokpop-review-tabs .nav-item a {
	text-decoration: none;
}

.saokpop-review-tab-content .tab-pane {
	padding: 0;
}

.saokpop-review-form .form-control {
	color: #222;
}

.saokpop-review-rating {
	border: 0;
	margin: 0 0 16px;
	padding: 0;
}

.saokpop-review-rating legend {
	color: #222;
	display: block;
	flex-basis: 100%;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 8px;
	text-transform: capitalize;
}

.saokpop-rating-picker {
	display: flex;
	gap: 7px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.saokpop-rating-picker li {
	align-items: center;
	display: flex;
	height: 40px;
	line-height: 1;
}

.saokpop-rating-picker label {
	cursor: pointer;
	display: block;
	margin: 0;
}

.saokpop-rating-picker input {
	height: 1px;
	opacity: 0;
	position: absolute;
	width: 1px;
}

.saokpop-rating-picker i {
	color: #ffb400;
	font-size: 16px;
	line-height: 1;
	text-shadow: none;
	transition: color 120ms ease, transform 120ms ease;
}

.saokpop-rating-picker label:hover i,
.saokpop-rating-picker input:focus + i {
	transform: translateY(-1px);
}

.saokpop-screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.saokpop-review-consent {
	color: #555;
	font-size: 14px;
}

.saokpop-review-consent {
	align-items: flex-start;
	line-height: 1.5;
	margin: 2px 0 18px;
}

.saokpop-google-review {
	border-top: 1px solid #eeeeee;
	margin-top: 28px;
	padding-top: 24px;
}

.saokpop-google-review h2 {
	font-size: 22px;
	margin-bottom: 10px;
	text-transform: capitalize;
}

.saokpop-review-muted {
	color: #777;
	line-height: 1.6;
}

.saokpop-review-notice {
	border-radius: 6px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 18px;
	padding: 12px 14px;
}

.saokpop-review-notice p,
.saokpop-review-notice strong,
.saokpop-review-notice a {
	font-family: inherit;
}

.saokpop-review-notice p {
	color: inherit;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
}

.saokpop-review-notice p + p {
	margin-top: 8px;
}

.saokpop-review-notice strong {
	font-weight: 600;
}

.saokpop-review-notice.success {
	background: #edf7ed;
	color: #1f6b2a;
}

.saokpop-review-notice.error {
	background: #fff0ed;
	color: #a33a2a;
}

.saokpop-hp {
	height: 1px;
	left: -9999px;
	overflow: hidden;
	position: absolute;
	width: 1px;
}

.saokpop-review-images {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 14px;
}

.saokpop-review-image {
	border-radius: 6px;
	height: 84px;
	object-fit: cover;
	width: 84px;
}

.saokpop-review-video {
	background: #111;
	display: block;
}

.saokpop-review-footer {
	background: #f8f8f8;
}
