.top-menu-chat-button {
    width: 2.6rem !important;
    min-width: 2.6rem !important;
    min-height: 2.6rem !important;
    height: 2.6rem !important;
    padding: 0 !important;
    border-radius: 999px !important;
    border: 1px solid #25d366 !important;
    background: #25d366 !important;
    color: #ffffff !important;
    box-shadow: 0 10px 24px rgba(37, 211, 102, 0.28) !important;
}

.top-menu-chat-button svg {
    width: 1.15rem !important;
    height: 1.15rem !important;
    fill: currentColor !important;
    stroke: none !important;
}

.top-menu-chat-button:hover,
.top-menu-chat-button:focus-visible {
    background: #1ebe5d !important;
    border-color: #1ebe5d !important;
    color: #ffffff !important;
    box-shadow: 0 12px 28px rgba(30, 190, 93, 0.34) !important;
    transform: translateY(-1px);
    outline: none !important;
}
