.pa-post-views-badge {
	display: inline-block;
	background: #f5f5f5;
	color: #555;
	border-radius: 6px;
	padding: 4px 12px;
	font-size: 13px;
	margin-bottom: 14px;
	direction: rtl;
}

.pa-popular-posts-list,
.pa-widget-popular-list {
	list-style: none;
	margin: 0;
	padding: 0;
	direction: rtl;
	text-align: right;
}

.pa-popular-posts-list li,
.pa-widget-item {
	padding: 8px 0;
	border-bottom: 1px solid #eee;
	display: flex;
	justify-content: space-between;
	gap: 8px;
}

.pa-widget-count,
.pa-popular-posts-list .pa-count {
	color: #888;
	font-size: 12px;
	white-space: nowrap;
}

.pa-push-subscribe-btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 8px 16px;
	border: 1px solid #2271b1;
	border-radius: 6px;
	background: #2271b1;
	color: #fff;
	font-family: inherit;
	font-size: 14px;
	cursor: pointer;
	transition: background 0.2s ease;
}

.pa-push-subscribe-btn:hover:not(:disabled) {
	background: #135e96;
}

.pa-push-subscribe-btn:disabled {
	opacity: 0.65;
	cursor: default;
}
