/*
Theme Name: Assurena
Theme URI: http://assurena.stylusthemes.com/
Author: StylusThemes
Author URI: http://stylusthemes.com/
Description: A premium WordPress responsive theme by StylusThemes
Version: 1.2.1
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: assurena
Tags: editor-style, featured-images, post-formats, sticky-post, threaded-comments, translation-ready
*/

.floodicon {
  position: relative;
}

.floodicon .stl-infobox-title_wrapper {
	padding-top:50px;
}
.floodicon .stl-infobox-title_wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    right: 0px;
    width: 50px;
    height: 50px;
    background-color: #2462d2;
    mask: url(https://kpv.9fd.myftpupload.com/wp-content/uploads/2025/11/flood.png);
    mask-size: contain;
    mask-repeat: no-repeat;
    margin: auto;
}
.floodicon:hover .stl-infobox-title_wrapper:after {
  background-color: white; 
}