.header-button a {
    border-radius: 5px !important;
    padding: 3px 20px;
    background: #f8c617;
    color: #000;
    font-size: 15px;
    box-shadow: 0 4px 8px rgb(255 255 255 / 50%);
}
.header-bottom ul > li > a:hover {
    color: #f8c617 !important;
}
.post-item .box .box-text {
    background: #4f4f4f;
    padding: 12px;
}
.post-title a {
    font-size: 18px;
    color: #f8c617;
}
.section-title-normal , .section-title-normal span {
    border-bottom: 0;
}
.ux-menu-link__link:hover {
    color: #f8c617 !important;
}
.breadcrumb {
    padding-top: 12px;
}
h1.entry-title {
    color: #f8c617;
    font-size: 30px;
}
.entry-header-text-top {
    padding-bottom: 0;
}
#comments {
    display: none;
}
.archive-page-header h1 {
    text-align: center;
    font-size: 24px;
    color: #f8c617;
}
.recent-blog-posts a {
    color: var(--fs-experimental-link-color) !important;
}
.copyright-footer strong {
    color: #fff;
}
@media (max-width: 549px){
    .header-button a {
        padding: 0 20px;
    }
}