.search-results-list {
	margin-top: 1rem;
	border-top: 1px solid #e0e0e0;
}

@media (min-width: 1024px) {
    .main-content-layout {
        margin: 0px auto;
    }
}

.search-result-item {
	border-bottom: 1px solid #e0e0e0;
	padding: 1rem 0;
}

.search-results-list .search-result-item:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.search-item-wrapper {
	display: flex;
	align-items: center;
	gap: 1.5rem;
	width: 100%;
}

.search-item-thumbnail {
	flex-shrink: 0;
	width: 130px;
	height: 130px;
}

.search-item-thumbnail a {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 6px;
	overflow: hidden;
	background-color: #f0f0f0;
}

.search-item-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.search-item-thumbnail .no-thumbnail {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #b0b0b0;
}

.search-item-content {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.search-item-category a {
	display: inline-block;
	font-size: .75rem;
	font-weight: 700;
	color: #007bff;
	text-transform: uppercase;
	text-decoration: none;
	margin-bottom: .5rem;
}

.search-item-title {
	font-family: var(--font-secondary);
	font-size: 1.2rem;
	line-height: 1.3;
	margin: 0 0 .5rem 0;
}

.search-item-title a {
	color: #333;
	text-decoration: none;
	transition: color .2s ease;
}

.search-item-title a:hover {
	color: #007bff;
}

.search-item-meta {
	font-size: .8rem;
	color: #777;
	margin-bottom: .75rem;
}

.search-item-excerpt {
	display: none !important;
	display: -webkit-box;
	font-size: .9rem;
	line-height: 1.6;
	color: #555;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.search-item-excerpt p {
	margin: 0;
}

.search-form {
	display: flex;
}


@media (max-width: 768px) {
	.search-item-wrapper {
		gap: 1rem;
	}
	
	.search-item-thumbnail {
		width: 110px;
		height: 110px;
	}
	
	.search-item-title {
		font-size: .9rem;
		line-height: 1.4;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
	
	.search-item-meta {
		font-size: .7rem;
		color: #777;
		margin-bottom: .75rem;
	}
	
	.search-item-excerpt {
		display: none;
	}
	
	.page-title {
		font-size: 1.25rem;
		font-weight: 700;
		margin-bottom: 1rem;
	}
	
	.search-result-item {
		padding: 1rem 0;
	}
	
	.search-form {
    	display: none;
    }
}


.screen-reader-text {
	display: none;
}

@media (max-width: 768px) {
	.pagination {
		margin-top: 2.5rem;
		padding-top: 1.5rem;
	}
	
	.berita-pilihan-title-link {
		font-size: 14px;
	}
}

.no-results.not-found {
	text-align: center;
	max-width: 650px;
	margin: 4rem auto;
	padding: 3rem 2rem;
	background-color: #f9f9f9;
	border: 1px solid #e9e9e9;
	border-radius: 8px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, .05);
}

.no-results .page-header {
	margin-bottom: 1.5rem;
}

.no-results .page-title {
	font-size: 2.8rem;
	font-weight: 700;
	color: #333;
	margin: 0;
	line-height: 1.2;
}

.no-results .page-content p {
	font-size: 1.1rem;
	color: #555;
	line-height: 1.6;
	margin-top: 0;
	margin-bottom: 2.5rem;
}

.no-results .search-form {
	display: flex;
	width: 100%;
	max-width: 450px;
	margin: 0 auto;
	border-radius: 50px;
	border: 1px solid #ccc;
	overflow: hidden;
}

.no-results .search-form label {
	width: 100%;
	display: flex;
}

.no-results .search-field {
	flex-grow: 1;
	border: none;
	padding: .8rem 1.2rem;
	font-size: 1rem;
	color: #333;
	background-color: #fff;
	min-width: 0;
}

.no-results .search-field:focus {
	outline: none;
	box-shadow: none;
}

.no-results .search-submit {
	border: none;
	background-color: #0073aa;
	color: #fff;
	font-weight: 600;
	padding: 0 1.8rem;
	cursor: pointer;
	transition: background-color .2s ease-in-out;
}

.no-results .search-submit:hover {
	background-color: #005a87;
}

@media (max-width: 768px) {
	.no-results.not-found {
		margin: 2rem 1rem;
		padding: 2rem 1.5rem;
	}
	
	.no-results .page-title {
		font-size: 1.45rem;
	}
	
	.no-results .page-content p {
		font-size: 1rem;
		line-height: 1.4rem;
	}
	
	.no-results .search-form {
		max-width: 100%;
	}
	
	.no-results .search-field {
		font-size: .9rem;
		padding: .7rem 1rem;
	}
	
	.no-results .search-submit {
		font-size: .9rem;
		padding: .7rem 1.2rem;
	}
}
