/* === POST EXCERPTS / META === */
.wp-block-post-excerpt,
.wp-block-post-excerpt p,
.wp-block-post-content .has-background {
    background-color: #121212 !important; /* Dark background */
    color: #EAEAEA !important; /* Light gray text */
    padding: 0 20px; /* Left/right padding for readability */
    line-height: 1.6; /* Comfortable spacing */
    margin-bottom: 1.5em; /* Space between posts */
}

/* Style the "Read More" / custom link */
.wp-block-post-excerpt a {
    color: #FFDD00; /* Bright yellow for contrast */
    font-weight: 700; /* Bold */
    text-decoration: none; /* Remove underline */
}

.wp-block-post-excerpt a:hover {
    color: #FFD633; /* Slightly lighter yellow on hover */
    text-decoration: underline; /* Subtle hover effect */
}