selector {
margin-left: -25px !important;
margin-right: -25px !important;
position: relative !important;
z-index: 1 !important;
opacity: 0.45;
transform: scale(0.9);
transition: all 0.35s cubic-bezier(0.25, 1, 0.5, 1) !important;
}
/* Hover / Active State: Top Layer + Blue Neon Glow */
selector:hover,
selector.active {
z-index: 99 !important;
opacity: 1 !important;
transform: scale(1.2) !important;
border-color: #4ea8de !important;
background-color: #0d1322 !important;
box-shadow:
0 0 25px 8px rgba(26, 115, 232, 0.6),
0 0 60px 20px rgba(0, 102, 255, 0.35),
inset 0 0 14px 2px rgba(78, 168, 222, 0.7) !important;
}