/* Copyright 2026 Speednet Group LLC - URL Blocker product page */

.ub-hero {
	display: flex;
	align-items: center;
	gap: 22px;
	margin-bottom: 6px;
}

.ub-hero img {
	flex: 0 0 auto;
	width: 96px;
	height: 96px;
}

.ub-hero-body p {
	margin-bottom: 8px;
}

.ub-cta {
	color: #dddddd;
}

.ub-cta strong {
	color: white;
}

.ub-btn {
	display: inline-block;
	margin-top: 6px;
	padding: 10px 18px;
	background: #4492c8;
	color: #ffffff;
	font-weight: bold;
	border-radius: 6px;
	text-decoration: none;
}

.ub-btn:hover {
	background: #3a7fb0;
	color: #ffffff;
	text-decoration: none;
}

.ub-features {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px 32px;
	margin: 14px 0 6px;
}

.ub-feature {
	border-left: 2px solid #4492c8;
	padding-left: 14px;
}

.ub-feature .t {
	display: block;
	font-weight: bold;
	color: white;
	margin-bottom: 2px;
}

.ub-feature p {
	margin: 0;
	color: #cfcfcf;
}

.ub-perms {
	margin: 8px 0 0;
	padding: 0;
	list-style: none;
}

.ub-perms li {
	margin: 6px 0;
	padding-left: 18px;
	background: url(/images/external.png) no-repeat 0 4px;
	background-image: none;
}

.ub-perms li strong {
	color: white;
}

.ub-shot {
	text-align: center;
	margin: 8px 0 0;
}

.ub-shot img {
	max-width: 100%;
	height: auto;
	border: 1px solid #484848;
	border-radius: 8px;
}

.ub-note {
	color: #9a9a9a;
	font-size: 9pt;
}
