/**
 * @package SMF Post Prefix
 * @version 4.2
 * @author Diego Andrés <diegoandres_cortes@outlook.com>
 * @copyright Copyright (c) 2023, SMF Tricks
 * @license https://www.mozilla.org/en-US/MPL/2.0/
 */

/* Prefix */
span.postprefix-all,
.postprefix-all {
	padding: 1.5px 5.5px !important;
	min-height: 0 !important;
	height: auto !important;
	display: inline-flex !important;
	border-radius: 3px !important;
	line-height: 1.15 !important;
	justify-content: center !important;
	align-items: center !important;
	text-shadow: none !important;
	gap: 4px !important;
	font-size: 9.5px !important;
	font-weight: 750 !important;
	letter-spacing: 0.4px !important;
	text-transform: uppercase !important;
	margin-inline-end: 5px !important;
	vertical-align: middle !important;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35) !important;
	border: 1px solid rgba(255, 255, 255, 0.18) !important;
}
span.postprefix-all.text-default {
	color: #fff !important;
}
span.postprefix-all.text-inverted {
	color: #000 !important;
}
span.bold_text span.postprefix-all {
	font-weight: 750 !important;
}

/* Prefix icon */
span.postprefix-all i,
.postprefix-all i {
	font-size: 9px !important;
	width: auto !important;
	height: auto !important;
	line-height: 1 !important;
	scale: 1 !important;
}

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