.menu-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 18px 0 10px 0; /* Add vertical space for touch area */
  min-height: 110px; /* Adjust to your design */
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 10px #0001;
  transition: box-shadow 0.16s;
}

.menu-btn:hover, .menu-btn:focus {
  box-shadow: 0 4px 18px #0002;
}

.menu-btn .menu-img-icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}

.menu-btn .menu-img-icon img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.menu-btn span {
  display: block;
  text-align: center;
  font-size: 1.13em;
  color: #203088;
  font-weight: 600;
  line-height: 1.1;
}
