/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 07 2025 | 14:01:59 */
/* List */

ul.lcp_catlist a {
color: #333333;
}

ul.lcp_catlist li {
	font-size: 15px;
	border-bottom: 1px solid #CCCCCC;
	padding: 1.4em 1.1em;
	display: flex;
    justify-content: flex-start;
    align-items: center;
	gap: 1.5em;
}

ul.lcp_catlist li img {
 float: left;
 margin-right: 30px;
}

.lcp_date {
	color: #00184e;
	font-weight: bold;
	padding: 0;
	margin: 0;
	white-space: nowrap;
}

.lcp_category {
width: 140px;
font-weight: bold;
border: 0.1em solid #00317F;
}

.lcp_category a {
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 5px;
	color: #00317F;
	font-weight: bold;
	text-align: center;
}


@media screen and (max-width: 900px) {
	ul.lcp_catlist {
		padding: 0;
	}
	ul.lcp_catlist li {
		flex-wrap: wrap;	
		gap: 1em 1.5em;
	}
	ul.lcp_catlist li > a {
		width: 100%;	
	}
}

