.swla-alert-box {
	padding: 15px;
	margin-bottom: 20px;
	border-radius: 4px;
	font-family: sans-serif;
	color: #fff;
}

.swla-top-bar {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	margin-bottom: 0;
	border-radius: 0;
	text-align: center;
}

/* Push body down if top bar is present - this might need JS or user manual adjustment depending on theme */
body.has-swla-top-bar {
	margin-top: 50px; 
}

.swla-severity-severe {
	background-color: #d32f2f; /* Red */
}

.swla-severity-moderate {
	background-color: #f57c00; /* Orange */
}

.swla-severity-minor {
	background-color: #fbc02d; /* Yellow */
	color: #333;
}

.swla-severity-unknown {
	background-color: #757575; /* Grey */
}

.swla-more-info a {
	color: inherit;
	text-decoration: underline;
	margin-left: 10px;
	cursor: pointer;
}

.swla-alert-details {
	margin-top: 10px;
	background: rgba(0,0,0,0.1);
	padding: 10px;
	text-align: left;
	font-size: 0.9em;
}

.swla-no-alerts {
	padding: 10px;
	background: #eee;
	color: #666;
	text-align: center;
	border: 1px dashed #ccc;
}
