/*
Theme Name: Switch 2 In Stock
Theme URI: https://example.com
Author: Your Name
Author URI: https://example.com
Description: A Nintendo-themed Bootstrap-based retail offer template for WordPress.
Version: 1.0
License: GPL
*/
.body-bg-color {
  background-color: #ffffff;
}

.custom-navbar {
  background-color: #242424;
}

.site-footer {
  background-color: #242424;
}

.retailer-logo {
  height: 32px !important;
  width: auto !important;
  display: inline-block; /* ensure inline */
}

/* general header links */
.navbar-nav .menu-item a {
  color: #ffffff !important;
  text-decoration: none !important;
}

/* hover / focus state */
.navbar-nav .menu-item a:hover,
.navbar-nav .menu-item a:focus {
  color: #9c9c9c !important;
  text-decoration: none !important;
}

/* style the footer nav links side by side */
.site-footer .nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem; /* spacing between items */
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.site-footer .nav li {
  margin: 0;
}

.site-footer .nav li a {
  color: #ffffff !important;
  text-decoration: none !important;
}

.site-footer .nav li a:hover,
.site-footer .nav li a:focus {
  color: #9c9c9c !important;
  text-decoration: none !important;
}

#menu-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding-left: 0;
  margin: 0;
  list-style: none;
}

#menu-footer-links li {
  margin: 0;
}

#menu-footer-links li a {
  color: #ffffff !important;
  text-decoration: none !important;
}

#menu-footer-links li a:hover,
#menu-footer-links li a:focus {
  color: #9c9c9c !important;
  text-decoration: none !important;
}