.wwc-button-container {
    margin: 15px 0;
    text-align: center;
}

.wwc-whatsapp-button {
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.wwc-whatsapp-button:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}

.wwc-button-icon {
    margin-right: 8px;
    display: flex;
    align-items: center;
}

.wwc-button-icon svg {
    width: 20px;
    height: 20px;
}