th,td {
	padding: 0.6em;
}

th {
	background-color: #22354e;
}

tr:nth-child(odd) {
	background-color: #46638a;
}

tr:nth-child(even) {
	background-color: #5475a1;
}

td:not(:first-child) {
	text-align: center;
}

.goto-btn {
        padding: 6px 14px;
        border: none;
	border-radius: 6px;
	font-size: 14px;
	cursor: pointer;
	font-weight: 500;
	transition: background 0.2s ease, transform 0.1s ease;
}

#severitySlider {
	width: 100%;
	margin-top: 0.6rem;
	appearance: none;
	height: 6px;
	border-radius: 4px;
	background: linear-gradient(90deg, #ff4d4d, #ffaa00, #00d4ff);
	cursor: pointer;
}

#severitySlider::-webkit-slider-thumb {
	appearance: none;
	width: 16px;
	height: 16px;
	background: #ffffff;
	border-radius: 50%;
	border: 2px solid #1e90ff;
	cursor: pointer;
	transition: transform 0.15s ease;
}

#severitySlider::-webkit-slider-thumb:hover {
	transform: scale(1.15);
}

#severityValue {
	display: inline-block;
	margin-left: 0.4rem;
	font-weight: 600;
	opacity: 0.9;
}

.alert-filters > *:not(h2) {
	margin-bottom: 0.4rem;
}
