

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

@font-face {
    font-family: 'BlazeonlineBody';
    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;
}

.app-ed9955 {
    background-color: #ffffff;
    
    
}

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

.ckxzp__skip:focus {
    top: 0;
}

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

.app-ed9955 h1,
.app-ed9955 h2,
.app-ed9955 h3,
.app-ed9955 h4,
.app-ed9955 h5 {
    font-family: 'BlazeonlineHeading', Arial, sans-serif;
    color: #1e0e0a;
    line-height: 1.3;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

.app-ed9955 h1 { font-size: 2rem; }
.app-ed9955 h2 { font-size: 1.8rem; }
.app-ed9955 h3 { font-size: 1.3rem; }
.app-ed9955 h4 { font-size: 1.2rem; }
.app-ed9955 h5 { font-size: 1rem; }

.app-ed9955 .entry-content > :first-child,
.app-ed9955 article > :first-child {
    margin-top: 0;
}

.app-ed9955 .entry-content h1,
.app-ed9955 .entry-content h2,
.app-ed9955 .entry-content h3 {
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.app-ed9955 .entry-content h1,
.app-ed9955 .entry-content h2 {
    text-align: center;
}
.app-ed9955 .entry-content h1::after,
.app-ed9955 .entry-content h2::after {
    left: 50%;
    transform: translateX(-50%);
}

.app-ed9955 body,
.app-ed9955 p,
.app-ed9955 li,
.app-ed9955 td,
.app-ed9955 th {
    font-family: 'BlazeonlineBody', Arial, sans-serif;
    color: #333333;
    line-height: 1.65;
}

.app-ed9955 p {
    margin-bottom: 1.2em;
    font-size: 17px;
}

.app-ed9955 a {
    color: #ff4d00;
    text-decoration: none;
    text-underline-offset: 2px;
    transition: color 0.2s;
}

.app-ed9955 a:hover {
    color: #d64000;
}

.app-ed9955 ul,
.app-ed9955 ol {
    padding-left: 1.5em;
    margin-bottom: 1.2em;
}

.app-ed9955 li {
    margin-bottom: 0.4em;
}

.app-ed9955 .entry-content ul {
    list-style: none;
    padding-left: 1.5em;
}
.app-ed9955 .entry-content ul > li {
    position: relative;
}
.app-ed9955 .entry-content ul > li::before {
    content: "";
    position: absolute;
    left: -1.2em;
    top: 0.55em;
    width: 0.55em;
    height: 0.55em;
    background: #ff4d00;
}

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

.app-ed9955 hr {
    border: none;
    border-top: 1px solid #e0e0e0;
    margin: 2em 0;
}

.ckxzp__cta {
    display: none;
    padding: 12px 32px;
    background: #ff4d00;
    color: #fff;
    border: none;
    border-radius: 20px;
    font-family: 'BlazeonlineBody', Arial, sans-serif;
    font-size: 0.85rem;
    font-weight: 800;
    text-decoration: none;
    text-transform: none;
    white-space: nowrap;
    transition: background 0.2s;
    margin-left: 12px;
}

.ckxzp__cta:hover {
    background: #d64000;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(0,0,0,0.2);
    transform: translateY(-2px);
}

.ckxzp__search {
    margin-left: 12px;
    position: relative;
}
.ckxzp__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: 10px;
    overflow: hidden;
    transition: border-color 0.2s;
}
.ckxzp__search-form:focus-within {
    border-color: #ff4d00;
}
.ckxzp__search-input {
    background: transparent;
    border: none;
    padding: 6px 10px;
    color: #d9d9d9;
    font-family: 'BlazeonlineBody', Arial, sans-serif;
    font-size: 0.85rem;
    width: 160px;
    outline: none;
}
.ckxzp__search-input::placeholder {
    color: rgba(255,255,255,0.4);
}
.ckxzp__search-btn {
    background: transparent;
    border: none;
    padding: 6px 10px;
    color: #d9d9d9;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: color 0.2s;
}
.ckxzp__search-btn:hover {
    color: #ff4d00;
}

.rccye__wrap {
    background: #1e0e0a;
    color: #adadad;
    margin-top: 40px;
    border-top: 4px solid #ff4d00;
}

.rccye__links-row {
    padding: 20px 0;
    border-bottom: 2px solid rgba(255,255,255,0.08);
}

.rccye__row-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.rccye__menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
}

