html {
    background: url(/wp-content/uploads/2026/06/bg-rikvip.webp) top center no-repeat fixed;
    background-size: cover !important;
    background-position: 50% 50%;
}
.sticky-add-to-cart--active, #wrapper, #main, #main.dark {
    background-color: rgb(10 10 10 / 46%);
}
#masthead {
    border-bottom: solid 1px #2d2d2d;
}
.btngame {
    margin: 0 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);
    }
}
.section-title-center b {
    background: transparent;
}
h1, h2, h3, h4, .heading-font {
    background: linear-gradient(90deg, #f6ce75 0%, #FFCC66 45%, #fff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    text-shadow: 0 0 10px rgb(255 230 0 / .8);
}
.sapo * {
    color: #fff;
    font-size: 17px;
}
.content-home {
    border: 1px solid #f0be43;
    border-radius: 10px;
    padding: 20px;
}
.colgame {
    position: sticky;
    top: 167px;
    height: 50%;
    overflow: auto;
}
.contentFooter * {
    margin: 0;
}
.contentFooter {
    padding: 1em;
    border: 2px solid;
    border-color: #cdab61;
    border-radius: 8px;
    margin: auto;
    max-width: 100%;
    box-sizing: border-box;
    overflow-wrap: break-word;
    animation: 5s linear infinite rainbow-animation;
    box-shadow: 0 0 10px rgb(255 230 0 / .8);
}
.ux-menu-link__link {
    font-weight: bold;
    color: #f6ce75;
    min-height: auto;
}
.ux-menu-link__link:hover {
    color: #fff !important;
}
.desfooter{
    margin-top: 20px;
}
.breadcrumb {
    background-color: rgb(10 10 10 / 46%);
    padding: 10px 0;
}
.breadcrumb * {
    margin-bottom: 0;
    font-size: 14px;
}