
.uc-logo{
    margin-top:10px;
    margin-bottom:10px;
}
.whatsapp-icon {
    width: 22px !important;
    height: 22px !important;
}
.footer-social .whatsapp-icon,
.sidebar-social .whatsapp-icon
{
    opacity: 0.5;
}
.footer-social .whatsapp-icon:hover,
.sidebar-social .whatsapp-icon:hover
{
    opacity: 1;
}

.article-image > img{
    width: 100%!important;
    height: auto!important;
}

.post-content > p{
    color: black;
    font-size: 1.1rem!important;
}
.uc-dark .post-content > p {
    color: rgba(var(--bs-white-rgb),var(--bs-text-opacity)) !important;
}
.uc-logo > a > img {
    padding: 10px;
}
#uc-menu-panel header .uc-logo > a > img,
#uc-menu-panel header .uc-logo > a > svg
{
    color: rgb(255,0,0)!important;
}
.custom-social-icon > img.white,
.uc-dark .custom-social-icon > img.black
{
    display: none;
}
.uc-dark .custom-social-icon > img.white
{
    display: block;
}
