@media (max-width: 1023px) {
  .bottom-nav__item svg,
  .bottom-nav__write-btn svg {
    stroke: currentColor !important;
    filter: drop-shadow(0 2px 5px rgba(20,20,43,.08)) !important;
  }

  .bottom-nav__item[data-nav-path="/"] {
    color: #ff6b4a !important;
  }

  .bottom-nav__item[data-nav-path="/feed"] {
    color: #3b82f6 !important;
  }

  .bottom-nav__write-btn[data-nav-path="/write?type=multi"] {
    color: #ffffff !important;
    background: linear-gradient(135deg, #ff6b4a, #ff9f43) !important;
    box-shadow: 0 10px 24px rgba(255, 107, 74, .28) !important;
  }

  .bottom-nav__item[data-nav-path="/sosoland"] {
    color: #8b5cf6 !important;
  }

  .bottom-nav__item[data-nav-path="/account"] {
    color: #10b981 !important;
  }

  .bottom-nav__item.active {
    background: color-mix(in srgb, currentColor 13%, transparent) !important;
  }

  .bottom-nav__write-btn.active {
    transform: translateY(-2px) !important;
  }

  [data-theme="dark"] .bottom-nav__item.active {
    background: color-mix(in srgb, currentColor 20%, transparent) !important;
  }
}
