/* Custom styling for My Playground navigation */

/* Ensure My Playground nav item matches Home button styling */
.navbar .nav > li > a[href="/myplayground"],
.navbar-nav .nav-item a[href="/myplayground"],
.web-navbar .navbar-nav a[href="/myplayground"] {
    font-family: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    color: inherit !important;
    text-decoration: none !important;
}

/* Match hover state */
.navbar .nav > li > a[href="/myplayground"]:hover,
.navbar-nav .nav-item a[href="/myplayground"]:hover,
.web-navbar .navbar-nav a[href="/myplayground"]:hover {
    color: inherit !important;
}

/* Ensure consistent styling with other nav items */
.navbar .navbar-nav a[href="/myplayground"] {
    display: inline-block;
    padding: 0.5rem 1rem;
}
