/* Elementor Trust Symbols widget. */
.woodmart-modern-2026 .wd-trust-symbols-2026 {
	width: 100%;
}

.woodmart-modern-2026 .wd-trust-symbols-grid {
	--wd-trust-symbols-columns: 3;
	display: grid;
	grid-template-columns: repeat(var(--wd-trust-symbols-columns), minmax(0, 1fr));
	gap: 14px;
	width: 100%;
}

.woodmart-modern-2026 .wd-trust-symbol-item {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	min-height: 110px;
	padding: 16px;
	border: 1px solid var(--wd-2026-border);
	border-radius: 14px;
	background: #fff;
	overflow: hidden;
	transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.woodmart-modern-2026 .wd-trust-symbol-item:hover {
	transform: translateY(-2px);
	box-shadow: var(--wd-2026-shadow-sm);
}

.woodmart-modern-2026 .wd-trust-symbol-link,
.woodmart-modern-2026 .wd-trust-symbol-code,
.woodmart-modern-2026 .wd-trust-symbol-image {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	max-width: 100%;
	gap: 10px;
}

.woodmart-modern-2026 .wd-trust-symbol-link {
	color: inherit;
	text-decoration: none;
}

.woodmart-modern-2026 .wd-trust-symbol-code :where(img, iframe, object, embed),
.woodmart-modern-2026 .wd-trust-symbol-image img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-inline: auto;
}

.woodmart-modern-2026 .wd-trust-symbol-code iframe {
	max-width: 100%;
}

@media (max-width: 767px) {
	.woodmart-modern-2026 .wd-trust-symbols-grid {
		grid-template-columns: repeat(var(--wd-trust-symbols-columns, 2), minmax(0, 1fr));
	}
}

@media (max-width: 480px) {
	.woodmart-modern-2026 .wd-trust-symbols-grid {
		grid-template-columns: 1fr;
	}
}

/* 2026.2: Stronger alignment for the Trust Symbols widget in RTL and LTR pages. */
.woodmart-modern-2026 .wd-trust-symbols-grid {
	direction: inherit;
	align-items: stretch;
	justify-items: center;
}

.woodmart-modern-2026 .wd-trust-symbol-item {
	max-width: 100%;
	box-sizing: border-box;
	direction: inherit;
}

.woodmart-modern-2026 .wd-trust-symbol-link,
.woodmart-modern-2026 .wd-trust-symbol-code,
.woodmart-modern-2026 .wd-trust-symbol-image {
	box-sizing: border-box;
	text-align: center;
}

.woodmart-modern-2026 .wd-trust-symbol-code > :where(a, div, span, iframe, img, object, embed),
.woodmart-modern-2026 .wd-trust-symbol-image > :where(a, div, span, iframe, img, object, embed) {
	max-width: 100%;
}

.woodmart-modern-2026 .wd-trust-symbol-code iframe,
.woodmart-modern-2026 .wd-trust-symbol-code object,
.woodmart-modern-2026 .wd-trust-symbol-code embed {
	width: 100%;
}
