/* World Football Portal — ad slots (CLS-safe).
   Each slot reserves vertical space up front so ads never push content
   (no Cumulative Layout Shift). Heights match common AdSense formats. */

.wfp-ad{
	position:relative;
	display:block;
	margin:18px auto;
	text-align:center;
	overflow:hidden;
	background:#f6f7f9;
	border:1px solid #eceef1;
	border-radius:8px;
}
.wfp-ad .wfp-ad-label{
	display:block;
	font-size:10px;
	line-height:1;
	letter-spacing:.06em;
	text-transform:uppercase;
	color:#9aa3ad;
	padding:5px 0 3px;
}
.wfp-ad .adsbygoogle{display:block;width:100%;}
.wfp-ad-ph{display:block;width:100%;height:100%;}

/* Header banner — leaderboard / responsive. Reserve ~90px (desktop), ~100px (mobile). */
.wfp-ad-header{max-width:970px;min-height:114px;}
@media (max-width:768px){ .wfp-ad-header{min-height:124px;} }

/* In-content rectangle — reserve ~250px + label. */
.wfp-ad-incontent{max-width:336px;min-height:274px;}

/* Sticky mobile anchor — fixed bottom bar, phones only. */
.wfp-ad-mobile-wrap{display:none;}
@media (max-width:782px){
	.wfp-ad-mobile-wrap{
		display:block;
		position:fixed;
		left:0;right:0;bottom:0;
		z-index:9990;
		background:#ffffff;
		box-shadow:0 -2px 10px rgba(0,0,0,.12);
	}
	.wfp-ad-mobile-wrap .wfp-ad{
		margin:0 auto;
		border:0;border-radius:0;
		background:#fff;
		min-height:60px;
		max-width:100%;
	}
	.wfp-ad-mobile-wrap .wfp-ad-label{padding:2px 0 0;}
	/* keep the footer reachable above the sticky bar */
	body.wfp-has-sticky{padding-bottom:66px;}
}

.wfp-ad-close{
	position:absolute;
	top:2px;right:4px;
	z-index:2;
	width:22px;height:22px;
	line-height:20px;
	padding:0;margin:0;
	border:0;border-radius:50%;
	background:rgba(0,0,0,.45);
	color:#fff;
	font-size:16px;
	cursor:pointer;
}

/* Footer legal links row */
.wfp-legal-links{
	margin:10px 0 0;
	font-size:13px;
	opacity:.85;
	text-align:center;
}
.wfp-legal-links a{color:inherit;text-decoration:none;}
.wfp-legal-links a:hover{text-decoration:underline;}
.wfp-legal-links span{opacity:.5;margin:0 2px;}
