/* ============================================================
   Footer Trust Strip — replaces Elementor block in footer-1
   Inline minimal variant · v1.3.4
   ============================================================ */

/* Hide the old Elementor trust/payment block */
.footer-column-1 .elementor-29157 {
	display: none !important;
}

/* Remove default footer sidebar top padding */
.footer-sidebar {
	padding-top: 0 !important;
}

/* Footer category widget titles */
.wd-widget-collapse .widget-title {
	font-size: 12.5px !important;
}

/* Footer store name — !important to beat Woodmart's more-specific copyright rule */
.wd-copyrights .wd-col-start b {
	font-size: 12px !important;
}

/* ── Container ──────────────────────────────────────────────── */
.nly-trust-strip {
	padding: 20px 16px 16px;
}

/* ── 2×2 Grid ──────────────────────────────────────────────── */
.nly-trust-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px 12px;
	margin-bottom: 16px;
}

/* ── Each item — icon + text, no card ─────────────────────── */
.nly-trust-item {
	display: flex;
	align-items: center;
	gap: 10px;
}
.nly-trust-item svg {
	width: 18px;
	height: 18px;
	flex-shrink: 0;
}
.nly-trust-item h4 {
	font-size: 12px;
	color: #ddd;
	font-weight: 600;
	letter-spacing: -0.2px;
	margin: 0;
	padding: 0;
	text-transform: none;
}
.nly-trust-item p {
	font-size: 9.5px;
	color: #888;
	margin: 1px 0 0;
	font-weight: 400;
}

/* ── Payment strip ──────────────────────────────────────────── */
.nly-pay-strip {
	display: flex;
	align-items: center;
	gap: 8px;
	padding-top: 14px;
	border-top: 1px solid #1a1a1a;
}
.nly-pay-label {
	font-size: 8px;
	color: #666;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	white-space: nowrap;
}
.nly-pay-list {
	font-size: 10px;
	color: #777;
	font-weight: 400;
}

/* ── Desktop tweaks ─────────────────────────────────────────── */
@media (min-width: 769px) {
	.nly-trust-grid {
		grid-template-columns: repeat(4, 1fr);
		gap: 20px;
	}
	.nly-trust-item h4 {
		font-size: 13px;
	}
	.nly-pay-strip {
		justify-content: center;
	}
}
