.santander-header button, .santander-header a,
.santander-header button:hover, .santander-header a:hover,
.santander-header button:focus, .santander-header a:focus {
    cursor: pointer;
    text-decoration: none !important;
    outline-color: var(--santander-header-button-active-color);
    transition: none;
    background-color: inherit;
    background-image: inherit;
    text-shadow: inherit;
    letter-spacing: inherit !important;
    font: initial;
}

.santander-header .santander-header__navigation-link:focus {
    text-decoration: none !important;
}

.santander-header__navigation-button:not([disabled]):focus,
.santander-header__navigation-link:not([disabled]):focus {
    font-family: var(--santander-header-bold-font-family);
    font-weight: var(--santander-header-bold-font-weight);
    color: var(--santander-header-button-active-color);
}

.santander-header__navigation-button:not([disabled]):focus {
    box-shadow: none;
}

.access .santander-header__navigation-link:focus {
    background-color: var(--santander-header-santander-hover-color);
}


.userMenu .santander-header__navigation-button {
    text-align: inherit;
    text-shadow: inherit;
    box-shadow: inherit;
    transition: none;
    letter-spacing: inherit;
}

.santander-header__navigation__submenu-button--content {
    color: var(--santander-header-button-active-color) !important;
}

.searcher .santander-header__navigation-link:hover,
.userMenu .santander-header__navigation-button:hover,
.userMenu .santander-header__navigation-button[aria-expanded="true"],
.userMenu .santander-header__navigation-button:focus-visible,
.userMenu.is-active .santander-header__navigation-button {
    background-color: rgb(246, 246, 246);
}


.santander-header__navigation__submenu__list__item.logout button {
    font-size: 18px;
    box-shadow: none;
}

.santander-header__navigation__submenu__list__item:hover a,
.santander-header__navigation__submenu__list__item a:focus-visible {
    font-weight: var(--santander-header-bold-font-weight);
}

.santander-header a {
    color: var(--santander-header-dark-color);
}