body, .j-scrollbox {
    scrollbar-width: thin;
    scrollbar-color: #d99a23 rgba(14, 11, 9, .6);
}
.header-button-1 a {
    color: #2b1b05 !important;
    background: linear-gradient(180deg, #ffe38a 0%, #f7c948 58%, #d99a23 100%);
    border: 2px solid rgba(255, 215, 0, .9) !important;
    box-shadow: 0 6px 16px rgba(255, 200, 60, .35), inset 0 2px 6px rgba(255, 255, 255, .28);
}
.header-button a {
    border-radius: 5px !important;
}
.header-button-2 a {
    color: #fff !important;
    background: linear-gradient(145deg, #1d140a 0%, #0f0c08 65%);
    border: 2px solid rgba(255, 215, 0, .35) !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, .45), inset 0 0 10px rgba(255, 215, 0, .08);
}
#wide-nav {
    position: relative;
    border-top: 1px solid rgb(255 215 0 / 18%);
    border-bottom: 1px solid rgb(255 215 0 / 18%);
    box-shadow: 0 -2px 10px rgba(0, 0, 0, .45) inset;
}
#header .header-bg-color, #header .header-bg-container {
    background: linear-gradient(180deg, rgba(10, 9, 7, .96) 0%, rgba(26, 18, 8, .96) 100%) !important;
    box-shadow: inset 0 -2px 18px rgba(0, 0, 0, .6);
    backdrop-filter: saturate(1.05) blur(3px);
}
#header {
    background: transparent;
}
.header-bottom .nav > li > a {
    border-radius: 999px;
    padding: 10px 18px;
    color: #f2e6c4 !important;
    box-shadow: inset 0 0 0 1px rgba(255, 215, 0, .06);
    transition: all .3s;
}
.header-bottom .nav > li > a:hover {
    transform: translateY(-3px);
}
#main {
    background-image: url(/wp-content/uploads/2026/01/bg-hitclub.webp);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}
.scroll-hint {
    display: inline-block;
    animation: scrollPulse 2.4s ease-in-out infinite;
    cursor: pointer;
    transition: transform .3s ease, filter .3s ease;
    will-change: transform;
}
@keyframes scrollPulse {
    0%, 100% {
        transform: translateY(0);
        filter: brightness(1);
    }
    50% {
        transform: translateY(-8px);
        filter: brightness(1.4);
    }
}
.nopad {
    padding-bottom: 0 !important;
}
.flickity-button {
    top: 18%;
}
#footer a, p a, h1, h2, h3, .post-title a {
    background: linear-gradient(0deg, #fede5e 13%, #fdbd44 10%, #fdffc9 70%);
    -webkit-background-clip: text;
    color: transparent !important;
    text-shadow: 0 0.2px 0 rgba(255, 255, 255, 0.4);
}
.content-home > .col-inner {
    border-radius: 20px;
    border-width: 1px 1px 1px 1px;
    border: solid 1px rgb(182, 147, 0);
    padding: 20px;
}
.j-scrollbox {
    overflow-x: hidden;
    max-height: 1000px;
}
.stuck {
    display: block !important;
}
.breadcrumb {
    background: #000;
    padding-top: 12px;
}
.entry-header-text-top {
    padding-bottom: 0;
}
#comments, .entry-divider, .widget .is-divider {
    display: none;
}
span.widget-title {
    display: block;
    margin-bottom: 10px;
    line-height: 1.4;
}
.archive-page-header h1 {
    text-align: center;
    font-size: 24px;
}
.mobile-nav > li > a {
    color: #fff;
}
.home .header-wrapper, .box-blog-post .is-divider {
    display: none;
}
@media (max-width: 549px){
    .post-title a {
        font-size: 18px;
    }
}