.header-main {
    background-image: url(/wp-content/uploads/2026/05/header-bg.webp);
    background-repeat: repeat-x;
    background-size: 100% 100%;
}
.copyright-footer {
    color: #fff;
    font-size: 14px;
}
.header-button .button {
    display: inline-block;
    position: relative;
    overflow: hidden;
    background: linear-gradient(10deg, #ffb621 0%, #ffec83 100%);
    color: #111;
    font-weight: bold;
    padding: 8px 0;
    border-radius: 10px;
    font-size: 0.95rem;
    border: 1px solid #FFD700;
    text-shadow: 1px 1px 0px #fafad2;
    text-align: center;
    text-decoration: none;
    transition: border-color 0.2s, box-shadow 0.3s, transform 0.2s;
    letter-spacing: 0;
    min-width: 140px;
    box-sizing: border-box;
    z-index: 1;
    line-height: 1;
    padding: 8px 16px;
}
.header-button .button::after {
    content: '';
    position: absolute;
    top: 0;
    left: -60%;
    width: 60%;
    height: 100%;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
    transform: skewX(-25deg);
    animation: shine-move 2.2s linear infinite;
    pointer-events: none;
    z-index: 2;
}
@keyframes shine-move{
    0% {
        left: -60%;
    }
    100% {
        left: 120%;
    }
}
.content-home  {
    border: 1.5px solid #f9f929;
    border-radius: 5px;
    padding: 10px 20px;
    height: 600px;
    overflow-y: auto;
    position: relative;
    scrollbar-width: thin;
    scrollbar-color: #f9f929 transparent;
}
.section-title b{
    background-color: transparent;
}
.section-title-center span {
    font-size: 24px;
    text-transform: uppercase;
    background-image: linear-gradient(-225deg, #e6ef2c 0%, #00fff3 29%, #ff1361 67%, #fff800 100%);
    background-size: 200% auto;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 1.5s cubic-bezier(0.07, 0.38, 0.58, 1) infinite;
    display: inline-block;
    margin-bottom: 1.25rem;
}
@keyframes textclip{
    100% {
    background-position: 200% center;
}
}
.post-item .box {
    border: solid 1px #f9f929;
    border-radius: 5px;
    padding: 5px;
}
footer {
    padding-top: 30px;
}
.ux-menu-link__link:hover {
    color: #f9f929 !important;
}
.ux-menu-link__link {
    min-height: auto;
}
.section-title-normal span {
    border-bottom: 0;
    padding-bottom: 0;
}
.section-title-normal {
    border-bottom: solid 1px #414141;
    padding-bottom: 10px;
}
.breadcrumb {
    padding-top: 12px;
    font-size: 14px;
}
.breadcrumb * {
    margin-bottom: 0;
}
#comments {
    display: none;
}
.entry-header-text-top {
    padding-bottom: 0;
}
.entry-divider {
    display: none;
}
.archive-page-header .page-title {
    text-align: center;
}
.mobile-nav>li>a {
    color: #fff;
}