/**
* 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-widget {
  padding: 20px;
  background: #fff;
}

.anblog-widget-posts {
margin-top: 3.5em;
    display: flex;
    gap: 2em;
    justify-content: space-between;
}
.anblog-widget .anblog-widget-title {
  text-align: center;
  text-transform: uppercase;
}
.anblog-widget-posts:after {
    display: none
}