#fsm-button {
    position: fixed;
    bottom: 98px;
    right: 28px;
    z-index: 9999;
    display: flex;
    align-items: center;
}

#fsm-message {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 10px;
    margin-right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#fsm-message span {
    color: #333333;
    font-size: 12px;
    font-weight: 600;
}

#fsm-icon {
    width: 56px;
    height: 56px;
    background-color: #0062ff; /* WhatsApp green color */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

#fsm-icon img {
    width: 24px;
    height: 24px;
}

#fsm-links {
    display: none;
    position: absolute;
    bottom: 70px;
    right: 0;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 10px;
    text-align: right;
}

#fsm-links a {
    display: block;
    margin-bottom: 10px;
    color: black;
    text-decoration: none;
	font-size:14px;
	font-weight:600;
}

#fsm-links a:last-child {
    margin-bottom: 0;
}
