#masthead {
    background: linear-gradient(0deg, #E8831A 0%, #DC3725 100%, #E8831A 0%);
}
.header-button a {
    margin: 0 0 10px;
    background: linear-gradient(0deg, rgb(205 39 45) 0%, rgb(255 188 37) 100%);
    border: none;
    transition: all 0.3s ease;
    overflow: hidden;
    color: #fff;
    font-size: 14px;
    position: relative;
    display: inline-block;
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
    outline: none;
    animation: zoom-in-zoom-out .8s ease infinite;
}
@keyframes zoom-in-zoom-out{
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.1, 1.1);
    }
    100% {
        transform: scale(1, 1);
    }
}
.section-title-center b {
    background: transparent;
}
.section-title-center {
    background: linear-gradient(to right, transparent 0%, #f6cd31 20%, #f6cd31 80%, transparent 100%);
}
.section-title-center span {
    color: #000000;
    font-size: 22px;
    padding: 10px 0;
}
.content-home {
    scrollbar-width: thin;
    scrollbar-color: #fee9a3 transparent;
}
.content-home {
    border-top: 0px solid #FCFB7B;
    border-right: 0px solid #FCFB7B;
    border-bottom: 0px solid #FCFB7B;
    border-left: 0px solid #FCFB7B;
    border-radius: 15px;
    padding: 20px 20px;
    height: 780px;
    overflow-y: auto;
    position: relative;
    background: ;
    box-shadow: inset 0 0 13px #FCFB7B;
}
#main {
    background-image: url(/wp-content/uploads/2026/04/bg1.webp);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}
.btn-play-web {
    animation: btnAnimation .6s linear infinite;
}
@keyframes btnAnimation{
    0% {
        transform: scale(1.04);
        -webkit-filter: drop-shadow(2px 4px 7px #f6ce75) brightness(1.3);
        filter: drop-shadow(2px 4px 7px #f6ce75) brightness(1.3);
    }
    50% {
        transform: scale(1);
        -webkit-filter: none;
        filter: none;
    }
    100% {
        transform: scale(1.04);
        -webkit-filter: drop-shadow(2px 4px 7px #f6ce75) brightness(1.3);
        filter: drop-shadow(2px 4px 7px #f6ce75) brightness(1.3);
    }
}
.post-item .box {
    border: solid 1px #f6cd31;
}
footer {
    padding-top: 20px;
    background: #141414;
}
.breadcrumb {
    background: #000;
    padding: 10px 0;
}
.breadcrumb p {
    margin-bottom: 0;
}
#comments {
    display: none;
}
.entry-header-text-top {
    padding-bottom: 0;
}
.archive-page-header {
    text-align: center;
}