.bow-button-wrapper {
    margin: 20px 0;
}

.bow-whatsapp-button {
    display: inline-flex;
    align-items: center;
    background-color: #25D366;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 24px;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.3s ease;
    box-shadow: 0 2px 4px rgba(37, 211, 102, 0.2);
}

.bow-whatsapp-button:hover {
    background-color: #128C7E;
    color: #ffffff;
    text-decoration: none;
}

.bow-whatsapp-icon {
    width: 24px;
    height: 24px;
    margin-right: 8px;
} 