

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

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

.page-d4e298 {
    background-color: #ffffff;
    
    background-image: radial-gradient(circle, rgba(222,2,57,0.03) 1px, transparent 1px); background-size: 20px 20px;
}

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

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

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

.page-d4e298 h1,
.page-d4e298 h2,
.page-d4e298 h3,
.page-d4e298 h4,
.page-d4e298 h5 {
    font-family: 'EdgelabHeading', Arial, sans-serif;
    color: #1a1a1a;
    line-height: 1.3;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

.page-d4e298 h1 { font-size: 2.3rem; }
.page-d4e298 h2 { font-size: 1.8rem; }
.page-d4e298 h3 { font-size: 1.4rem; }
.page-d4e298 h4 { font-size: 1.15rem; }
.page-d4e298 h5 { font-size: 0.95rem; }

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

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

.page-d4e298 body,
.page-d4e298 p,
.page-d4e298 li,
.page-d4e298 td,
.page-d4e298 th {
    font-family: 'EdgelabBody', Arial, sans-serif;
    color: #333333;
    line-height: 1.7;
}

.page-d4e298 p {
    margin-bottom: 1.2em;
    font-size: 16px;
}

.page-d4e298 a {
    color: #de0239;
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: color 0.2s;
}

.page-d4e298 a:hover {
    color: #b8002e;
}

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

.page-d4e298 li {
    margin-bottom: 0.4em;
}

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

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

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

.otww-cta {
    display: none;
    padding: 12px 32px;
    background: #de0239;
    color: #fff;
    border: none;
    border-radius: 50px;
    font-family: 'EdgelabBody', Arial, sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    text-decoration: none;
    text-transform: none;
    white-space: nowrap;
    transition: background 0.2s;
    margin-left: 12px;
}

.otww-cta:hover {
    background: #b8002e;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(222,2,57,0.35);
    transform: translateY(-3px);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .page-d4e298 h1 { font-size: 1.6rem; }
    .page-d4e298 h2 { font-size: 1.35rem; }
    .page-d4e298 h3 { font-size: 1.15rem; }

    .page-d4e298 p {
        font-size: 0.95rem;
    }

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

.otww-wrap {
    background: #ffffff;
    padding: 0;
    position: relative;
    z-index: 100;
    border-bottom: 3px solid #de0239;
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
}

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

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

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

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

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

.otww-sitename:hover {
    color: #de0239;
}

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

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

.otww-menu li {
    position: relative;
}

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

.otww-menu > li > a:hover,
.otww-menu > li.current-menu-item > a {
    color: #de0239;
    background: rgba(222, 2, 57, 0.15);
    border-radius: 12px;
}

.otww-menu .sub-menu {
    list-style: none;
    margin: 0;
    padding: 8px 0;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    background: #ffffff;
    border-top: 2px solid #de0239;
    border-radius: 0 0 16px 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    display: none;
    z-index: 200;
}

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

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

.otww-menu .sub-menu a:hover {
    color: #de0239;
    background: rgba(222, 2, 57, 0.15);
}

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

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

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

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

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

.otww-search-form {
    background: rgba(0,0,0,0.04);
    border-color: rgba(0,0,0,0.12);
}
.otww-search-input { color: #444; }
.otww-search-input::placeholder { color: rgba(0,0,0,0.3); }
.otww-search-btn { color: #666; }

.kzqgd-wrap {
    background: #25181c;
    color: #cccccc;
    padding: 30px 0;
    margin-top: 40px;
    border-top: 3px solid #de0239;
}

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

.kzqgd-copyright p {
    margin: 0;
    font-family: 'EdgelabBody', Arial, sans-serif;
    font-size: 0.85rem;
    color: #999999;
}

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

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

.kzqgd-menu a:hover {
    color: #de0239;
}

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

.page-d4e298 .entry-content table,
.page-d4e298 .page-content table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 1.5em;
    font-size: 0.95rem;
    border: none;
    border-radius: 12px;
    overflow: hidden;
}

.page-d4e298 .entry-content th,
.page-d4e298 .page-content th {
    background: transparent;
    color: #1a1a1a;
    padding: 12px 16px;
    text-align: left;
    font-family: 'EdgelabHeading', Arial, sans-serif;
    font-weight: 400;
    font-size: 0.9rem;
    border-bottom: 2px solid #ffffff;
}

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

.page-d4e298 .entry-content tr:hover td,
.page-d4e298 .page-content tr:hover td {
    background: #fcebef;
}
