/* Teams Navigation Active State Styling */
.wc-memberships-for-teams-teams-area-navigation .teams-list-active::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background: #ff1d4d !important;
    border-radius: 50%;
    pointer-events: none;
}

.wc-memberships-for-teams-teams-area-navigation li {
    position: relative;
}

/* Ensure the active teams navigation item is styled properly */
.wc-memberships-for-teams-teams-area-navigation .teams-list-active {
    font-weight: bold;
}

.wc-memberships-for-teams-teams-area-navigation .teams-list-active a {
    color: #333 !important;
}