/* Variant 2 Review Card Structure & Visuals */
.wrfp-variant-2 .wrfp-review-card {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	min-height: 200px;
	position: relative;

	padding: 24px;
	border-radius: 8px;
	background: #ffffff;
	box-shadow: none;
	border: 1px solid #e2e8f0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.wrfp-variant-2 .wrfp-review-card:hover {
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
	border-color: #cbd5e1;
}

.wrfp-variant-2 .wrfp-review-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 8px;
}

.wrfp-variant-2 .wrfp-author-info {
	display: flex;
	align-items: flex-start;
	gap: 16px;
}

.wrfp-variant-2 .wrfp-author-avatar,
.wrfp-variant-2 .wrfp-author-avatar-placeholder {
	border-radius: 50%;
	object-fit: cover;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	text-transform: uppercase;

	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	color: #fff;
	width: 36px;
	height: 36px;
	font-size: 16px;
	box-shadow: none;
}

.wrfp-variant-2 .wrfp-author-details {
	display: flex;
	flex-direction: column;
}

.wrfp-variant-2 .wrfp-author {
	font-weight: 600;
	font-size: 15px;
	color: #111827;
	margin-bottom: 2px;
	letter-spacing: 0;
}

.wrfp-variant-2 .wrfp-date {
	margin-bottom: 0;
	font-size: 13px;
	color: #6b7280;
	font-weight: 400;
}

.wrfp-variant-2 .wrfp-source {
	display: flex;
	align-items: center;
	justify-content: center;
	background: none;
	box-shadow: none;
	border: none;
	padding: 0;
}

.wrfp-variant-2 .wrfp-source img {
	width: 20px;
	height: 20px;
}

.wrfp-variant-2 .wrfp-rating-row {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 16px;
}

.wrfp-variant-2 .wrfp-stars {
	margin-bottom: 0;
	font-size: 18px;
	letter-spacing: 1px;
	color: #facc15;
	text-shadow: none;
}

.wrfp-variant-2 .wrfp-verified-icon {
	position: relative;
	display: flex;
	align-items: center;
	cursor: help;
}

.wrfp-variant-2 .wrfp-verified-icon img {
	width: 16px;
	height: 16px;
}

.wrfp-variant-2 .wrfp-verified-tooltip {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 100%;
	transform: translateY(-50%) translateX(8px);
	background: #4a4a4a;
	color: #fff;
	padding: 8px 12px;
	border-radius: 4px;
	font-size: 12px;
	line-height: 1.4;
	white-space: normal;
	max-width: 160px;
	width: max-content;
	z-index: 10;
	transition: opacity 0.2s, transform 0.2s;
	font-weight: 500;
	pointer-events: none;
}

.wrfp-variant-2 .wrfp-verified-tooltip::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 100%;
	transform: translateY(-50%);
	border-width: 5px;
	border-style: solid;
	border-color: transparent #4a4a4a transparent transparent;
}

.wrfp-variant-2 .wrfp-verified-icon:hover .wrfp-verified-tooltip {
	visibility: visible;
	opacity: 1;
	transform: translateY(-50%) translateX(12px);
}

.wrfp-variant-2 .wrfp-content {
	flex-grow: 1;
	font-style: normal;
	font-size: 15px;
	line-height: 1.5;
	color: #374151;
}

.wrfp-variant-2 .wrfp-content p {
	margin-bottom: 0;
}

.wrfp-variant-2 .wrfp-content-wrapper {
	position: relative;
}

.wrfp-variant-2 .wrfp-read-more-btn {
	display: inline-block;
	background: none;
	border: none;
	padding: 0;
	color: #9ca3af;
	font-size: 13px;
	cursor: pointer;
	text-decoration: none;
	margin-top: 8px;
	font-weight: 400;
}

.wrfp-variant-2 .wrfp-read-more-btn:hover {
	color: #4b5563;
}

/* Slider Arrows Variant 2 */
.wrfp-slider-wrapper.wrfp-variant-2 .swiper-button-next,
.wrfp-slider-wrapper.wrfp-variant-2 .swiper-button-prev {
	background-color: #ffffff;
	border: 1px solid #e2e8f0;
	box-shadow: none;
	color: #6b7280;
	width: 36px;
	height: 36px;
	margin-top: -20px;
	border-radius: 50%;
	transition: all 0.2s ease;
}

.wrfp-slider-wrapper.wrfp-variant-2 .swiper-button-next:hover,
.wrfp-slider-wrapper.wrfp-variant-2 .swiper-button-prev:hover {
	background-color: #f9fafb;
	color: #374151;
	transform: none;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.wrfp-slider-wrapper.wrfp-variant-2 .swiper-button-next:after,
.wrfp-slider-wrapper.wrfp-variant-2 .swiper-button-prev:after {
	font-size: 14px;
	font-weight: bold;
}

.wrfp-slider-wrapper.wrfp-variant-2 .swiper-button-prev {
	left: -20px;
}

.wrfp-slider-wrapper.wrfp-variant-2 .swiper-button-next {
	right: -20px;
}

/* Custom pagination variant 2 */
.wrfp-slider-wrapper.wrfp-variant-2 .swiper-pagination-bullet {
	background: #cbd5e0;
	opacity: 1;
	width: 10px;
	height: 10px;
	transition: all 0.3s ease;
}

.wrfp-slider-wrapper.wrfp-variant-2 .swiper-pagination-bullet-active {
	background: #2b6cb0;
	width: 24px;
	border-radius: 5px;
}