/*
Theme Name: Pro Cam MU
Author: Self-maintained
Description: This theme is compatible with the WP Cam Builder plugin
Version: 4.1.0
Requires at least: 6.4
Tested up to: 6.9
Requires PHP: 8.1
License: GPLv2
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Update URI: false
Text Domain: pro-cam-mu
*/

/* BOOTSTRAP 4 -> 5 COMPAT
   The plugin's category dropdowns emit plain <li><a> items; Bootstrap 5
   expects .dropdown-item on the anchors, so shim the item styling here.
-------------------------------------------------------------- */
.dropdown-menu > li > a {
    display: block;
    padding: .25rem 1rem;
    color: #212529;
    text-decoration: none;
    white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-color: #f8f9fa;
}

/* CUSTOM CSS
-------------------------------------------------------------- */
