/**
* 2022 Anvanto
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
*
*  @author    Anvanto <anvantoco@gmail.com>
*  @copyright 2022 Anvanto
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*/
.an-sfsl {
    background: #282828;
    padding: 9px 0 12px;
    position: relative;
}
.an-sfsl p {
    margin-bottom: 0;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: rgb(153, 153, 153);
    line-height: 20px;
    text-transform: none;
}