.resource-video-modal {
    height: fit-content !important;
    .wp-block-group {
        max-height: 506px;
        overflow: hidden;
        position: relative;
        .close {
            position: absolute;
            top: var(--wp--preset--spacing--20);
            right: var(--wp--preset--spacing--20);
        }
        iframe {
            margin-top: 0;
        }
    }
}
.type-resource .card a.resource-link:is(:hover, :focus) {
    text-decoration: none;
    .wp-block-heading {
        text-decoration: underline;
        text-decoration-color: var(--wp--preset--color--light-blue);
    }
}

.category-icons::after {
    font-family: 'Font Awesome 6 Pro';
    font-style: normal;
}
.category-icons.fa-link::after {
    content: '\f0c1';
}
.category-icons.fa-video::after {
    content: '\f03d';
}
.category-icons.fa-file::after {
    content: '\f15b';
}
.category-icons.fa-file-alt::after {
    content: '\f15c';
}
.category-icons.fa-presentation::after {
    content: '\f685';
}
