/*
 * WOWPR Staff Visuals.
 * Extensión original para WOWPR Online.
 *
 * @package cadafy/wowprstaffvisuals
 * @copyright (c) 2026 Cadafy - WOWPR Online
 * @author Cadafy
 * @website https://wowpr.online
 * @license GPL-2.0-only
 */

.wowpr-staff-external-avatar {
	max-width: 220px;
	max-height: 220px;
	width: auto;
	height: auto;
	display: block;
	margin: 0 auto 8px auto;
	border-radius: 12px;
	box-shadow: 0 0 14px rgba(0, 255, 80, 0.35);
}
