.header-main {
    background-image: url(/wp-content/uploads/2026/03/header-bg.webp);
    background-repeat: repeat-x;
    background-size: 100% 100%;
}
.copyright-footer strong {
    color: #f7d424;
}
.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%;
    }
}
.section-title-center b {
    background: transparent;
}
.content-1 {
    background: #252525;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0px 5px 15px 0px rgb(244 186 25 / 84%);
}
.content-home {
    scrollbar-width: thin;
    scrollbar-color: #fee9a3 transparent;
}
.content-1 * {
    margin-bottom: 0;
}
.content-home {
    background: #252525;
        padding: 20px 20px;
    height: 780px;
    overflow-y: auto;
    padding: 15px;
    border-radius: 10px;
    border: solid #ffcb47;
}
.post-item .box .box-text {background: #252525;}
.nopad{
    padding-bottom: 0 !important;
}
footer {
    background: #252525;
    padding-top: 30px;
}
.breadcrumb {
    padding-top: 12px;
    font-size: 14px;
}
.entry-header-text-top {
    padding-bottom: 0;
}
#comments, .entry-divider, .widget .is-divider {
    display: none;
}
.blog-single .article-inner {
    background: #252525;
    padding: 20px;
    border-radius: 10px;
}
header.archive-page-header h1 {
    text-align: center;
}