/* MAX contact styling shared by the desktop button and mobile contact menu. */
.max-contact-button {
    position: fixed;
    z-index: 10001;
    bottom: 190px;
    right: 100px;
    display: block;
    width: 65px;
    height: 65px;
    border-radius: 18px;
    background: linear-gradient(135deg, #44ccff 0%, #5533ee 66%, #9933dd 100%);
    box-shadow: 0 8px 18px rgba(44, 63, 89, 0.16);
}

.max-contact-button::before {
    content: "";
    position: absolute;
    inset: 14px;
    background: url("/img/svg/max-white.svg") center / contain no-repeat;
}

.max-contact-button:focus-visible {
    outline: 3px solid #5533ee;
    outline-offset: 4px;
}

#contacts-info-menu .menu-item.item-max {
    background-image: url("/img/svg/max-white.svg");
}

#contacts-info-menu .max-button {
    padding: 20px 15px 20px 60px;
    width: 100%;
    display: block;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    text-align: left;
}

.mobile-max-contact-row {
    display: flex;
    justify-content: flex-end;
}

.max-contact-button.max-contact-button--mobile {
    position: relative;
    z-index: 1;
    bottom: auto;
    right: auto;
    width: 48px;
    height: 48px;
    margin: 0 5px;
    border-radius: 14px;
}

.max-contact-button--mobile::before {
    inset: 10px;
}
