
.wup-launch-button {
    position: fixed;
    left: 20px;
    bottom: 20px;
    cursor: pointer;
    z-index: 10000;
    display: flex;
    align-items: center;
}
.wup-launch-button img {
    width: 50px;
}
.wup-bubble-text {
    margin-left: 10px;
    background-color: #25D366;
    color: white;
    padding: 8px 12px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: bold;
    font-family: Arial, sans-serif;
    white-space: nowrap;
}
.wup-form-container {
    display: none;
    position: fixed;
    left: 20px;
    bottom: 80px;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 12px rgba(0,0,0,0.2);
    z-index: 10000;
    max-width: 300px;
}
.wup-form-title {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 15px;
    color: #25D366;
    font-family: Arial, sans-serif;
}
.wup-form-container input,
.wup-form-container textarea {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding: 8px;
    font-family: Arial, sans-serif;
}
.wup-form-container button {
    padding: 10px;
    background: #25D366;
    border: none;
    color: white;
    font-weight: bold;
    cursor: pointer;
    border-radius: 5px;
    width: 100%;
}
