<!-- start Simple Custom CSS and JS -->
<style type="text/css">
div.img-hidden {
  display: block !important;
}
/* space between news*/
.grid-cols {
    row-gap: 0.5rem !important;
}
/*space top&bottom of date and catagory*/
.loop-entry .entry-header .entry-meta {
    margin: 0.5em 0 !important;
}
/*color catagory*/
.entry-meta a {
    color: #B85C00 !important;
}
/*font size lasts post*/
.news-lists{
    font-size: 14px !important;
}
/*PDPA link color*/
.cn-text-container a {
    color: #eb7500 !important;
}</style>
<!-- end Simple Custom CSS and JS -->
