a {
text-decoration: none !important;
}
.wp-block-newspack-blocks-homepage-articles .entry-content a.more-link {
display: inline-block;
background-color: #0073aa; /* Change to match your theme */
color: #fff;
padding: 8px 16px;
border-radius: 4px;
text-decoration: none;
font-weight: bold;
margin-top: 10px;
}
.wp-block-newspack-blocks-homepage-articles .entry-content a.more-link:hover {
background-color: #005177; /* Darker on hover */
color: #fff;
}