/**
 * Public CSS - Frontend Styles for AI Generated Content
 */

/* Job Ad Container (Top of Post) */
.acsp-job-ad-container {
    margin: 30px auto;
    text-align: center;
    max-width: 100%;
}

.acsp-ad-img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.acsp-ad-img:hover {
    transform: scale(1.02);
}

/* Injected Content Images */
.acsp-injected-img {
    display: block;
    margin: 30px auto;
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}