/* Mobile only */
@media (max-width: 767px){
/* Target menu item */
selector .menu-item-188 a {
display: block;
background: #2250A0;
color: #fff !important;
text-align: center;
padding: 8px 20px;
border-radius: 10px;
margin: 15px 20px; /* left-right gap */
font-weight: 600;
width: auto;
}
/* Remove full width effect */
selector .menu-item-188 {
background: transparent !important;
}
}
/* Hide on Tablet & Desktop */
@media (min-width: 768px){
selector .menu-item-188 {
display: none !important;
}
}
