

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

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

.s-2b96af {
    background-color: #ffffff;
    
    background-image: linear-gradient(rgba(194,135,25,0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(194,135,25,0.05) 1px, transparent 1px); background-size: 24px 24px;
}

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

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

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

.s-2b96af h1,
.s-2b96af h2,
.s-2b96af h3,
.s-2b96af h4,
.s-2b96af h5 {
    font-family: 'CorefierceHeading', Arial, sans-serif;
    color: #120f07;
    line-height: 1.3;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

.s-2b96af h1 { font-size: 2rem; }
.s-2b96af h2 { font-size: 1.7rem; }
.s-2b96af h3 { font-size: 1.3rem; }
.s-2b96af h4 { font-size: 1.1rem; }
.s-2b96af h5 { font-size: 1.05rem; }

.s-2b96af .entry-content > :first-child,
.s-2b96af article > :first-child {
    margin-top: 0;
}

.s-2b96af .entry-content h2,
.s-2b96af .entry-content h3 {
    position: relative;
    padding-left: 0.8em;
}
.s-2b96af .entry-content h2::before,
.s-2b96af .entry-content h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.15em;
    bottom: 0.15em;
    width: 4px;
    background: #c28719;
    border-radius: 2px;
}

.s-2b96af body,
.s-2b96af p,
.s-2b96af li,
.s-2b96af td,
.s-2b96af th {
    font-family: 'CorefierceBody', Arial, sans-serif;
    color: #333333;
    line-height: 1.65;
}

.s-2b96af p {
    margin-bottom: 1.2em;
    font-size: 17px;
}

.s-2b96af a {
    color: #c28719;
    text-decoration: none;
    text-underline-offset: 2px;
    transition: color 0.2s;
}

.s-2b96af a:hover {
    color: #a26f10;
}

.s-2b96af ul,
.s-2b96af ol {
    padding-left: 1.5em;
    margin-bottom: 1.2em;
}

.s-2b96af li {
    margin-bottom: 0.4em;
}

.s-2b96af .entry-content ul {
    list-style: disc;
    padding-left: 1.5em;
}
.s-2b96af .entry-content ul > li::marker {
    color: #c28719;
    font-size: 1.3em;
}

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

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

.jwaly-cta {
    display: none;
    padding: 12px 32px;
    background: #c28719;
    color: #fff;
    border: none;
    border-radius: 50px;
    font-family: 'CorefierceBody', 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;
}

.jwaly-cta:hover {
    background: #a26f10;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(194,135,25,0.35);
    transform: translateY(-3px);
}

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

.jwaly-wrap {
    background: #120f07;
    position: relative;
    z-index: 100;
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
}

.jwaly-brand-row {
    text-align: center;
    padding: 20px 20px 10px;
    border-bottom: 1px solid rgba(194, 135, 25, 0.25);
    background: #120f07;
}

.jwaly-brand {
    display: inline-block;
}

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

.jwaly-brand img {
    max-height: 50px;
    width: auto;
    display: block;
}

.jwaly-sitename {
    font-family: 'CorefierceHeading', Arial, sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
    letter-spacing: 1px;
}

.jwaly-sitename:hover {
    color: #c28719;
}

.jwaly-navrow {
    background: #120f07;
    border-bottom: 3px solid #c28719;
}

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

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

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

.jwaly-menu li {
    position: relative;
}

.jwaly-menu > li > a {
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    line-height: 1.2;
    color: #e3e3e3;
    text-decoration: none;
    font-family: 'CorefierceBody', Arial, sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    transition: color 0.2s, background 0.2s;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.jwaly-menu > li > a:hover,
.jwaly-menu > li.current-menu-item > a {
    color: #c28719;
    background: rgba(194, 135, 25, 0.15);
    border-radius: 12px;
}

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

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

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

.jwaly-menu .sub-menu a:hover {
    color: #ffffff;
    background: rgba(194, 135, 25, 0.15);
}

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

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

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

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

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

.oamxj-wrap {
    background: #120f07;
    color: #b5b5b5;
    padding: 30px 0;
    margin-top: 40px;
    border-top: 3px solid #c28719;
}

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

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

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

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

.oamxj-menu a:hover {
    color: #c28719;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .s-2b96af h1 { font-size: 1.6rem; }
    .s-2b96af h2 { font-size: 1.35rem; }
    .s-2b96af h3 { font-size: 1.15rem; }

    .s-2b96af p {
        font-size: 0.95rem;
    }

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

.s-2b96af .entry-content table,
.s-2b96af .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: 12px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

.s-2b96af .entry-content th,
.s-2b96af .page-content th {
    background: #120f07;
    color: #ffffff;
    padding: 12px 16px;
    text-align: left;
    font-family: 'CorefierceHeading', Arial, sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
}

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

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

.s-2b96af .entry-content tr:hover td,
.s-2b96af .page-content tr:hover td {
    background: #faf5ed;
}
