.footer-social-menu a {
	display: flex;
	align-items: center;
	gap: 10px;
}

.footer-social-icon,
.footer-contact-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	flex: 0 0 30px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(255, 255, 255, 0.035);
	color: currentColor;
	transition:
		border-color 0.2s ease,
		background-color 0.2s ease,
		color 0.2s ease,
		transform 0.2s ease;
}

.footer-social-icon svg,
.footer-contact-icon svg {
	display: block;
	width: 15px;
	height: 15px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

/*
 * Wypełnienie ikony Facebook.
 * Dotyczy tylko pierwszego elementu listy.
 */
.footer-social-menu li:first-child .footer-social-icon svg {
	fill: currentColor;
	stroke: none;
}

/*
 * Ikona grupy Facebook pozostaje liniowa.
 */
.footer-social-menu .footer-social-icon--group svg {
	fill: none;
	stroke: currentColor;
}

.footer-social-icon__dot {
	fill: currentColor;
	stroke: none;
}

.footer-social-menu a:hover .footer-social-icon,
.footer-social-menu a:focus-visible .footer-social-icon {
	transform: translateY(-2px);
	border-color: #21c2c8;
	background: rgba(33, 194, 200, 0.08);
	color: #21c2c8;
}

.footer-contact-custom {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.footer-contact-custom li {
	display: flex;
	align-items: center;
	gap: 11px;
}

.footer-contact-content {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 2px;
}

.footer-contact-content small {
	color: rgba(255, 255, 255, 0.5);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.2;
	text-transform: uppercase;
}

.footer-contact-content a {
	color: inherit;
	overflow-wrap: anywhere;
	transition: color 0.2s ease;
}

.footer-contact-custom li:hover .footer-contact-icon {
	border-color: #21c2c8;
	background: rgba(33, 194, 200, 0.08);
	color: #21c2c8;
}

.footer-contact-custom li:hover a {
	color: #21c2c8;
}

@media (max-width: 575.98px) {
	.footer-social-menu a,
	.footer-contact-custom li {
		gap: 8px;
	}

	.footer-social-icon,
	.footer-contact-icon {
		width: 28px;
		height: 28px;
		flex-basis: 28px;
	}
}
