

@font-face {
    font-family: 'IronthemeHeading';
    src: url('../fonts/barlowcondensed-bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IronthemeBody';
    src: url('../fonts/inter-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;
}

.wp-7de2e5 {
    background-color: #202428;
    
    
}

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

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

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

.wp-7de2e5 h1,
.wp-7de2e5 h2,
.wp-7de2e5 h3,
.wp-7de2e5 h4,
.wp-7de2e5 h5 {
    font-family: 'IronthemeHeading', Arial, sans-serif;
    color: #ffffff;
    line-height: 1.2;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

.wp-7de2e5 h1 { font-size: 2.3rem; }
.wp-7de2e5 h2 { font-size: 1.6rem; }
.wp-7de2e5 h3 { font-size: 1.3rem; }
.wp-7de2e5 h4 { font-size: 1.1rem; }
.wp-7de2e5 h5 { font-size: 1.05rem; }

.wp-7de2e5 .entry-content > :first-child,
.wp-7de2e5 article > :first-child {
    margin-top: 0;
}

.wp-7de2e5 .entry-content h2::before,
.wp-7de2e5 .entry-content h3::before {
    content: "// ";
    color: #3b84de;
    font-weight: inherit;
}

.wp-7de2e5 body,
.wp-7de2e5 p,
.wp-7de2e5 li,
.wp-7de2e5 td,
.wp-7de2e5 th {
    font-family: 'IronthemeBody', Arial, sans-serif;
    color: #e8e8e8;
    line-height: 1.65;
}

.wp-7de2e5 p {
    margin-bottom: 1.2em;
    font-size: 16px;
}

.wp-7de2e5 a {
    color: #3b84de;
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: color 0.2s;
}

.wp-7de2e5 a:hover {
    color: #1d6fd3;
}

.wp-7de2e5 ul,
.wp-7de2e5 ol {
    padding-left: 1.5em;
    margin-bottom: 1.2em;
}

.wp-7de2e5 li {
    margin-bottom: 0.4em;
}

.wp-7de2e5 .entry-content ul {
    list-style: none;
    padding-left: 1.4em;
}
.wp-7de2e5 .entry-content ul > li {
    position: relative;
}
.wp-7de2e5 .entry-content ul > li::before {
    content: "\203A";
    position: absolute;
    left: -1.2em;
    color: #3b84de;
    font-weight: 700;
    font-size: 1.2em;
    line-height: 1;
}

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

.wp-7de2e5 hr {
    border: none;
    border-top: 1px solid #e0e0e0;
    margin: 2em 0;
}

.apob-cta {
    display: none;
    padding: 10px 24px;
    background: #3b84de;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-family: 'IronthemeBody', 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;
}

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

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

.wp-7de2e5 .entry-content table,
.wp-7de2e5 .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: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.07);
}

.wp-7de2e5 .entry-content th,
.wp-7de2e5 .page-content th {
    background: #2a333c;
    color: #ffffff;
    padding: 8px 12px;
    text-align: left;
    font-family: 'IronthemeHeading', Arial, sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
}

.wp-7de2e5 .entry-content td,
.wp-7de2e5 .page-content td {
    padding: 8px 12px;
    border-bottom: 1px solid #404040;
    text-align: left;
}

.wp-7de2e5 .entry-content tr:last-child td,
.wp-7de2e5 .page-content tr:last-child td {
    border-bottom: none;
}

.wp-7de2e5 .entry-content tr:nth-child(even) td,
.wp-7de2e5 .page-content tr:nth-child(even) td {
    background: #1d1f20;
}

.wp-7de2e5 .entry-content tr:hover td,
.wp-7de2e5 .page-content tr:hover td {
    background: #eff5fc;
}

.apob-wrap {
    background: #2a333c;
    position: relative;
    z-index: 100;
    border-bottom: 3px solid #3b84de;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.apob-utility-row {
    background: #22262b;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}

.apob-utility-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 6px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    font-family: 'IronthemeBody', Arial, sans-serif;
    font-size: 0.78rem;
    color: #b0b0b0;
}

.apob-utility-tagline {
    letter-spacing: 0.4px;
}

.apob-utility-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 16px;
}

.apob-utility-menu a {
    color: #b0b0b0;
    text-decoration: none;
    font-size: 0.78rem;
    transition: color 0.2s;
}

.apob-utility-menu a:hover {
    color: #3b84de;
}

.apob-main-row {
    background: transparent;
}

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

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

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

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

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

.apob-sitename:hover {
    color: #3b84de;
}

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

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

.apob-menu li {
    position: relative;
}

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

.apob-menu > li > a:hover,
.apob-menu > li.current-menu-item > a {
    color: #ffffff;
    background: rgba(59, 132, 222, 0.12);
    border-radius: 6px;
}

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

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

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

.apob-menu .sub-menu a:hover {
    color: #ffffff;
    background: rgba(59, 132, 222, 0.12);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .wp-7de2e5 h1 { font-size: 1.6rem; }
    .wp-7de2e5 h2 { font-size: 1.35rem; }
    .wp-7de2e5 h3 { font-size: 1.15rem; }

    .wp-7de2e5 p {
        font-size: 0.95rem;
    }

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

.ydxm-wrap {
    background: #2a333c;
    color: #adadad;
    margin-top: 40px;
    border-top: 3px solid #3b84de;
}

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

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

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

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

.ydxm-menu a:hover {
    color: #3b84de;
}

.ydxm-info-row {
    padding: 15px 0;
}

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

.ydxm-copyright {
    margin: 0;
    font-family: 'IronthemeBody', Arial, sans-serif;
    font-size: 0.8rem;
    color: #b0b0b0;
}

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