/* Splashpoint Plugin - Frontend styles */
/* Main styles are in the theme - this file is for plugin-specific overrides */

.sp-login-prompt {
	text-align: center;
	padding: 2rem;
	background: var(--wp--preset--color--light, #F0F7FF);
	border-radius: 12px;
}

.sp-login-prompt a {
	font-weight: 700;
	color: var(--wp--preset--color--primary, #0A4D8C);
}
