.news-page {
	max-width: 1100px;
}

.search-input-wrap {
	position: relative;
	flex: 1 1 auto;
}

.search-input-wrap .form-control {
	padding-right: 2rem;
}

.search-clear-btn {
	position: absolute;
	top: 50%;
	right: 0.5rem;
	transform: translateY(-50%);
	border: none;
	background: transparent;
	color: #777;
	font-size: 1.1rem;
	line-height: 1;
	padding: 0;
	cursor: pointer;
	display: none;
}

.search-clear-btn:hover {
	color: #333;
}

.news-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 1rem;
	color: #6c757d;
	font-size: 1rem;
}

.news-meta .company-link {
	font-weight: 600;
}

.news-company {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
}

.company-favicon {
	width: 16px;
	height: 16px;
	object-fit: contain;
}

.news-overview {
	white-space: pre-wrap;
	line-height: 1.7;
	color: #495057;
}

.news-article-link {
	text-decoration: underline;
}

.news-page-link {
	min-width: 6.5rem;
	text-align: center;
}

.news-page-status {
	min-width: 5rem;
	text-align: center;
	color: #495057;
	background-color: #fff;
}

.news-page-link.is-disabled {
	color: #6c757d;
	background-color: #e9ecef;
	pointer-events: none;
	opacity: 0.65;
}
