<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * @package SMF Post Prefix
 * @version 4.0
 * @author Diego AndrĂŠs &lt;diegoandres_cortes@outlook.com&gt;
 * @copyright Copyright (c) 2022, SMF Tricks
 * @license https://www.mozilla.org/en-US/MPL/2.0/
 */

/* Prefix */
span.postprefix-all,
.postprefix-all {
	padding-inline: 5px !important;
	min-height: 24px;
	display: inline-flex;
	border-radius: 4px;
	line-height: normal;
	justify-content: center;
	align-items: center;
	text-shadow: none;
	gap: 5px;
	font-size: 0.9em;
	margin-inline-end: 3px;
}
span.postprefix-all.text-default {
	color: #fff !important;
}
span.postprefix-all.text-inverted {
	color: #000 !important;
}
span.bold_text span.postprefix-all {
	font-weight: normal;
}

/* Prefix icon */
span.postprefix-all i,
.postprefix-all i {
	font-size: 0.85em;
	width: auto !important;
	height: 13px;
	scale: 0.8;
}

/* input styles */
@media (max-width: 767px)
{
	#select_prefixes label {
		display: inline-block;
		width: 100%;
	}
	#select_prefixes label input {
		width: auto;
	}
}</pre></body></html>