/**
* 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: 25px;
}
.anblog-widget .anblog-widget-title {
  text-align: center;
  text-transform: uppercase;
}