/* ================================================
   ailogha Affiliate Banners — image banners
   ================================================ */

.ailogha-banner-img {
    display: inline-block;
    line-height: 0;
    max-width: 100%;
    text-decoration: none !important;
    transition: opacity 0.2s;
}
.ailogha-banner-img:hover {
    opacity: 0.92;
}
.ailogha-banner-img img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    display: block;
}

.ailogha-banner-img--square img {
    width: 336px;
}
.ailogha-banner-img--leaderboard img {
    width: 728px;
}

/* Auto-placed banners (posts / archives) */
.ailogha-auto-banner {
    margin: 24px 0;
    text-align: center;
}

/* ================================================
   STATS WIDGET
   ================================================ */
.ailogha-stats {
    display: flex; gap: 16px; padding: 16px;
    background: linear-gradient(135deg, #030712, #1e1b4b);
    border: 1px solid rgba(59, 130, 246, 0.2);
    border-radius: 12px; color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
.ailogha-stats__item { flex: 1; text-align: center; }
.ailogha-stats__value { display: block; font-size: 20px; font-weight: 900; color: #3b82f6; }
.ailogha-stats__label { display: block; font-size: 11px; color: rgba(255,255,255,0.5); margin-top: 4px; }
