/*
* A Single News Post | Single-post.php
*/


.full-width-container.sp2-news div.the-content > p:first-child {
    font-size: var(--wp--preset--font-size--m);
    color: var(--wp--preset--color--blue);
}

.sp2-news .the-content a:not(.wp-block-button__link) {
    color: var(--wp--preset--color--blue);
}
.sp2-news .the-content a:hover {
    text-decoration: underline;
}
.full-width-container.sp2-news .the-content p {
    padding-bottom: 1rem;
}