.atlasblog-search-results {
	direction: rtl;
	width: 100%;
}

.atlasblog-search-results__header {
	margin: 0 0 20px;
	color: #15223d;
	line-height: 1.6;
}

.atlasblog-search-results__header strong {
	color: #253583;
}

.atlasblog-search-results__pagination {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
	margin-top: 28px;
}

.atlasblog-search-results__pagination a,
.atlasblog-search-results__pagination span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 38px;
	height: 38px;
	padding: 0 12px;
	border-radius: 10px;
	background: #f4f6fa;
	color: #4b5563;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.atlasblog-search-results__pagination a:hover {
	background: #253583;
	color: #ffffff;
}

.atlasblog-search-results__pagination .current {
	background: #253583;
	color: #ffffff;
}

.atlasblog-search-results__placeholder {
	padding: 20px;
	border-radius: 12px;
	background: #f4f6fa;
	color: #555;
	text-align: center;
	line-height: 1.7;
}

.atlasblog-search-results.is-loading {
	opacity: 0.55;
	pointer-events: none;
}
