.hover-mode {
   position: absolute;
   bottom: 0; left: 0.5em;
   width: 7em; height: 2em;
   display: flex;
   align-items: center;
   filter: drop-shadow(0px 0px 13px var(--light-bg-color));
}

.hover-mode .shadow {
   -webkit-text-stroke: 3px var(--light-bg-color);
}
