:root {
    --color-max: linear-gradient(155deg, #bf97ff 6.6%, #526eff 84.12%);
    --color-max-rgb: 119, 49, 226;
}

.btn--max {
    width: 25px;
    height: 25px;
    background: var(--color-max);
}

.menu__items .menu__item.link-secondary:focus,
.menu__items .menu__item.link-secondary:hover {
    color: var(--bs-primary) !important;
}