/* New Site Banner */
.site-banner {
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	color: white;
	padding: 12px 20px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
}

.site-banner a {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}

.site-banner a:hover {
	color: #f0f0f0;
	text-decoration: none;
}

body {
  padding-top: 50px;
}
