/* ==========================================================================
   AI YouTube SEO Generator Pro — Site-wide Footer Bar
   Deliberately its own tiny stylesheet: the footer bar can appear on any
   page of the site (not just ones using a plugin shortcode), so it's always
   loaded rather than conditionally like the heavier page/tool stylesheets.
   ========================================================================== */

.aiysg-footer-bar {
	background: #14151f;
	padding: 24px 20px 20px;
}

.aiysg-footer-bar-inner {
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
}

.aiysg-footer-bar-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px 22px;
}

.aiysg-footer-bar-inner a {
	color: rgba(255, 255, 255, 0.75);
	font-size: 13px;
	text-decoration: none;
	transition: color 0.15s ease;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.aiysg-footer-bar-inner a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.aiysg-footer-bar-copyright {
	margin: 0;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.45);
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
