.menu-top.toplevel_page_product-layouts .wp-menu-image img {
  padding-top: 4px !important;
}
/* Review Notice */
.wpte-notice-review.notice {
	background: #fff;
	border: 1px solid #e2e5f0;
	border-left: 4px solid #5156FC !important;
	border-radius: 10px;
	box-shadow: 0 4px 20px rgba(81, 86, 252, 0.08);
	margin: 30px;
	overflow: hidden;
}

#wpte-get-review {
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 20px 48px 20px 20px;
	position: relative;
}

#wpte-get-review::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 180px;
	height: 100%;
	background: linear-gradient(135deg, transparent 40%, rgba(250, 154, 18, 0.05) 100%);
	pointer-events: none;
}

.wpte-review-badge {
	flex-shrink: 0;
	width: 58px;
	height: 58px;
	background: linear-gradient(135deg, #5156FC 0%, #FA9A12 100%);
	border-radius: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 26px;
	box-shadow: 0 4px 14px rgba(81, 86, 252, 0.30);
}

.wpte-review-body {
	flex: 1;
	min-width: 0;
}

.wpte-review-stars {
	color: #FA9A12;
	font-size: 16px;
	letter-spacing: 1px;
	margin-bottom: 5px;
}

.wpte-review-body h3 {
	font-size: 15px;
	font-weight: 700;
	color: #111827;
	margin: 0 0 4px 0 !important;
	line-height: 1.3;
}

.wpte-review-body p {
	font-size: 13px;
	color: #6b7280;
	margin: 0 0 14px 0 !important;
	line-height: 1.55;
}

.wpte-review-actions {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
}

#wpte-get-review .wpte-btn-deserve {
	background: linear-gradient(135deg, #5156FC 0%, #7a7ef9 100%);
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
	border: none;
	border-radius: 7px;
	padding: 9px 20px;
	box-shadow: 0 2px 10px rgba(81, 86, 252, 0.35);
	transition: box-shadow 0.2s ease, transform 0.2s ease;
	line-height: 1;
}

#wpte-get-review .wpte-btn-deserve:hover {
	box-shadow: 0 4px 16px rgba(81, 86, 252, 0.48);
	transform: translateY(-1px);
}

#wpte-get-review .wpte-btn-given {
	background: #fff;
	color: #5156FC;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
	border: 1.5px solid #5156FC;
	border-radius: 7px;
	padding: 9px 20px;
	transition: background 0.15s ease, color 0.15s ease;
	line-height: 1;
}

#wpte-get-review .wpte-btn-given:hover {
	background: #5156FC;
	color: #fff;
}

#wpte-get-review .wpte-btn-never {
	background: transparent;
	color: #9ca3af;
	font-size: 12px;
	font-weight: 500;
	cursor: pointer;
	border: none;
	padding: 9px 10px;
	text-decoration: underline;
	text-underline-offset: 2px;
	transition: color 0.15s ease;
	line-height: 1;
}

#wpte-get-review .wpte-btn-never:hover {
	color: #FA9A12;
}


