.latest-posts .post{text-align:left}.latest-posts .post .post-image{margin-bottom:var(--spacing-half);aspect-ratio:1;position:relative;cursor:pointer}.latest-posts .post .post-image img{display:block;aspect-ratio:1;object-fit:cover;width:100%;height:100%}.latest-posts .post .post-image::after{position:absolute;display:block;content:"";top:0;left:0;right:0;bottom:0;background-color:rgba(0, 0, 0, 0.2);pointer-events:none;background-repeat:no-repeat;background-position:center center;transition:background-color 0.25s}.latest-posts .post .post-image:hover::after{background-color:var(--color-secondary-highlight);background-image:url(/wp-content/themes/derma/Resources/Icons/search.svg)}.latest-posts .post .post-meta{font:var(--font-h5);color:var(--color-text);text-transform:none;margin-bottom:var(--spacing-half)}.latest-posts .post:not(.has-image) a:hover{text-decoration:underline !important}.latest-posts .post a{color:var(--color-text)}.latest-posts .post a:hover{text-decoration:underline}.latest-posts .post h3{font:var(--font-h3);color:var(--color-text);text-transform:var(--font-h3-transform)}.latest-posts .post h3 strong{font:var(--font-h3)}.latest-posts .post-navigation{grid-column:1 / -1}