.mlink { background: linear-gradient(to bottom, #070B17, #151E35 90%, #1F2B45); border: 1px solid #0F1A2E; box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.8), inset 0px 1px 1px rgba(255, 255, 255, 0.1); border-radius: 6px; font-size: 15px; font-weight: normal; color: #AFC8E3; margin: 4px 0; padding: 0 20px; display: flex; align-items: center; height: 58px; text-decoration: none; } .mlink img { width: 32px; height: 32px; margin-right: 12px; flex-shrink: 0; } .mlink:hover { background: linear-gradient(to bottom, #101A2C, #1C2B4A); box-shadow: 0px 2px 5px rgba(0, 0, 0, 1); }