.gwvc-wrapper {
	position: relative;
	width: 100%;
}

.gwvc-swiper {
	width: 100%;
	height: 600px;
	overflow: hidden;
}

.gwvc-swiper .swiper-wrapper {
	flex-direction: column;
}

.gwvc-slide {
	height: 100%;
	display: block;
	overflow: visible;
}

.gwvc-slide > * {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

/* ---------- کارت پیش‌فرض ---------- */
.gwvc-card {
	display: flex;
	flex-direction: column;
	width: 100%;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	box-sizing: border-box;
}

.gwvc-card-thumb img {
	width: 100%;
	height: auto;
	display: block;
}

.gwvc-card-content {
	padding-top: 12px;
}

.gwvc-card-meta {
	display: flex;
	gap: 10px;
	font-size: 13px;
	opacity: .7;
	margin-bottom: 6px;
}

.gwvc-card-title {
	margin: 0 0 8px;
	font-size: 18px;
	line-height: 1.4;
}

.gwvc-card-title a {
	color: inherit;
	text-decoration: none;
}

.gwvc-card-excerpt {
	font-size: 14px;
	line-height: 1.7;
	margin-bottom: 12px;
	opacity: .85;
}

.gwvc-card-btn {
	display: inline-block;
	padding: 8px 18px;
	border-radius: 4px;
	background: #1e8e5a;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	width: fit-content;
}

.gwvc-no-results {
	padding: 30px;
	text-align: center;
	width: 100%;
	opacity: .7;
}

/* ---------- ناوبری ---------- */
.gwvc-nav-btn {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(0,0,0,.5);
	color: #fff;
	cursor: pointer;
	z-index: 10;
	transition: background .2s ease;
}

.gwvc-nav-btn:hover {
	background: rgba(0,0,0,.75);
}

.gwvc-nav-prev {
	top: 0;
}

.gwvc-nav-next {
	bottom: 0;
}

.gwvc-nav-btn.swiper-button-disabled {
	opacity: .35;
	cursor: not-allowed;
}

/* ---------- پیجینیشن عمودی ---------- */
.gwvc-swiper .swiper-pagination-vertical.swiper-pagination-bullets {
	right: 6px;
	left: auto;
}

.gwvc-swiper .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	opacity: .5;
	background: #333;
}

.gwvc-swiper .swiper-pagination-bullet-active {
	opacity: 1;
	background: #1e8e5a;
}

@media (max-width: 767px) {
	.gwvc-swiper {
		height: 420px;
	}
}
