
.custom-mega-menu { padding:20px; }
.mega-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:20px; }
.mega-item { text-align:center; }
.mega-item img { width:100%; max-width:120px; height:auto; border-radius:50%; }
.mega-item span { display:block; margin-top:8px; font-weight:600; }
@media(max-width:768px){ .mega-grid { grid-template-columns:repeat(2,1fr); } }
