/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 27 2026 | 13:30:06 */
.exhibition-card{
    display:flex;
    gap:20px;
    padding:20px 0;
    border-bottom:1px solid #eee;
}

.exhibition-thumb{
    width:240px;
    flex-shrink:0;
}

.exhibition-thumb img{
    width:100%;
    border-radius:8px;
}

.exhibition-content{
    flex:1;
}

.exhibition-title{
    font-size:22px;
    line-height:1.4;
    margin-bottom:10px;
}

.exhibition-title a{
    text-decoration:none;
}

.exhibition-meta{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
}

.exhibition-tag{
    background:#f3f3f3;
    padding:6px 10px;
    border-radius:999px;
    font-size:13px;
}

@media(max-width:768px){

    .exhibition-card{
        flex-direction:column;
    }

    .exhibition-thumb{
        width:100%;
    }

}

.search-hidden{
    display:none !important;
}



.playlist-search-wrap{
    margin:40px 0 30px;
}

#playlist-search{
    width:100%;
    padding:18px 22px;
    font-size:18px;
    border:1px solid #ddd;
    border-radius:12px;
    background:#fff;
}


#search-count{
    margin-top:12px;
    color:#666;
    font-size:14px;
}

.country-filters{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:20px;
}

.country-filter{
    border:none;
    background:#f3f3f3;
    padding:10px 16px;
    border-radius:999px;
    cursor:pointer;
    font-size:14px;
}

.country-filter.active{
    background:#111;
    color:#fff;
}


.exhibition-search-description{
    margin:0 0 30px;
    line-height:1.9;
    color:#555;
    font-size:15px;
}