/**
 * StoreLab - Vendor Review Highlights & Tabs for WooCommerce
 * 
 * Stylesheet for Product Description Review Badge, Custom Vendor Tabs, and Store Buttons.
 *
 * @package     StoreLab_Vendor_Highlights
 * @version     1.2.1
 * @author      StoreLab
 * @link        https://storelabwp.com
 * @license     GPL-2.0+
 */

/* ==========================================================================
   1. Description Tab - Single Review Highlight Badge
   ========================================================================== */

.wcv-single-review-description-badge {
	margin-top: 40px;
	padding: 18px 22px;
	background-color: #f9f9f9;
	border-left: 4px solid #877ace;
	border-radius: 4px;
	font-size: 0.95em;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.wcv-single-review-description-badge h4 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 1.1em;
	font-weight: 600;
	color: #333333;
}

.sl-badge-stars {
	margin-bottom: 8px;
	line-height: 1;
}

.sl-star-filled {
	color: #ffb900;
	font-size: 1.1em;
}

.sl-star-empty {
	color: #cccccc;
	font-size: 1.1em;
}

.sl-badge-comment {
	font-style: italic;
	color: #444444;
	line-height: 1.5;
	margin-bottom: 0;
}

/* ==========================================================================
   2. Custom Vendor Tab Content & Fallback Messaging
   ========================================================================== */

.sm-vendor-tab-text {
	margin-bottom: 25px;
	line-height: 1.6;
	color: #444444;
}

.sm-vendor-fallback-text {
	font-style: italic;
	color: #777777;
	margin-bottom: 20px;
}

/* ==========================================================================
   3. Store Button & Wrapper
   ========================================================================== */

.wcv-vendor-tab-button-wrapper {
	margin-top: 20px;
	margin-bottom: 10px;
}

.sl-vendor-shop-btn {
	background-color: #9770ab !important;
	color: #ffffff !important;
	padding: 6px 14px;
	border-radius: 4px;
	text-decoration: none !important;
	display: inline-block;
	font-size: 0.85em;
	font-weight: 600;
	text-transform: none;
	transition: opacity 0.3s ease, background-color 0.3s ease;
	border: none !important;
}

.sl-vendor-shop-btn:hover,
.sl-vendor-shop-btn:focus {
	opacity: 0.88;
	background-color: #835c96 !important;
	color: #ffffff !important;
}