:root[data-page-template="content-source"] {
time {
    display: none;
}
}
  
.tile {
    background-color: #FFFFFF;
    box-shadow: 0px 3px 5px rgba(9,30,66,0.2), 0px 0px 1px rgba(9,30,66,0.31);
    border-radius: 3px;
    color: #000C34;
    line-height: 1.2;
    margin-bottom: .5rem;
    padding: 1rem;
    position: relative;
    transition: box-shadow cubic-bezier(0.23, 1, 0.32, 1) 0.4s,background-color cubic-bezier(0.23, 1, 0.32, 1) 0.4s;
}
