/* News Tag Input Styles */

.news-tag-input-input-wrapper {
	position: relative;
	margin-bottom: 10px;
	max-width: 800px;
}

.news-tag-input-input {
	width: 100%;
	padding: 8px 10px;
	border: 1px solid #d9d9d9;
	border-radius: 3px;
	font-size: 14px;
	box-sizing: border-box;
}

.news-tag-input-input:focus {
	outline: none;
	border-color: #1b81d4;
	box-shadow: 0 0 0 2px rgba(27, 129, 212, 0.1);
}

.news-tag-input-input:disabled {
	background-color: #f7f7f7;
	cursor: not-allowed;
}
