/*
Theme Name: WPDEV
Theme URI: 
Author: 
Author URI: 
Description: 
Version: 1.0.0
License: 
License URI: 
Text Domain: wpdev
*/

/* Footer AI note */
.wpdev-ai-footer-note {
	margin-top: 0.75rem;
	font-size: 0.875rem;
	line-height: 1.4;
	opacity: 0.8;
	text-align: center;
}

/* Homepage test box */
.sf-home-test-box {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 500px;
	max-width: calc(100vw - 2rem);
	background: #ff0000;
	color: #ffffff;
	text-align: center;
	padding: 2rem 1rem;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.2;
	z-index: 9999;
	box-sizing: border-box;
}
