/* =====================================================================
   Poka Logo Flag
   ===================================================================== */

/* Position-relative anchor so the flag sits absolute inside it */
.plf-logo-parent {
	position: relative !important;
	display: inline-block !important;
}

/* Flag at top-right corner — same pattern as .pokageo-flag-circle */
.plf-flag {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 20px;
	height: 14px;
	border-radius: 3px;
	object-fit: cover;
	z-index: 5;
}

@media (max-width: 768px) {
	.plf-flag {
		width: 16px;
		height: 11px;
	}
}
