#wide-nav ul.header-nav > li > a {
    padding: 5px 10px;
}
body {
    background-image: linear-gradient(90deg, rgb(27 14 2 / 27%) 0%, rgba(45, 40, 21, 0.55) 50%, rgb(27 14 2 / 27%) 100%), url(/wp-content/uploads/2026/07/bg-1.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.btn-play {
    margin: 0 auto;
}
.titleHome:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -120%);
    width: 60px;
    height: 30px;
    background-image: url(/wp-content/uploads/2026/07/icon-topgame.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.titleHome {
    position: relative;
}
.section-title-center b {
    background: transparent;
}
.titleHome .section-title-center {
    padding-top: 12px;
}
.content-home {
    scrollbar-width: thin;
    scrollbar-color: #FFC051 transparent;
}
.content-home {
    border-radius: 10px;
    padding: 10px 20px;
    height: 600px;
    overflow-y: auto;
    position: relative;
    background: radial-gradient(circle at top right, rgba(241, 206, 8, .14), transparent 26%), radial-gradient(circle at left bottom, rgba(126, 70, 15, .20), transparent 32%), linear-gradient(135deg, #070707 0%, #111111 48%, #0a0a0a 100%);
    border: 1px solid rgba(241, 206, 8, .34);
}
.accordion-item {
    border: solid 1px #61520c;
    background: #0d0d0d;
    border-radius: 8px;
    padding: 20px 15px 20px 20px;
    font-weight: bold;
}
.accordion-item+.accordion-item {
    margin-top: 15px;
}
.accordion .toggle {
    left: auto;
    right: 0;
    top: -5px;
    opacity: 1 !important;
    width: auto;
}
.accordion-title.active {
    background: transparent;
}
.accordion-title {
    border: 0;
    padding: 0 10px 0 0;
}
.accordion-inner {
    padding: 20px 0 0;
}
.accordion-inner p {
    margin-bottom: 0;
    font-weight: 100;
}
.post-item .box {
    background: #0d0d0d;
    border: solid 1px #61520c;
}
.post-item .box .box-text {
    padding: 12px;
}
.copyright-footer {
    color: #fff;
}
.section-title-normal span {
    border-bottom: 0;
}
.section-title-normal {
    border-bottom: solid 1px;
}
.ux-menu-link__link {
    min-height: auto;
}
.ux-menu-link__link:hover {
    color: #eed220 !important;
}
.entry-header-text-top {
    padding-bottom: 0;
}
.archive-page-header h1 {
    text-align: center;
}