/* Nexus — social, share, star ratings, payment icons */
.nexus-social-icons ul,
.nexus-share-buttons ul,
.nexus-payment-icons ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	align-items: center;
}

.nexus-social-icon,
.nexus-share-buttons a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.35rem;
	min-width: 2.25rem;
	min-height: 2.25rem;
	padding: 0.35rem 0.55rem;
	border-radius: 6px;
	border: 1px solid var(--nexus-border, #e2e8f0);
	background: var(--nexus-surface, #fff);
	color: var(--nexus-link, #0f766e);
	text-decoration: none;
	transition: background 0.15s, color 0.15s, border-color 0.15s;
}

.nexus-social-icon:hover,
.nexus-share-buttons a:hover {
	background: var(--nexus-primary, #0f766e);
	color: #fff;
	border-color: var(--nexus-primary, #0f766e);
}

.nexus-social-icon svg,
.nexus-share-buttons svg,
.nexus-payment-icon svg {
	width: 1.15rem;
	height: 1.15rem;
	display: block;
	flex: 0 0 auto;
}

.nexus-payment-icon svg {
	width: 2.35rem;
	height: auto;
	max-height: 1.5rem;
	display: block;
}

.nexus-share-btn__label {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.nexus-star-rating {
	display: inline-flex;
	align-items: center;
	gap: 0.12rem;
	color: #f59e0b;
	vertical-align: middle;
}

.nexus-star-rating .nexus-star--empty {
	color: var(--nexus-border, #cbd5e1);
	opacity: 0.85;
}

.nexus-testimonial-rating {
	margin: 0 0 0.65rem;
}

.nexus-trust-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	margin-bottom: 0.65rem;
	border-radius: 999px;
	background: color-mix(in srgb, var(--nexus-primary, #0f766e) 12%, transparent);
	color: var(--nexus-primary, #0f766e);
}

.nexus-trust-icon svg {
	width: 1.35rem;
	height: 1.35rem;
}

.nexus-product-trust-badge,
.nexus-product-trust-badges span {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
}

.nexus-product-trust-badge svg {
	width: 1rem;
	height: 1rem;
	flex: 0 0 auto;
}

.nexus-payment-icons {
	margin: 0.75rem 0 0;
}

.nexus-payment-icons--footer {
	justify-content: center;
	margin: 1rem 0 0.5rem;
}

.footer-social + .footer-payment-icons,
.footer-payment-icons + .site-info {
	margin-top: 0.75rem;
}

.nexus-wc-product-share {
	margin-top: 0.75rem;
}

.nexus-payment-brands-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(9rem, 1fr));
	gap: 0.35rem 0.75rem;
	margin-top: 0.35rem;
}

.nexus-payment-brand-check {
	margin: 0;
}

.nexus-single-share {
	margin: 1.5rem 0;
	padding-top: 1rem;
	border-top: 1px solid var(--nexus-border, #e2e8f0);
}

.nexus-wc-wishlist-share-btn svg {
	width: 1rem;
	height: 1rem;
	margin-right: 0.35rem;
	vertical-align: -0.15em;
}
