.navbar-brand img, .brand img, img[src*="logo.png"] {
    height: 60px !important;
    width: 60px !important;
    max-width: 60px !important;
    object-fit: contain !important;
}

/* Apply your custom background color (#606263) to the page canvas container */
body, html, .site-wrapper {
    background-color: #606263 !important;
}

/* Adjust the main structural wrapper content area to standard white if desired */
.body .container, .main-body, main {
    background-color: #ffffff !important;
}

/* Apply your template accent color (#20b306) to text links across the environment */
a, .navbar-brand, .site-title, .brand h1 {
    color: #20b306 !important;
}

/* Ensure hover states transition cleanly */
a:hover, a:focus {
    color: #178204 !important; /* Slightly darker green for clear hover accessibility */
    text-decoration: underline;
}

/* Color-code active navigational menu highlighting buttons */
.nav-pills > .active > a, 
.nav-pills > .active > a:hover, 
.nav-pills > .active > a:focus, 
.navbar .active > a {
    background-color: #20b306 !important;
    color: #ffffff !important;
}
