/* This stylesheet is minified for performance. */

/*
Theme Name: statssy
Theme URI: https://example.com/statssy
Author: Digvijay Tiwari
Author URI: https://www.digvijaytiwari.com
Description: A custom WordPress theme following the latest coding standards.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom, responsive, modern
Text Domain: statssy
*/

/* Mega Menu Styling */
.mega-menu {
  position: static !important;
}

.mega-menu-content {
  display: flex;
  flex-wrap: wrap;
  background-color: #f8f9fa;
  padding: 20px;
  width: 100%;
  border: 1px solid #ddd;
  box-shadow: 0 4px 6px rgb(0 0 0 / 10%);
}

.mega-menu-content .dropdown-item {
  flex: 1 1 200px;
  margin: 5px;
  text-align: left;
}

.mega-menu-content .dropdown-item:hover {
  background-color: #e9ecef;
}
