#launcher {
    display: none;
}
#customZendeskButton {
    opacity: 1;
    position: fixed;
    z-index: 99;
    bottom: 1rem;
    right: 1rem;
    padding: 0.8rem;
    border-radius: 25px;
    background: #4199d5 !important;
    border: 2px solid transparent;
    color: white;
    font-size: 1rem;
    font-weight: 700;
    width: 100%;
    max-width: 8rem;
}
#customZendeskButton img {
    width: 20px; 
    height: 20px; 
    margin-right: 3px; 
    fill: white;
}

@media (max-width: 768px) {
    #customZendeskButton .text {
        display: none;
    }
    #customZendeskButton {
        max-width: fit-content;
    }
    #customZendeskButton img {
        margin-right: 0;
    }
}