/*
* FooGallery Custom CSS
* This file is created by adding custom CSS on FooGallery Settings page in wp-admin
* Created : 15 Nov 2021, 12:52 pm
*/

[class*="draw-attention-links-"] ol li h3 {
    cursor: pointer;
}
[class*="draw-attention-links-"] ol li h3:hover {
    text-decoration: underline;
}