.as-pg-wrap { direction: rtl; }

.as-pg-title {
	font-weight: 700;
	font-size: 15px;
	color: #f0f6fc;
	margin-bottom: 12px;
}

.as-pg-empty {
	font-size: 13px;
	color: #8b949e;
	padding: 10px 0;
}

.as-pg-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.as-pg-badge {
	--as-pg-color: #4ee08a;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 14px;
	background: rgba(255,255,255,.04);
	border: 1px solid rgba(255,255,255,.1);
	border-radius: 10px;
	color: #f0f6fc;
	line-height: 1.4;
	transition: transform .2s ease, border-color .2s ease;
}

.as-pg-grid.as-pg-style-cards .as-pg-badge {
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
	padding: 12px 16px;
	min-width: 140px;
}

.as-pg-badge:hover {
	transform: translateY(-2px);
	border-color: var(--as-pg-color);
}

.as-pg-dot {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: var(--as-pg-color);
	flex-shrink: 0;
}

.as-pg-name { font-weight: 600; }

.as-pg-type {
	font-size: 11px;
	color: #8b949e;
}
