.whatsapp-container {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    width: auto; /* Allow width to adjust to content */
    height: auto; /* Allow height to adjust to content */
}

.whatsapp-button {
    display: flex;
    align-items: center;
    background-color: #25D366;
    color: #fff;
    padding: 6px 10px; /* Reduced padding */
    border-radius: 5px;
    text-decoration: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s;
    font-size: 24px; /* Reduced font size */
}

.whatsapp-button:hover {
    background-color: #128C7E;
}

.whatsapp-button span {
    margin-right: 4px; /* Reduced margin */
}
