.wp-block-post.type-resource > .wp-block-post-link {
    transition: background-color 0.25s ease-out;
    transition-property: background-color, color, transform;
}

.wp-block-post.type-resource > .wp-block-post-link {
    outline: none;
}

.wp-block-post.type-resource > .wp-block-post-link:has(*:hover),
.wp-block-post.type-resource > .wp-block-post-link:has(.wp-block-post-link__link:focus),
.wp-block-post.type-resource > .wp-block-post-link:has(.wp-block-post-link__link:hover) {
    background-color: var(--wp--preset--color--cream) !important;
}

.wp-block-post.type-resource > .wp-block-post-link:has(.wp-block-post-link__link:active) {
    background-color: var(--wp--preset--color--cream) !important;
    color: var(--wp--preset--color--secondary-dark) !important;
    transition-duration: 0.1s;
}
/* FAQs */
.wp-block-post.type-faq .wp-block-details.searched-faq[open] {
    background-color: var(--wp--preset--color--cream);
}
