/*
 *  This file is part of Adspect anti-fraud software.
 *  Copyright (C) 2019-2025 Adspect.  All rights reserved.
 */

.plan {
	display: block !important;
	height: 100%;
	padding: 0 !important;
	cursor: pointer;
}
.site .plan {
	border-radius: 10px !important;
}
.plan.disabled {
	background-color: #dee2e6;
	cursor: not-allowed;
	filter: grayscale(1);
}
.plan svg {
	margin: 1px .5rem 0 0;
	height: 18px;
	width: 18px;
	min-height: 18px;
	min-width: 18px;
}
a.plan {
	color: rgba(0,0,0,0.847);
}
a.plan:hover {
	border-color: rgba(0, 123, 255, 0.25) !important;
	box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
}
a.plan:hover hr {
	border-color: #295ada !important;
}

/*
 * vim: ts=4 sw=4 noet
 */
