.wcba-showcase {
	direction: rtl;
	margin: 48px 0 24px;
	padding: 32px 24px;
	background: linear-gradient(180deg, #faf7ff 0%, #ffffff 100%);
	border: 1px solid #ece5fb;
	border-radius: 18px;
}

.wcba-showcase-header {
	text-align: center;
	max-width: 720px;
	margin: 0 auto 28px;
}

.wcba-badge {
	display: inline-block;
	background: linear-gradient(90deg, #7f56d9, #9e77ed);
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	padding: 5px 14px;
	border-radius: 999px;
	margin-bottom: 12px;
}

.wcba-showcase-title {
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 10px;
	color: #21134f;
}

.wcba-showcase-intro {
	color: #59517a;
	font-size: 15px;
	line-height: 1.9;
}

.wcba-showcase-intro p {
	margin: 0 0 8px;
}

.wcba-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
	gap: 20px;
}

.wcba-card {
	background: #fff;
	border: 1px solid #eee6ff;
	border-radius: 14px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	transition: transform .2s ease, box-shadow .2s ease;
}

.wcba-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 14px 28px rgba(127, 86, 217, .14);
	border-color: #d9c9fb;
}

.wcba-card-image-wrap {
	display: block;
	overflow: hidden;
	aspect-ratio: 1 / 1;
	background: #f6f3fd;
}

.wcba-card-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .35s ease;
}

.wcba-card:hover .wcba-card-image {
	transform: scale(1.06);
}

.wcba-card-body {
	padding: 14px 16px 16px;
	display: flex;
	flex-direction: column;
	flex: 1;
}

.wcba-card-title {
	font-size: 15px;
	margin: 0 0 6px;
	line-height: 1.5;
}

.wcba-card-title a {
	color: #21134f;
	text-decoration: none;
}

.wcba-card-title a:hover {
	color: #7f56d9;
}

.wcba-card-desc {
	font-size: 13px;
	color: #7a7290;
	line-height: 1.7;
	margin: 0 0 12px;
	flex: 1;
}

.wcba-card-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px dashed #ece5fb;
	padding-top: 10px;
	margin-top: auto;
	gap: 8px;
}

.wcba-card-price {
	font-weight: 700;
	color: #21134f;
	font-size: 13px;
}

.wcba-card-price del {
	opacity: .55;
	font-weight: 400;
}

.wcba-card-link {
	font-size: 12px;
	color: #7f56d9;
	text-decoration: none;
	white-space: nowrap;
}

.wcba-card-link:hover {
	text-decoration: underline;
}

/* بج روی صفحه فروشگاه / آرشیو */
.wcba-loop-badge {
	display: inline-block;
	margin: 6px 0 0;
	font-size: 11px;
	background: #f3ecff;
	color: #7f56d9;
	padding: 3px 10px;
	border-radius: 999px;
	font-weight: 600;
}

/* پیام قفل محتوا (شورت‌کد wcba_protected) */
.wcba-locked-notice {
	direction: rtl;
	background: #f9f7ff;
	border: 1px dashed #d9c9fb;
	border-radius: 12px;
	padding: 20px;
	text-align: center;
	color: #59517a;
}

.wcba-locked-btn {
	display: inline-block;
	margin-top: 10px;
}

/* تب «دسترسی‌های من» در حساب کاربری */
.wcba-account-grid {
	direction: rtl;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
	gap: 14px;
}

.wcba-account-item {
	display: flex;
	gap: 12px;
	align-items: center;
	border: 1px solid #eee6ff;
	border-radius: 12px;
	padding: 10px;
	background: #fff;
}

.wcba-account-item img {
	width: 56px;
	height: 56px;
	object-fit: cover;
	border-radius: 8px;
	flex-shrink: 0;
}

.wcba-account-item-info {
	display: flex;
	flex-direction: column;
	gap: 4px;
	font-size: 13px;
}

.wcba-account-item-date,
.wcba-account-item-note {
	font-size: 11px;
	color: #8a8299;
}

@media (max-width: 480px) {
	.wcba-showcase {
		padding: 22px 14px;
	}
	.wcba-showcase-title {
		font-size: 19px;
	}
}
