/* =========================
   TRUST SIDEBAR
========================= */

.tubuy-product-trust {
	position: sticky;
	top: 95px;
}

.tubuy-trust-card {
	border: 1px solid #edf1f7;
	border-radius: var(--tubuy-border-radius);
	background: #ffffff;
	padding: 22px;
}

.tubuy-trust-title {
	font-size: 20px;
	font-weight: 800;
	color: #07121d;
	margin-bottom: 6px;
}

.tubuy-trust-rating {
	font-size: 14px;
	color: #16a34a;
	font-weight: 700;
	margin-bottom: 18px;
}

.tubuy-trust-divider {
	height: 1px;
	background: #edf1f7;
	margin-bottom: 18px;
}

.tubuy-trust-item {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	padding: 14px 0;
	border-bottom: 1px solid #f1f5f9;
}

.tubuy-trust-item:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.tubuy-trust-icon {
	width: 42px;
	height: 42px;
	border-radius: var(--tubuy-border-radius);
	background: #f8fafc;
	border: 1px solid #edf1f7;
	flex-shrink: 0;
}

.tubuy-trust-content h4 {
	font-size: 14px;
	font-weight: 700;
	color: #07121d;
	margin-bottom: 4px;
}

.tubuy-trust-content p {
	font-size: 13px;
	line-height: 1.7;
	color: #64748b;
}