.saze-instagram-button {
    position: fixed;
    right: 92px;
    bottom: 24px;
    z-index: 9989;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    box-sizing: border-box;
    border: 1px solid #222;
    border-radius: 50%;
    color: #222;
    background: #fff;
    box-shadow:
        inset 0 0 0 5px #fff,
        inset 0 0 0 6px #222,
        0 7px 20px rgba(0, 0, 0, .12);
    text-decoration: none;
    transition: opacity .2s ease, transform .2s ease;
}

.saze-instagram-button i {
    color: inherit;
    font-size: 23px;
    line-height: 1;
}

.saze-instagram-button:hover,
.saze-instagram-button:focus,
.saze-instagram-button:focus-visible {
    color: #fff;
    background: #222;
    box-shadow:
        inset 0 0 0 5px #222,
        inset 0 0 0 6px #fff,
        0 7px 20px rgba(0, 0, 0, .16);
    opacity: .9;
    text-decoration: none;
    transform: translateY(-2px);
}

@media (max-width: 600px) {
    .saze-instagram-button {
        right: 86px;
        bottom: 16px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .saze-instagram-button {
        transition: none;
    }
}
