#masthead {
    border-bottom: solid 5px #fabc5f;
}
.header-bottom ul li.menu-item a {
    color: #fff !important;
    text-transform: capitalize;
    font-size: 16px;
}
.header-bottom ul li {
    margin: 0 15px;
}
.header-bottom ul li a:hover {
    color: #fabc5f !important;
}
.header-bottom {
    background: linear-gradient(240deg, #200f08 0%, #6a4a30 100%);
}
.header-button a {
    color: #000;
    border: solid 1px #fff;
    font-size: 13px;
    padding: 3px 12px;
}
.img-center {
    margin: 0 auto;
    animation: zoom-in-zoom-out-1 .8s ease infinite;
}
.section-title-center .section-title-main {
    font-size: 24px;
    background: linear-gradient(295.21deg, #f4d773 30.59%, #caa559 42.59%, #f6dd78 54.59%, #f2b638 66.58%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.section-title-center b {
    background: transparent;
}
.content-home {
    scrollbar-width: thin;
    scrollbar-color: #fabc5f transparent;
}
.content-home {
    border: 1px solid #fabc5f;
    border-radius: 10px;
    padding: 10px 20px;
    height: 600px;
    overflow-y: auto;
    position: relative;
    background-color: #1E0F08;
}
@keyframes zoom-in-zoom-out-1{
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}
.j-top-game {
    flex: 1;
    border: 2px solid #e09738;
    border-radius: 8px;
}
.j-top-game .nav {
    margin-top: -20px;
    gap: 30px;
}
.j-top-game .tab-panels {
    padding: 20px 30px;
    max-height: 500px;
    overflow-x: hidden;
    overflow-y: auto;
}
.j-top-game .nav .tab:hover, .j-top-game .nav .tab.active {
    background-image: url(/wp-content/uploads/2026/03/gamehot-hover.webp);
}
.j-top-game .nav .tab {
    background-image: url(/wp-content/uploads/2026/03/gamebai.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
    margin: unset;
    min-width: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
}
.j-top-game .nav .tab a {
    font-size: .8rem;
    color: #fff;
    transition: none;
}
.post-item .box {
    background: #211911;
    border: solid 2px #fabc5f;
}
.post-item .box .box-text {
    padding: 15px;
}
.box-blog-post .is-divider {
    display: none;
}
.post-item .box .box-text p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.nopad {
    padding-bottom: 0;
}
footer#footer {
    background: #211911;
    padding: 30px 0 0;
    border-top: solid 5px #fbc36f;
}
.ux-menu-link__link:hover {
    color: #fbc36f !important;
}
.copyright-footer {
    font-size: 12px;
    color: #fff;
}
.breadcrumb {
    background: #211911;
    padding: 5px 0;
    font-size: 13px;
}
.is-divider {
    display: none;
}
.entry-title {
    font-size: 24px;
}
.entry-header-text-top {
    padding-bottom: 0;
}
#comments {
    display: none;
}
.social-icons a {
    color: #fff;
}
.widget-title {
    display: block;
    margin-bottom: 15px;
}
.recent-blog-posts a {
    font-size: 14px;
}
header.archive-page-header h1 {
    text-align: center;
}
@media (max-width: 991px){
    .logo-center .logo img {
        margin: auto 0;
    }
    .mobile-nav li a i {
        color: #fff;
    }
    .mfp-content {
        background: #000 !important;
    }
    .off-canvas .nav-vertical>li>a {
        color: #fff;
    }
}