.joy-mnm-sorter {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 14px;
	padding: 0 0 12px;
	border-bottom: 1px solid rgba(0, 34, 68, .08);
	color: #002244;
}

.joy-mnm-sorter__label {
	margin: 0;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0;
	color: inherit;
}

.joy-mnm-sorter__select {
	width: auto;
	min-width: 210px;
	max-width: 100%;
	height: 40px;
	margin: 0;
	border: 1px solid rgba(0, 34, 68, .22);
	border-radius: 5px;
	background-color: #fff;
	color: #002244;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	padding: 0 36px 0 12px;
	box-shadow: 0 2px 8px rgba(0, 34, 68, .08);
}

.joy-mnm-sorter__select:focus {
	border-color: #ff4b19;
	box-shadow: 0 0 0 2px rgba(255, 75, 25, .15);
	outline: 0;
}

.joy-mnm-sorter__status {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}

.joy-mnm-sorter__noscript {
	width: 100%;
	margin: 6px 0 0;
	font-size: 12px;
	color: #555;
}

.joy-mnm-launch-badge {
	display: inline-flex;
	align-items: center;
	vertical-align: middle;
	margin-left: 6px;
	padding: 3px 7px;
	border-radius: 999px;
	background: #ff4b19;
	color: #fff;
	font-size: 10px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: .03em;
	white-space: nowrap;
}

@media (max-width: 640px) {
	.joy-mnm-sorter {
		justify-content: flex-start;
		align-items: stretch;
		flex-direction: row;
		gap: 6px;
		margin-bottom: 12px;
	}

	.joy-mnm-sorter__label {
		width: 100%;
	}

	.joy-mnm-sorter__select {
		width: 100%;
	}
}
