<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.number {
	background-color: #fff;
	box-shadow: var(--shadow)!important;
	border-radius: 20px;
	padding: 20px;
	margin-top: 25px;
	margin-bottom: 25px;
}
.number&gt;h1 {
	text-align: center;
	font-weight: 800;
	font-size: 42px;
}
.number&gt;h1&gt;span {
	background: linear-gradient(90deg, #FF8D35, #FF1B3F);
	-webkit-background-clip: text;
	color: transparent;
}
.number&gt;span {
	display: block;
	text-align: center;
}
.status {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.status&gt;* {
	padding: 10px 20px;
	border-radius: 10px;
	font-weight: 600;
	background-color: #F8F9FA;
	border: 1px solid #ddd;
	margin-right: 10px;
}
.status&gt;*&gt;* {
	width: 24px;
	height: 24px;
}
.status .safe&gt;*,
.status .safe {
	fill: #0D5F07;
	color: #0D5F07;
}
.status .uncertain&gt;*,
.status .uncertain {
	fill: #eb5e28;
	color: #eb5e28;
}
.status .spam&gt;*,
.status .spam {
	fill: #dd2d4a;
	color: #dd2d4a;
}
.comments {
	background-color: #fff;
	box-shadow: var(--shadow)!important;
	margin-bottom: 25px;
	border-radius: 20px;
	padding: 20px;
}
.comments&gt;h2 {
	background: linear-gradient(90deg, #FF8D35, #FF1B3F);
	-webkit-background-clip: text;
	color: transparent;
	text-align: center;
	font-size: 38px;
	font-weight: 800;
}
.comments&gt;span {
	text-align: center;
	display: block;
	margin-bottom: 15px;
}
.comment-card {
	background-color: #f9f9f9;
	border-radius: 10px;
	padding: 15px;
	margin-bottom: 15px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.comment-user {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.comment-avatar {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin-right: 15px;
	border: 2px solid #ddd;
}
.comment-rating {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin: 0;
	padding: 3px 15px;
	color: #fff;
	border-radius: 6px;
	font-size: 13px;
	text-align: center;
	margin-bottom: 5px;
}
.comment-rating.safe {
	background-color: #0D5F07;
}
.comment-rating.uncertain {
	background-color: #eb5e28;
}
.comment-rating.spam {
	background-color: #dd2d4a;
}
.comment-date {
	font-size: 12px;
	color: #777;
	margin: 0;
}
.comment-text {
	font-size: 14px;
	line-height: 1.6;
	color: #555;
	margin-bottom: 15px;
}
.comment-interaction {
	display: flex;
	gap: 10px;
}
.comment-like,
.comment-report {
	background-color: #eaeaea;
	border: none;
	border-radius: 5px;
	padding: 8px 15px;
	font-size: 14px;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 5px;
	color: #555;
}
  
.comment-like:hover,
.comment-report:hover {
	background-color: #ddd;
}
.comment-interaction&gt;*&gt;svg {
	width: 24px;
	height: 24px;
}
.comment-report,
.comment-report&gt;svg {
	fill: #ff9f1c;
	color: #ff9f1c;
	font-weight: 600;
}
.comment-like,
.comment-like&gt;svg {
	color: #0D5F07;
	fill: #0D5F07;
	font-weight: 600;
}
.btn-comment-send {
	background: linear-gradient(90deg, #FF8D35, #FF1B3F);
	font-weight: 600;
	padding: 8px 20px;
	color: #fff;
}
.btn-comment-send:hover,
.btn-comment-send:active,
.btn-comment-send:focus {
	box-shadow: var(--shadow)!important;
	color: #F8F9FA;
}
textarea.form-control {
	min-height: 100px!important;
}
.verified-info {
	background-color: #fff;
	box-shadow: var(--shadow)!important;
	padding: 20px;
	margin-bottom: 20px;
	border-radius: 20px;
}
.verified-info .table {
	margin-left: auto;
	margin-right: auto;
}
.verified-info&gt;h2 {
	background: linear-gradient(90deg, #FF8D35, #FF1B3F);
	-webkit-background-clip: text;
	color: transparent;
	text-align: center;
	font-size: 38px;
	font-weight: 800;
}
.verified-info&gt;span {
	text-align: center;
	display: block;
	margin-bottom: 15px;
}
.verified-info&gt;span&gt;span {
	color: #0D5F07;
	font-weight: 600;
}
.verified-info tr&gt;*&gt;svg {
	width: 24px;
	height: 24px;
	margin-right: 5px;
	fill: #0D5F07;
}
.verified-info tr&gt;*:first-child {
	text-align: right;
}
.comment_abuse {
	border-left: 2px solid #ddd;
	padding-left: 10px;
	margin-bottom: 10px;
}
.verify-img {
	min-width: 250px;
	max-width: 250px;
	margin: 0 auto 20px;
	display: block;
}
@media (max-width: 575px) {
	.status {
		text-align: center;
	}
	.status&gt;*&gt;svg {
		margin-bottom: 10px;
		width: 28px!important;
		height: 28px!important;
	}
	.verified-info .table {
		width: 100%!important;
	}
	.table tr&gt;* {
		vertical-align: middle!important;
	}
	.verified-info&gt;h2 {
		font-size: 25px!important;
	}
	.number&gt;h1 {
		font-size: 25px;
    	margin-bottom: 15px;
	}
	.comments&gt;h2 {
		font-size: 30px;
	    margin-bottom: 15px;
	}
}</pre></body></html>