.sapo {
    background: #383838;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 30px;
}
.sapo * {
    margin: 0;
    font-size: 18px;
    font-style: italic;
}
.copyright-footer {
    color: #fff;
    font-size: 12px;
}
.copyright-footer strong {
    color: var(--primary-color);
}
.content-home {
    background: rgba(255, 255, 255, 0.05);
    box-shadow: inset 0 -2px 2px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 0 hsla(0, 0%, 100%, 0.11), 0 8px 32px 0 rgba(0, 0, 0, 0.37);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 24px 32px;
    height: 800px;
    overflow-y: auto;
    position: relative;
    scrollbar-width: thin;
    scrollbar-color: #eeba20 transparent;
    transition: background 0.3s ease;
}
.section-title-center b {
    background: transparent;
}
.post-item .box {
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.home #content{
	padding-bottom: 0 !important;
}
footer {
    padding-top: 30px;
    background: #383838;
}
.ux-menu-link__link {
    min-height: auto;
}
.ux-menu-link__link:hover {
    color: var(--primary-color) !important;
}
.breadcrumb {
    padding-top: 10px;
}
.entry-header-text-top {
    padding-bottom: 10px;
}
#comments {
    display: none;
}