/* AdsInHub Ad Display — Minimal, non-intrusive */
.adsinhub-zone {
    position: relative;
    display: inline-block;
    max-width: 100%;
    line-height: 0;
    text-align: center;
}
.adsinhub-zone__link { display: block; text-decoration: none; }
.adsinhub-zone__img { max-width: 100%; height: auto; }
.adsinhub-badge {
    display: block;
    text-align: right;
    font-size: 10px;
    color: #999;
    line-height: 1.4;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
}

/* Banner */
.adsinhub-zone--banner { display: block; text-align: center; margin: 8px auto; }

/* Sidebar */
.adsinhub-zone--sidebar { display: block; margin: 8px 0; }

/* In-Content */
.adsinhub-zone--in-content { display: block; margin: 24px auto; text-align: center; }

/* Sticky */
.adsinhub-zone--sticky {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #fff;
    box-shadow: 0 -2px 10px rgba(0,0,0,.15);
    text-align: center;
    padding: 4px;
}
.adsinhub-sticky-close {
    position: absolute;
    top: -10px;
    right: 10px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #333;
    color: #fff;
    border: none;
    font-size: 16px;
    cursor: pointer;
    line-height: 24px;
    text-align: center;
}

/* Native */
.adsinhub-native-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    overflow: hidden;
    max-width: 400px;
}
.adsinhub-native-title { font-size: 16px; font-weight: 600; margin: 8px 12px 4px; color: #111; }
.adsinhub-native-desc { font-size: 14px; color: #666; margin: 0 12px 12px; }

/* Popup */
.adsinhub-zone--popup { display: inline-block; max-width: 100%; }

@media (max-width: 768px) {
    .adsinhub-zone--sticky { padding: 2px; }
    .adsinhub-zone--sticky .adsinhub-zone__img { max-height: 60px; width: auto; }
}
