@charset "UTF-8";
.extend .hover {
    display: none !important;
}
.extend:hover .hover {
    display: flex !important;
}
