.wp-block-latest-posts__list.wp-block-latest-posts {
list-style: none;
margin: 0;
padding: 0;
}
.wp-block-latest-posts__list.wp-block-latest-posts li {
padding: 12px 0;
border-bottom: 1px solid #e5e5e5;
}
.wp-block-latest-posts__list.wp-block-latest-posts li:last-child {
border-bottom: none;
}
.wp-block-latest-posts__list.wp-block-latest-posts a {
color: #222;
font-size: 18px;
font-weight: 600;
text-decoration: none;
}
.wp-block-latest-posts__list.wp-block-latest-posts a:hover {
color: #0073aa;
}
.wp-block-latest-posts__list.wp-block-latest-posts time {
display: block;
margin-top: 6px;
font-size: 14px;
color: #777;
}  .site-header {
margin-top: 10px;
} .site-footer .site-info {
margin-bottom: 10px;
} .page-header, .comments-area,
.content-area .inside-article,
.site-footer .site-info,
.site-header,
.sidebar .widget {
transition: all 0.3s ease;
border-radius: 12px;
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
transform: translateY(-4px);
} .sidebar .widget:hover {
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
transform: translateY(0);
} .entry-summary,
.wp-block-post-excerpt__excerpt,
.post-excerpt {
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
} .wp-block-post-terms,
.entry-meta .cat-links {
max-height: 1.5em; overflow: hidden;
}