

@font-face {
    font-family: 'NewwavethemeHeading';
    src: url('../fonts/anton-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NewwavethemeBody';
    src: url('../fonts/karla-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

.site-header,
.main-navigation,
.site-footer,
.site-info,
.top-bar {
    display: none !important;
}

.site-5ab047 {
    background-color: #21120d;
    
    background-image: repeating-linear-gradient(0deg, rgba(253,39,28,0.02), rgba(253,39,28,0.02) 1px, transparent 1px, transparent 20px);
}

.bxxh-skip {
    position: absolute;
    top: -100%;
    left: 0;
    background: #fd271c;
    color: #fff;
    padding: 8px 16px;
    z-index: 9999;
    font-size: 14px;
    text-decoration: none;
}

.bxxh-skip:focus {
    top: 0;
}

.bxxh-site-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 45px 20px 60px;
    min-height: 50vh;
}

.site-5ab047 h1,
.site-5ab047 h2,
.site-5ab047 h3,
.site-5ab047 h4,
.site-5ab047 h5 {
    font-family: 'NewwavethemeHeading', Arial, sans-serif;
    color: #ffffff;
    line-height: 1.3;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

.site-5ab047 h1 { font-size: 2.1rem; }
.site-5ab047 h2 { font-size: 1.8rem; }
.site-5ab047 h3 { font-size: 1.3rem; }
.site-5ab047 h4 { font-size: 1.15rem; }
.site-5ab047 h5 { font-size: 1.05rem; }

.site-5ab047 .entry-content > :first-child,
.site-5ab047 article > :first-child {
    margin-top: 0;
}

.site-5ab047 .entry-content h1,
.site-5ab047 .entry-content h2,
.site-5ab047 .entry-content h3 {
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.site-5ab047 body,
.site-5ab047 p,
.site-5ab047 li,
.site-5ab047 td,
.site-5ab047 th {
    font-family: 'NewwavethemeBody', Arial, sans-serif;
    color: #e8e8e8;
    line-height: 1.7;
}

.site-5ab047 p {
    margin-bottom: 1.2em;
    font-size: 17px;
}

.site-5ab047 a {
    color: #fd271c;
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: color 0.2s;
}

.site-5ab047 a:hover {
    color: #f00c00;
}

.site-5ab047 ul,
.site-5ab047 ol {
    padding-left: 1.5em;
    margin-bottom: 1.2em;
}

.site-5ab047 li {
    margin-bottom: 0.4em;
}

.site-5ab047 .entry-content img,
.site-5ab047 .page-content img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    margin: 1em 0;
}

.site-5ab047 hr {
    border: none;
    border-top: 1px solid #e0e0e0;
    margin: 2em 0;
}

.bxxh-cta {
    display: none;
    padding: 10px 24px;
    background: #fd271c;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-family: 'NewwavethemeBody', Arial, sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
    text-transform: none;
    white-space: nowrap;
    transition: background 0.2s;
    margin-left: 12px;
}

.bxxh-cta:hover {
    background: #f00c00;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(0,0,0,0.12);
    transform: translateY(-1px);
}

.bxxh-search {
    margin-left: 12px;
    position: relative;
}
.bxxh-search-form {
    display: flex;
    align-items: center;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 6px;
    overflow: hidden;
    transition: border-color 0.2s;
}
.bxxh-search-form:focus-within {
    border-color: #fd271c;
}
.bxxh-search-input {
    background: transparent;
    border: none;
    padding: 6px 10px;
    color: #ebebeb;
    font-family: 'NewwavethemeBody', Arial, sans-serif;
    font-size: 0.85rem;
    width: 160px;
    outline: none;
}
.bxxh-search-input::placeholder {
    color: rgba(255,255,255,0.4);
}
.bxxh-search-btn {
    background: transparent;
    border: none;
    padding: 6px 10px;
    color: #ebebeb;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: color 0.2s;
}
.bxxh-search-btn:hover {
    color: #fd271c;
}

@media (max-width: 768px) {
    
    .bxxh-toggle {
        display: flex;
    }

    
    .bxxh-nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #160c08;
        border-top: 2px solid #fd271c;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
        z-index: 200;
    }

    .bxxh-nav.is-open {
        display: block;
    }

    .bxxh-menu {
        flex-direction: column;
        padding: 10px 0;
    }

    .bxxh-menu > li > a {
        line-height: 1.4;
        padding: 12px 20px;
    }

    .bxxh-search {
        margin: 0;
        padding: 10px 20px;
    }
    .bxxh-search-input {
        width: 100%;
    }

    
    .bxxh-menu .sub-menu {
        position: static;
        box-shadow: none;
        border-top: none;
        background: rgba(0, 0, 0, 0.15);
        padding-left: 15px;
        display: block;
        transform: none;
    }

    
    .kwtz-inner {
        flex-direction: column;
        text-align: center;
    }

    .kwtz-menu {
        justify-content: center;
    }

    
    .bxxh-site-content {
        padding: 25px 15px 40px;
    }
}

@media (max-width: 480px) {
    .bxxh-inner {
        height: 60px;
        padding: 0 15px;
    }

    .bxxh-sitename {
        font-size: 1.15rem;
    }

    .bxxh-brand img {
        max-height: 35px;
    }

    .site-5ab047 h1 { font-size: 1.6rem; }
    .site-5ab047 h2 { font-size: 1.35rem; }
    .site-5ab047 h3 { font-size: 1.15rem; }

    .site-5ab047 p {
        font-size: 0.95rem;
    }

    .bxxh-site-content {
        padding: 20px 12px 30px;
    }
}

.kwtz-wrap {
    background: #1e100b;
    color: #b0b0b0;
    padding: 30px 0;
    margin-top: 40px;
    border-top: 3px solid #fd271c;
}

.kwtz-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
}

.kwtz-copyright p {
    margin: 0;
    font-family: 'NewwavethemeBody', Arial, sans-serif;
    font-size: 0.85rem;
    color: #b0b0b0;
}

.kwtz-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px;
}

