.c4s-header-account-switch-menu .dropdown-menu {
    width: max-content;
    margin-top: 0;
    padding: 1em;
}

.c4s-header-account-switch-menu .account-switch-card {
    margin: 0;
    border: none;
    box-shadow: none;
}

.c4s-header-account-switch-menu .account-switch-card .card-header {
    font-weight: 600;
    border: none;
    background: none;
}

.c4s-header-account-switch-menu .c4s-account-switch-link:hover,
.c4s-header-account-switch-menu .c4s-account-switch-link:active,
.c4s-header-account-switch-menu .c4s-account-switch-link:focus {
    color: var(--bs-primary);
}

.c4s-header-account-switch-menu .c4s-account-switch-link.active {
    font-weight: 600;
    color: var(--bs-primary);
}