.ResourceCard {
    &-name {
        display: flex;
        flex-direction: row;
        align-items: center;

        h4 {
            margin-left: 4px;
            margin-bottom: 0;
        }
    }

    &-type {
        color: var(--text-secondary);
    }
}