.rccye__menu a {
    color: #adadad;
    text-decoration: none;
    font-family: 'BlazeonlineBody', Arial, sans-serif;
    font-size: 0.9rem;
    transition: color 0.2s;
}

.rccye__menu a:hover {
    color: #ff4d00;
}

.rccye__info-row {
    padding: 15px 0;
}

.rccye__info-row .rccye__row-inner {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.rccye__copyright {
    margin: 0;
    font-family: 'BlazeonlineBody', Arial, sans-serif;
    font-size: 0.8rem;
    color: #999999;
}

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

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

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

    .ckxzp__nav.is-open {
        display: block;
    }

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

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

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

    
    .ckxzp__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;
    }

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

    .rccye__menu {
        justify-content: center;
    }

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

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

    .ckxzp__sitename {
        font-size: 1.15rem;
    }

    .ckxzp__brand img {
        max-height: 35px;
    }

    .app-ed9955 h1 { font-size: 1.6rem; }
    .app-ed9955 h2 { font-size: 1.35rem; }
    .app-ed9955 h3 { font-size: 1.15rem; }

    .app-ed9955 p {
        font-size: 0.95rem;
    }

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

.ckxzp__topbar {
    background: #ff4d00;
    padding: 0;
}

.ckxzp__topbar-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 6px 20px;
    text-align: right;
}

.ckxzp__topbar-text {
    font-family: 'BlazeonlineBody', Arial, sans-serif;
    font-size: 0.75rem;
    color: #ffffff;
    letter-spacing: 0.5px;
}

.ckxzp__wrap {
    background: #1e0e0a;
    padding: 0;
    position: relative;
    z-index: 100;
    box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}

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

.ckxzp__brand {
    flex-shrink: 0;
}

.ckxzp__brand a {
    text-decoration: none;
}

.ckxzp__brand img {
    max-height: 40px;
    width: auto;
    display: block;
}

.ckxzp__sitename {
    font-family: 'BlazeonlineHeading', Arial, sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
    letter-spacing: 0.5px;
}

.ckxzp__sitename:hover {
    color: #ff4d00;
}

.ckxzp__nav {
    display: flex;
    align-items: center;
}

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

.ckxzp__menu li {
    position: relative;
}

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

.ckxzp__menu > li > a:hover,
.ckxzp__menu > li.current-menu-item > a {
    color: #ffffff;
    background: rgba(255, 77, 0, 0.18);
    border-radius: 10px;
}

.ckxzp__menu .sub-menu {
    list-style: none;
    margin: 0;
    padding: 8px 0;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    background: #160b09;
    border-top: 2px solid #ff4d00;
    border-radius: 0 0 16px 16px;
    box-shadow: 0 12px 32px rgba(0,0,0,0.2);
    display: none;
    z-index: 200;
}

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

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

.ckxzp__menu .sub-menu a:hover {
    color: #ffffff;
    background: rgba(255, 77, 0, 0.18);
}

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

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

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

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

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

.app-ed9955 .entry-content table,
.app-ed9955 .page-content table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 1.5em;
    font-size: 0.95rem;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
}

.app-ed9955 .entry-content th,
.app-ed9955 .page-content th {
    background: #1e0e0a;
    color: #ffffff;
    padding: 12px 16px;
    text-align: left;
    font-family: 'BlazeonlineHeading', Arial, sans-serif;
    font-weight: 400;
    font-size: 0.9rem;
}

.app-ed9955 .entry-content td,
.app-ed9955 .page-content td {
    padding: 12px 16px;
    border-bottom: 1px solid #e8e8e8;
    text-align: left;
}

.app-ed9955 .entry-content tr:last-child td,
.app-ed9955 .page-content tr:last-child td {
    border-bottom: none;
}

.app-ed9955 .entry-content tr:nth-child(even) td,
.app-ed9955 .page-content tr:nth-child(even) td {
    background: #f8f8f8;
}

.app-ed9955 .entry-content tr:hover td,
.app-ed9955 .page-content tr:hover td {
    background: #fff1eb;
}
