#masthead ul > li > a {
    color: #fff;
    font-size: 16px;
}
#masthead ul > li > a:hover {
    color: #eec820;
}
#wide-nav {
    margin-top: 20px;
}
.header-button .button {
    display: inline-block;
    position: relative;
    overflow: hidden;
    background: linear-gradient(10deg, #ffb621 0%, #ffec83 100%);
    color: #111;
    font-weight: bold;
    padding: 8px 0;
    border-radius: 10px;
    font-size: 0.95rem;
    border: 1px solid #FFD700;
    text-shadow: 1px 1px 0px #fafad2;
    text-align: center;
    text-decoration: none;
    transition: border-color 0.2s, box-shadow 0.3s, transform 0.2s;
    letter-spacing: 0;
    min-width: 140px;
    box-sizing: border-box;
    z-index: 1;
    line-height: 1;
    padding: 8px 16px;
}
.header-button .button::after {
    content: '';
    position: absolute;
    top: 0;
    left: -60%;
    width: 60%;
    height: 100%;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
    transform: skewX(-25deg);
    animation: shine-move 2.2s linear infinite;
    pointer-events: none;
    z-index: 2;
}
@keyframes shine-move{
    0% {
        left: -60%;
    }
    100% {
        left: 120%;
    }
}
.imgbanner img {
    border: solid 5px #ffc236;
    border-radius: 20px;
}
.section-title-center b {
    background: transparent;
}
.section-title-center span {
    background: #313131;
    padding: 8px 12px;
    font-size: 22px;
}
.content-home {
    border: 1px solid #ffc236;
    border-radius: 10px;
    padding: 10px 20px;
    height: 600px;
    overflow-y: auto;
    position: relative;
    background-color: #1E0F08;
}
.content-home {
    scrollbar-width: thin;
    scrollbar-color: #ffc236 transparent;
}
.btn {
    margin: 10px auto;
    animation: zoom-in-zoom-out-1 .8s ease infinite;
}
@keyframes zoom-in-zoom-out-1{
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}
.content-1 * {
    font-size: 14px;
    color: #eec820;
}
.content-1 strong {
    border-bottom: solid 1px;
}
.post-item .box {
    border: solid 1px #eec820;
    padding: 3px;
}
.nopad{
    padding-bottom: 0;
}
footer .section {
    padding-top: 0 !important;
}
.section-title-center span {
    font-size: 22px;
}
.section-title-normal {
    border-bottom: 0;
}
.ux-menu-link__link {
    font-weight: bold;
    min-height: auto;
}
.ux-menu-link__link:hover {
    color: #eec820 !important;
}
.entry-header-text-top {
    padding-bottom: 0;
}
#comments {
    display: none;
}
header.archive-page-header {
    text-align: center;
}