/**
 * @package     J2Commerce
 * @subpackage  plg_j2commerce_app_socialmedia
 *
 * @copyright   (C)2024-2026 J2Commerce, LLC <https://www.j2commerce.com>
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */

#j2commerce_app_shareButton {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    margin-block: 0.75rem;
}

.app_socialmedia {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.app_socialmedia:hover {
    text-decoration: none;
    opacity: 0.8;
}

.app_socialmedia img {
    width: 35px;
    height: auto;
}
