/**
 * Admin styles for LandTech Self Storage API
 */

.landtech-selfstorage-upgrade-banner {
	max-width: 800px;
}

.landtech-selfstorage-upgrade-banner ul {
	margin: 10px 0;
}

#landtech-selfstorage-test-result {
	margin-top: 15px;
	padding: 10px;
	border-radius: 4px;
}

#landtech-selfstorage-test-result.success {
	background: #d4edda;
	border: 1px solid #c3e6cb;
	color: #155724;
}

#landtech-selfstorage-test-result.error {
	background: #f8d7da;
	border: 1px solid #f5c6cb;
	color: #721c24;
}

