/* ═══════════════════════════════════════
   AzSport — ads.css
   ═══════════════════════════════════════ */
.az-ad-slot {
  position: relative; display: flex; align-items: center; justify-content: center;
  flex-direction: column; gap: 4px;
  background: linear-gradient(135deg,#1e293b,#0f172a);
  border: 1px dashed #334155; border-radius: var(--az-radius);
  color: #475569; cursor: pointer; transition: var(--az-trans); overflow: hidden;
}
.az-ad-slot:hover { border-color: #4b6a8a; }
.az-ad-label { font-size: 10px; font-weight: 600; letter-spacing: 2px; color: #64748b; position: relative; }
.az-ad-size  { font-size: 13px; font-weight: 600; color: #94a3b8; position: relative; }
.az-ad-leaderboard { background: #0d1117; padding: 10px 0; border-top: 1px solid #1f2937; border-bottom: 1px solid #1f2937; }
.az-ad-728  { height: 90px; max-width: 728px; margin: 0 auto; }
.az-ad-300  { height: 250px; width: 100%; border-radius: var(--az-radius); margin-bottom: 20px; }
.az-ad-infeed { height: 80px; border-radius: var(--az-radius); border-style: solid; border-color: #e5e7eb; background: #f9fafb; }
.az-ad-infeed .az-ad-label { color: #94a3b8; }
.az-ad-infeed .az-ad-size  { color: #64748b; font-size: 12px; }
.az-ad-prefooter { border-bottom: none; }
@media (max-width:767.98px) { .az-ad-728 { height: 60px; max-width: 100%; } .az-ad-300 { height: 200px; } }

/* ── تبلیغ واقعی (با عکس) ── */
.az-ad-real {
  display: block; border-radius: var(--az-radius); overflow: hidden;
  position: relative;
}
.az-ad-real img { width: 100%; height: 100%; object-fit: cover; display: block; }
.az-ad-real.az-ad-728 { height: 90px; max-width: 728px; margin: 0 auto; }
.az-ad-real.az-ad-300 { height: 250px; width: 100%; margin-bottom: 20px; }
.az-ad-real::after {
  content: 'تبلیغات'; position: absolute; top: 4px; left: 4px;
  background: rgba(0,0,0,.5); color: #fff; font-size: 9px;
  padding: 1px 6px; border-radius: 4px;
}
@media (max-width:767.98px) { .az-ad-real.az-ad-728 { height: 60px; max-width: 100%; } .az-ad-real.az-ad-300 { height: 200px; } }
