/*
Theme Name: Customs Excise Theme
Theme URI: http://localhost/customs
Author: Antigravity
Description: A modern, responsive WordPress theme for the Customs and Excise Division, built with Tailwind CSS and Vue.js.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: customs-excise
*/

/* Custom global styles can go here, but most styling will be done via Tailwind utilities. */

/* Gold Dropdown Styles */
#nav-app ul li ul {
    background-color: #be992e; /* gold */
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

#nav-app ul li ul li a {
    color: white !important;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    padding: 10px 20px;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-align: left;
}

#nav-app ul li ul li a:hover {
    background-color: #a68427; /* darker gold */
    text-decoration: underline;
}

#nav-app ul li ul li:last-child a {
    border-bottom: none;
}
