#wrapper {
    background: url(/wp-content/uploads/2026/07/main-bg-pc-C8GbqI8v-scaled.webp) top center no-repeat;
    background-size: 100% auto;
    background-color: #0c0402;
    min-height: 100%;
}
.header-button a {
    border-radius: 5px !important;
    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);
    }
}
.img-br img {
    border-radius: 20px;
    border: solid 1px #f6c229;
}
.dess {
    font-size: 12px;
    font-style: italic;
}
h1, h2, h3, h4, h5, h6 {
    color: #fff;
    background: linear-gradient(to bottom, #feffaa 0, #faffdb 29%, #ffbb43 80%, #fede5e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}
.imgcenter {
    margin: 0 auto;
    animation: zoom-in-zoom-out-1 .8s ease infinite;
}
.section-title-center b {
    background: transparent;
}
.section-title-center span {
    font-size: 24px;
    text-transform: inherit;
}
.content-home {
    scrollbar-width: thin;
    scrollbar-color: #fee9a3 transparent;
}
.content-home {
    border: 1px solid #fee9a3;
    border-radius: 10px;
    padding: 10px 20px;
    height: 600px;
    overflow-y: auto;
    position: relative;
    background-color: #1E0F08;
}
.post-item .box {
    border: solid 1px #f6d14a;
    border-radius: 5px;
    padding: 5px;
}
.ux-menu-link__link {
    min-height: auto;
    font-size: 15px;
    font-weight: bold;
}
.ux-menu-link__link:hover {
    color: #f6d14a !important;
}
.section-title-normal, .section-title-normal span {
    border-bottom: 0;
    text-transform: inherit;
}
.entry-header-text-top {
    padding-bottom: 0;
}