/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 04 2026 | 20:45:57 */
#custom-news-grid .xpro-post-grid-content a {
	text-decoration: none;
}

#custom-news-grid .xpro-post-grid-content a.xpro-post-grid-btn:hover {
	text-decoration: underline;
}

#custom-event-list .ha-post-list-item a,
#custom-event-list .ha-post-list-item a * {
	cursor: default;
	text-decoration: none;
}

#custom-event-list .ha-post-list-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#custom-event-list h2.ha-post-list-title {
    color: #FFFFFF;
    background-color: #D31818;
    padding: 10px;
    width: fit-content;
}

#custom-event-list h2.ha-post-list-title: hover {
    text-decoration: none !important;
}

