/* Mobile menu - force dark */
.ast-mobile-popup-drawer,
.ast-mobile-popup-drawer.active,
.ast-mobile-popup-inner,
.ast-mobile-popup-content,
#ast-mobile-popup,
.ast-mobile-popup-drawer .ast-mobile-popup-inner,
.ast-mobile-popup-header,
[class*="ast-mobile-popup"] {
  background: #1f2937 !important;
  background-color: #1f2937 !important;
}

.ast-mobile-popup-drawer .menu-item,
.ast-mobile-popup-inner .menu-item,
#ast-mobile-popup .menu-item,
[class*="ast-mobile-popup"] .menu-item {
  background: #1f2937 !important;
  border: none !important;
  border-bottom: 1px solid rgba(255,255,255,0.1) !important;
}

.ast-mobile-popup-drawer .menu-link,
.ast-mobile-popup-inner .menu-link,
#ast-mobile-popup .menu-link,
[class*="ast-mobile-popup"] .menu-link,
[class*="ast-mobile-popup"] a {
  color: #ffffff !important;
  padding: 15px 20px !important;
  display: block !important;
}

.menu-toggle-close,
.ast-mobile-popup-close {
  color: #ffffff !important;
}

.menu-toggle-close svg,
.ast-mobile-popup-close svg {
  fill: #ffffff !important;
}

.ast-mobile-popup-drawer ul,
.ast-mobile-popup-inner ul {
  background: #1f2937 !important;
  border: none !important;
}
