.social-icons {
	display: flex;
	gap: 16px;
	margin-top: 14px;
}

.icon {
	width: 24px;
	height: 24px;
	fill: currentColor;
	transition: fill 0.3s ease;
}

body:not(.dark-theme) .social-icons a[aria-label='YouTube'] .icon {
	fill: #3b82f6;
}

body:not(.dark-theme)
	.social-icons
	a[aria-label='Instagram']
	.icon-tabler-brand-instagram {
	stroke: #3b82f6;
	fill: none;
}

body:not(.dark-theme) .social-icons a[aria-label='Facebook'] .icon {
	fill: #3b82f6;
}

body.dark-theme .social-icons .icon {
	fill: #ddd;
}

body.dark-theme .social-icons a:hover .icon {
	fill: #8da1ff;
}

body.dark-theme .social-icons a:hover[aria-label='Facebook'] .icon {
	fill: #8da1ff;
}

.social-title {
	margin-top: 20px;
}
