.imgbr img {
    border-radius: 10px;
}
.section-title-center b {
    background: transparent;
}
.section-title-center span {
    text-transform: capitalize;
}
.sapo {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px #da3f014d;
    margin-bottom: 20px;
}
.sapo * {
    margin: 0;
    font-size: 18px;
}
.content-home {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px #da3f014d;
    margin-bottom: 20px;
    height: 800px;
    overflow-y: auto;
    position: relative;
    scrollbar-width: thin;
    scrollbar-color: var(--primary-color) transparent;
    transition: background 0.3s ease;
}
.post-item .box {
    background: #fff;
    box-shadow: 0 0 10px #da3f014d;
    border-radius: 5px;
    padding: 5px;
}
.section-title-normal , .section-title-normal span {
    border-bottom: 0;
    text-transform: capitalize;
    padding-bottom: 0;
}
.ux-menu-link__link {
    min-height: auto;
}
footer .section {
    padding-bottom: 0 !important;
    border-bottom: solid 1px #313131;
}
.copyright-footer {
    color: #fff;
}
.breadcrumb {
    background: #ffffff;
    font-size: 14px;
    padding: 5px 0;
}
.breadcrumb>div * {
    margin: 0;
}
.embed-ranking .ranking-list .ranking-table .ranking-table-body .ranking-group-title {
    background-color: var(--primary-color) !important;
}
.entry-header-text-top {
    padding-bottom: 0;
}
#comments {
    display: none;
}