/*
 * WordPress plugin RSS Feed Icon by Space X-Chimp ( https://www.spacexchimp.com ).
 *
 * @package     RSS Feed Icon
 * @author      Arthur Gareginyan
 * @link        https://www.spacexchimp.com
 * @copyright   Copyright (c) 2016-2021 Space X-Chimp. All Rights Reserved.
 */


.RssFeedIcon {
    display: inline-block;
    border: none !important;
    text-decoration: none !important;
}

.RssFeedIcon img {
    border: none !important;
}
