/*
Theme Name: ChromeNews Child
Theme URI: https://your-child-theme-url.com/
Author: Your Name
Author URI: https://your-author-url.com/
Description: Child theme for ChromeNews.
Template: chromenews
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: chromenews-child
Tags: news, blog, child-theme
*/
a.whatsapp-group {
    position: fixed;
    bottom: 0;
    top: auto;
    left: 10px;
    background: green;
    padding: 3px;
    border-radius: 4px;
    padding-bottom: 0;
}

a.whatsapp-group img {
    max-width: 40px;
}
