<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* FRONTEND DISPLAY STYLES */

.aoclubs-last-news-widget {
    /* overflow: auto; */
}
.aoclubs-last-news-widget ul {
	list-style:none;
	padding-left:0;
}
.aoclubs-last-news-widget ul li {
    position: relative;
    clear: both;
}
.aoclubs-last-news-widget ul li .aoclubs-last-news-thumb {
	float:left;	
    width: 120px;
    height: 67.5px; /*60px;*/
    background-size: cover;
    background-position: center;
	margin: 0 10px 0 0;
    border: 1px solid #ddd;
}
.aoclubs-last-news-widget .fa {
  padding: 0 4px 0 0;
}

.aoclubs-last-news-widget ul li .aoclubs-last-news-excerpt {
	line-height:1;
}

.aoclubs-last-news-widget ul.without-thumb li .aoclubs-last-news-date {
}
.no-event {
    color:#cc0000;
    font-weight:bold;
}

@media (min-width: 960px) {
    #sidebar-top-content .aoclubs-last-news-widget ul.with-thumb li,
    #sidebar-bottom-content .aoclubs-last-news-widget ul.with-thumb li{
        width: 50%;
        float: left;
        clear: none;
    }
    #sidebar-top-content .aoclubs-last-news-widget ul.with-thumb li:nth-child(2n+1),
    #sidebar-bottom-content .aoclubs-last-news-widget ul.with-thumb li:nth-child(2n+1) {
        clear: both;
    }
    #sidebar-top-page .aoclubs-last-news-widget ul.with-thumb li,
    #sidebar-bottom-page .aoclubs-last-news-widget ul.with-thumb li{
        width: 33%;
        float: left;
        clear: none;
    }
    #sidebar-top-page .aoclubs-last-news-widget ul.with-thumb li:nth-child(3n+1),
    #sidebar-bottom-page .aoclubs-last-news-widget ul.with-thumb li:nth-child(3n+1){
        clear: both;
    }
}

</pre></body></html>