/* AKAZ x 4EVA / V1.4.21 — mobile navigation icon visibility */
@media (max-width: 760px) {
  .mobile-bottom-nav svg,
  .mobile-bottom-nav svg path {
    color: #cf7cff;
    fill: #cf7cff !important;
  }

  .mobile-bottom-nav svg {
    filter:
      drop-shadow(0 0 4px rgba(207, 124, 255, .95))
      drop-shadow(0 0 11px rgba(174, 71, 255, .72));
  }

  .mobile-bottom-nav a.is-active svg,
  .mobile-bottom-nav a.is-active svg path {
    color: #f0d2ff;
    fill: #f0d2ff !important;
  }

  .mobile-bottom-nav a.is-active svg {
    filter:
      drop-shadow(0 0 5px rgba(240, 210, 255, 1))
      drop-shadow(0 0 15px rgba(191, 83, 255, .92));
  }
}