.kwtz-menu a {
    color: #b0b0b0;
    text-decoration: none;
    font-family: 'NewwavethemeBody', Arial, sans-serif;
    font-size: 0.85rem;
    transition: color 0.2s;
}

.kwtz-menu a:hover {
    color: #fd271c;
}

.kwtz-small {
    margin: 0;
    font-family: 'NewwavethemeBody', Arial, sans-serif;
    font-size: 0.8rem;
    color: #777777;
}

.site-5ab047 .entry-content table,
.site-5ab047 .page-content table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 1.5em;
    font-size: 0.95rem;
    border: 1px solid #404040;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
}

.site-5ab047 .entry-content th,
.site-5ab047 .page-content th {
    background: #1e100b;
    color: #ffffff;
    padding: 10px 14px;
    text-align: left;
    font-family: 'NewwavethemeHeading', Arial, sans-serif;
    font-weight: 400;
    font-size: 0.9rem;
}

.site-5ab047 .entry-content td,
.site-5ab047 .page-content td {
    padding: 10px 14px;
    border-bottom: 1px solid #404040;
    text-align: left;
}

.site-5ab047 .entry-content tr:nth-child(even) td,
.site-5ab047 .page-content tr:nth-child(even) td {
    background: #201e1d;
}

.site-5ab047 .entry-content tr:hover td,
.site-5ab047 .page-content tr:hover td {
    background: #ffeeed;
}

.bxxh-wrap {
    background: linear-gradient(135deg, #1e100b 0%, #160c08 100%);
    padding: 0;
    position: relative;
    z-index: 100;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.bxxh-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    height: 71px;
}

.bxxh-brand {
    flex-shrink: 0;
}

.bxxh-brand a {
    text-decoration: none;
}

.bxxh-brand img {
    max-height: 45px;
    width: auto;
    display: block;
}

.bxxh-sitename {
    font-family: 'NewwavethemeHeading', Arial, sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
    letter-spacing: 0.5px;
}

.bxxh-sitename:hover {
    color: #fd271c;
}

.bxxh-nav {
    display: flex;
    align-items: center;
}

.bxxh-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 0;
}

.bxxh-menu li {
    position: relative;
}

.bxxh-menu > li > a {
    display: inline-flex;
    align-items: center;
    padding: 10px 18px;
    line-height: 1.2;
    color: #ebebeb;
    text-decoration: none;
    font-family: 'NewwavethemeBody', Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 400;
    transition: color 0.2s, background 0.2s;
    white-space: nowrap;
}

.bxxh-menu > li > a:hover,
.bxxh-menu > li.current-menu-item > a {
    color: #ffffff;
    background: rgba(253, 39, 28, 0.12);
    border-radius: 6px;
}

.bxxh-menu .sub-menu {
    list-style: none;
    margin: 0;
    padding: 8px 0;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    background: #160c08;
    border-top: 2px solid #fd271c;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.14);
    display: none;
    z-index: 200;
}

.bxxh-menu li:hover > .sub-menu {
    display: block;
}

.bxxh-menu .sub-menu a {
    display: block;
    padding: 10px 20px;
    color: #c8c8c8;
    text-decoration: none;
    font-family: 'NewwavethemeBody', Arial, sans-serif;
    font-size: 0.9rem;
    transition: color 0.2s, background 0.2s;
}

.bxxh-menu .sub-menu a:hover {
    color: #ffffff;
    background: rgba(253, 39, 28, 0.12);
}

.bxxh-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    flex-direction: column;
    gap: 5px;
    z-index: 150;
}

.bxxh-toggle-bar {
    display: block;
    width: 24px;
    height: 2px;
    background: #ffffff;
    transition: transform 0.3s, opacity 0.3s;
}

.bxxh-toggle[aria-expanded="true"] .bxxh-toggle-bar:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.bxxh-toggle[aria-expanded="true"] .bxxh-toggle-bar:nth-child(2) {
    opacity: 0;
}

.bxxh-toggle[aria-expanded="true"] .bxxh-toggle-bar:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}
