#launcher {
    margin-bottom: 0;
}

.zendesk-close-button-wrapper {
    position: fixed;
    right: var(--right);
    bottom: var(--bottom);
    width: var(--width);
    height: var(--height);
}

.zendesk-close-button {
    visibility: hidden;
    opacity: 0;
    border: none;
    background-color: transparent;
    position: absolute;
    top: 0;
    right: 3px;
    padding: 0 6px;
}

.zendesk-close-button:hover {
    cursor: pointer;
    background-color: transparent;
}

.zendesk-close-button-wrapper .zendesk-close-button:hover path {
    fill: var(--se-heading-color);
}

.zendesk-close-button.active {
    visibility: visible;
    opacity: 1;
}

.zendesk-close-button svg {
    width: 16px;
    height: 16px;
}

@media screen and (max-width: 1279px) {
    #launcher {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 991px) {
    #launcher {
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 575px) {
    #launcher {
        margin-bottom: -13px;
    }
}