/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 07 2025 | 18:21:31 */
.footerExtend{
    display:flex;
    justify-content:start;
}

.footerExtend > a{
    width:auto !important;
}

.footerExtend > .footerExtendIcon{
        background: #686868;
    border-radius: 50%;
    height: 13px;
    width: 13px;
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    line-height: 11px;
    color: #000;
    display: inline-block;
    margin-left: 7px;
    position: relative;
    top: -1px;
    cursor: pointer;
}

.seoExtendWrapper{
    overflow: hidden;
    -webkit-transition: height .5s ease;
    transition: height .5s ease;
}