
/* INDEX.PHP SPECIFIC AD STYLES - DO NOT AFFECT OTHER PAGES */

.index-native-ad {
    border: 2px solid #ffc107;
    background: linear-gradient(135deg, #fff9e6 0%, #ffffff 100%);
}

.index-native-ad .sponsored-label .badge {
    font-size: 0.7rem;
    padding: 0.4rem 0.6rem;
}

.native-ad-content {
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index-inline-sponsor {
    margin: 2rem 0;
}

.sponsor-inline-card {
    border: 1px solid #dee2e6;
    max-width: 600px;
    margin: 0 auto;
}

.sponsor-inline-card small {
    color: #6c757d;
    font-size: 0.75rem;
}
