/**
* 2024 Anvanto
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
*
*  @author    Anvanto <anvantoco@gmail.com>
*  @copyright 2024 Anvanto
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*/

.anblog-like-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
}
.anblog-like-button {
    border: 2px solid #f0f0f0!important;
    border-radius: 5px;
    background: transparent!important;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    min-width: 72px;
}
.anblog-like-button svg {
    margin-right: 2px;
}
.anblog-like-button .anblog-like-icon-active,
.anblog-like-button.active .anblog-like-text,
.anblog-like-button.active .anblog-like-icon {
    display: none;
}
.anblog-like-button.active .anblog-like-icon-active {
    display: inline;
}