/* Style for category search form */
.styles-category-row .styles-cat-search-form {
	position: absolute !important;
	right: 30px !important; /* Left of the collapse button (which is at right: 1px) */
	top: 50% !important;
	transform: translateY(-50%) !important;
	z-index: 10 !important;
	display: inline-block !important;
}

.styles-category-row .styles-cat-search-box {
	display: flex !important;
	align-items: center !important;
	background: #edf1f5 !important;
	border: 1px solid #b8c8d8 !important;
	border-radius: 4px !important;
	padding: 0 4px !important;
	height: 18px !important;
	box-sizing: border-box !important;
}

.styles-category-row .styles-cat-search-icon {
	color: #7b8f9e !important;
	font-size: 10px !important;
	margin-right: 4px !important;
	line-height: 1 !important;
	display: inline-block !important;
}

.styles-category-row .styles-cat-search-input {
	border: none !important;
	background: transparent !important;
	height: 100% !important;
	width: 140px !important;
	font-size: 10px !important;
	color: #102b46 !important;
	padding: 0 !important;
	margin: 0 !important;
	outline: none !important;
	box-shadow: none !important;
}

.styles-category-row .styles-cat-search-input::placeholder {
	color: #7b8f9e !important;
	opacity: 1 !important;
}

.styles-category-row .styles-cat-search-go {
	background: #e48e26 !important;
	border: none !important;
	color: #ffffff !important;
	font-size: 9px !important;
	font-weight: bold !important;
	height: 14px !important;
	line-height: 14px !important;
	padding: 0 6px !important;
	border-radius: 3px !important;
	cursor: pointer !important;
	margin-left: 4px !important;
	box-shadow: none !important;
	display: inline-block !important;
	text-transform: uppercase !important;
}

.styles-category-row .styles-cat-search-go:hover {
	background: #cd7713 !important;
}

/* Adjust padding-right on the category title to prevent overlap with the search box */
.styles-forumlist .styles-category-row dt .list-inner {
	padding-right: 235px !important;
}

/* Responsive adjustments */
@media (max-width: 550px) {
	.styles-category-row .styles-cat-search-form {
		display: none !important;
	}
	.styles-forumlist .styles-category-row dt .list-inner {
		padding-right: 30px !important; /* Only leave space for collapse button */
	}
}
