body.single.single-blessings .wp-block-heading {
    margin-top: 20px;
}
.blessings-archive .post-content {
    max-width: 762px;
}

body.single.single-blessings #main-content a {
    color: var(--orange);
    text-decoration: none;
    transition: 0.4s ease;
}
body.single.single-blessings #main-content a:hover {
    color: var(--orange);
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
}

@media only screen and (max-width: 768px) {
    .blessings-archive .post-content {
        margin-top: 20px;
    }
}