
/* Farset WPJM AI Enhancer styles */
.farset-ai-snapshot {
    background: #0A1F44;
    color: #FFB400;
    padding: 15px;
    border-radius: 12px;
    margin: 15px 0;
    font-size: 15px;
}
@media(min-width: 992px) {
    .farset-ai-snapshot {
        position: sticky;
        top: 100px;
        max-width: 350px;
        float: right;
        margin-left: 20px;
    }
}
