/* ------ debug.css - put your code here and explain why in a comment ------ */
/* can activate for alerts work - hiding 1986351 */
/*
.alert-converted::before {
    content: "👌";
    position: absolute;
    bottom: -12px;
    right: -12px;
    border: dotted 2px red;
    border-radius: 100%;
    padding: 0 4px;
}
*/
