/**
 * Social strip (Connect with us) — Font Awesome brands; no Tailwind build required.
 */

.dst-social-strip {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 1rem 1.25rem;
}

.dst-social-strip li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.dst-social-strip__link {
	display: inline-flex;
	width: 4rem;
	height: 4rem;
	align-items: center;
	justify-content: center;
	border-radius: 9999px;
	border: 1px solid rgba(196, 181, 253, 0.95);
	background: #fff;
	color: #2e1065;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
	text-decoration: none;
	transition: border-color 0.15s ease, background-color 0.15s ease, color 0.15s ease;
}

.dst-social-strip__link:hover {
	border-color: #8b5cf6;
	background: #f5f3ff;
	color: #2e1065;
}

.dst-social-strip__link:focus-visible {
	outline: 2px solid #7c3aed;
	outline-offset: 2px;
}

.dst-social-strip__link .fa-brands {
	font-size: 1.35rem;
	line-height: 1;
}

/* Footer inline social (optional icon + text) */
.dst-footer-social {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 1rem;
	align-items: center;
}

.dst-footer-social a {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	color: rgba(237, 233, 254, 0.95);
	text-decoration: none;
	font-size: 0.875rem;
	transition: color 0.15s ease;
}

.dst-footer-social a:hover {
	color: #fff;
}

.dst-footer-social .fa-brands {
	font-size: 1rem;
	opacity: 0.95;
}

/* Footer icon row (Elementor-style social icons) */
.dst-footer-social-icons {
	list-style: none;
	margin: 0;
	padding: 0;
}

.dst-footer-social-icons li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.dst-footer-social-icons__link {
	display: inline-flex;
	width: 2.125rem;
	height: 2.125rem;
	align-items: center;
	justify-content: center;
	border-radius: 9999px;
	border: 1px solid rgba(167, 139, 250, 0.45);
	background: rgba(76, 29, 149, 0.45);
	color: rgba(237, 233, 254, 0.98);
	text-decoration: none;
	transition: border-color 0.15s ease, background-color 0.15s ease, color 0.15s ease;
}

.dst-footer-social-icons__link:hover {
	border-color: rgba(196, 181, 253, 0.85);
	background: rgba(91, 33, 182, 0.65);
	color: #fff;
}

.dst-footer-social-icons__link:focus-visible {
	outline: 2px solid #a78bfa;
	outline-offset: 2px;
}

.dst-footer-social-icons__link .fa-brands {
	font-size: 1rem;
	line-height: 1;
}

/* Footer layout & legal strip: see assets/css/footer.css */
