/**
 * ویجت نشان‌های اعتماد — المنتور
 */

.elementor-widget-nextshop_trust_badges {
	width: 100%;
}

.elementor-widget-nextshop_trust_badges .elementor-widget-container {
	width: 100%;
}

.ns-el-trust {
	width: 100%;
}

.ns-el-trust__header {
	margin-bottom: 2rem;
}

.ns-el-trust__title {
	margin: 0 0 0.5rem;
	font-size: 1.5rem;
	font-weight: 800;
	line-height: 1.35;
	letter-spacing: -0.02em;
}

.ns-el-trust__subtitle {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.65;
	max-width: 42rem;
}

.ns-el-trust__header[style*="text-align: center"] .ns-el-trust__subtitle {
	margin-inline: auto;
}

.ns-el-trust__list {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
}

.ns-el-trust__item {
	display: flex;
	margin: 0;
	padding: 1.15rem 0.75rem;
	text-decoration: none;
	color: inherit;
	border: 1px solid #e8ecf1;
	border-radius: 14px;
	box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
	transition:
		border-color 0.25s ease,
		box-shadow 0.25s ease,
		transform 0.25s ease;
	height: 100%;
	box-sizing: border-box;
	min-width: 0;
}

.ns-el-trust__link {
	display: flex;
	flex: 1;
	min-width: 0;
	width: 100%;
	text-decoration: none;
	color: inherit;
	align-items: inherit;
	flex-direction: inherit;
	gap: inherit;
}

.ns-el-trust__item:hover,
.ns-el-trust__item:has(.ns-el-trust__link:hover) {
	transform: translateY(-3px);
	box-shadow: 0 10px 28px rgba(239, 57, 78, 0.14);
	border-color: #ef394e;
}

.ns-el-trust__link:hover {
	text-decoration: none;
	color: inherit;
}

/* چینش آیکون — بالا */
.ns-el-trust--icon-top .ns-el-trust__item,
.ns-el-trust__item--icon-top {
	flex-direction: column;
	align-items: center;
	gap: 0.85rem;
}

.ns-el-trust--icon-top .ns-el-trust__link,
.ns-el-trust__item--icon-top .ns-el-trust__link {
	flex-direction: column;
	align-items: center;
}

.ns-el-trust--icon-top .ns-el-trust__body,
.ns-el-trust__item--icon-top .ns-el-trust__body {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.25rem;
	width: 100%;
}

/* چینش آیکون — کنار متن */
.ns-el-trust--icon-start .ns-el-trust__item,
.ns-el-trust__item--icon-start {
	flex-direction: row;
	align-items: center;
	gap: 1rem;
}

.ns-el-trust--icon-start .ns-el-trust__link,
.ns-el-trust__item--icon-start .ns-el-trust__link {
	flex-direction: row;
	align-items: center;
}

.ns-el-trust--icon-end .ns-el-trust__item,
.ns-el-trust__item--icon-end {
	flex-direction: row-reverse;
	align-items: center;
	gap: 1rem;
}

.ns-el-trust--icon-end .ns-el-trust__link,
.ns-el-trust__item--icon-end .ns-el-trust__link {
	flex-direction: row-reverse;
	align-items: center;
}

.ns-el-trust--icon-start .ns-el-trust__body,
.ns-el-trust--icon-end .ns-el-trust__body,
.ns-el-trust__item--icon-start .ns-el-trust__body,
.ns-el-trust__item--icon-end .ns-el-trust__body {
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
	flex: 1;
	min-width: 0;
}

.ns-el-trust__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	border-radius: 50%;
	line-height: 1;
	transition: transform 0.25s ease, background-color 0.25s ease;
}

.ns-el-trust__icon i,
.ns-el-trust__icon svg {
	display: block;
}

.ns-el-trust__item:hover .ns-el-trust__icon,
.ns-el-trust__item:has(.ns-el-trust__link:hover) .ns-el-trust__icon {
	transform: scale(1.06);
}

.ns-el-trust--icon-shape-circle .ns-el-trust__icon {
	border-radius: 50%;
}

.ns-el-trust--icon-shape-square .ns-el-trust__icon {
	border-radius: 0;
}

.ns-el-trust--icon-shape-rounded .ns-el-trust__icon {
	border-radius: 12px;
}

.ns-el-trust__badge-title {
	display: block;
	font-size: 0.92rem;
	font-weight: 700;
	line-height: 1.4;
}

.ns-el-trust__badge-subtitle {
	display: block;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: 1.45;
	margin-top: 0.15rem;
}

@media (max-width: 1024px) {
	.ns-el-trust__title {
		font-size: 1.35rem;
	}
}

@media (max-width: 767px) {
	.ns-el-trust__title {
		font-size: 1.2rem;
	}

	.ns-el-trust__subtitle {
		font-size: 0.88rem;
	}
}
