
.junot-ai-search-wrapper{
    max-width:1900px;
    margin:40px auto;
    padding:20px;
}

#junot-ai-search-input{
    width:100%;
    padding:18px;
    border:1px solid;
    font-size:18px;
    margin-bottom:30px;
}

#junot-ai-loading{
    display:none;
    color:#999;
    margin-bottom:20px;
}

#junot-ai-results{
    column-count:4;
}

.junot-ai-card{
    overflow:hidden;
    margin-bottom:24px;
    break-inside:avoid;
    display:inline-block;
    width:100%;
    border:1px solid;
}

.junot-ai-card img{
    width:100%;
    display:block;
}

.junot-ai-content{
    padding:16px;
}

.junot-ai-title{
    font-size:18px;
    font-weight:bold;
    margin-bottom:10px;
}

.junot-ai-description{
    line-height:1.7;
}

.junot-ai-link{
    display:inline-block;
    margin-top:14px;
    text-decoration:none;
}

@media(max-width:1400px){
    #junot-ai-results{
        column-count:3;
    }
}

@media(max-width:1000px){
    #junot-ai-results{
        column-count:2;
    }
}

@media(max-width:700px){
    #junot-ai-results{
        column-count:1;
    }
}


#junot-ai-search-button{

    background:#222;
    color:#fff;
    border:1px solid #444;
    border-radius:12px;
    padding:0 20px;
    font-size:16px;
    font-weight:bold;
    cursor:pointer;
    transition:0.15s ease;
    min-width:110px;
}

#junot-ai-search-button:hover{

    background:#333;
}


.jasp-post-link{
    color:#fff;
    text-decoration:none;
    font-weight:bold;
    transition:0.15s ease;
}

.jasp-post-link:hover{
    opacity:0.8;
    text-decoration:underline;
}
