*{box-sizing:border-box}
html,body{margin:0!important;padding:0!important;background:#dfe4e8!important}
body.jast-standalone-page{background:#dfe4e8!important;color:#465362!important;font-family:Arial,Helvetica,sans-serif}
body.jast-standalone-page .wp-site-blocks,
body.jast-standalone-page main,
body.jast-standalone-page .wp-block-group,
body.jast-standalone-page .wp-block-post-content{background:#dfe4e8!important;margin:0!important;padding:0!important;max-width:none!important}
body.jast-standalone-page header,
body.jast-standalone-page footer,
body.jast-standalone-page .wp-block-template-part,
body.jast-standalone-page .wp-block-post-title,
body.jast-standalone-page .entry-title{display:none!important}

.jast-public{min-height:100vh;width:100%;background:#dfe4e8;color:#263646;font-family:Arial,Helvetica,sans-serif;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:58px 20px 80px}
.jast-logo{font-family:Arial,Helvetica,sans-serif;font-style:normal;font-weight:600;font-size:38px;line-height:1.15;color:#263646;margin:0 0 48px;letter-spacing:-1.3px;text-align:center}
.jast-public-card{width:590px;max-width:100%;background:#eef2f4;border:1px solid #c4cbd1;border-radius:8px;box-shadow:0 2px 7px rgba(45,55,65,.18),inset 0 1px 0 rgba(255,255,255,.75);padding:48px 48px 42px;margin:0 0 24px}
.jast-public-card h1{text-align:center;text-transform:uppercase;font-size:21px;line-height:1.2;letter-spacing:1.2px;font-weight:500;color:#4e5d6d;margin:0 0 31px}
.jast-check-card form label{display:block;font-size:15px;margin:0 0 10px;color:#536577}
.jast-public-card input{display:block;width:100%;height:48px;border:1px solid #bfc7cd;border-radius:6px;background:#f5f7f8;box-shadow:inset 0 1px 2px rgba(0,0,0,.05);padding:0 14px;font-size:16px;color:#334252;outline:none}
.jast-public-card input:focus{border-color:#8d9aa6;box-shadow:0 0 0 2px rgba(91,105,118,.12)}
.jast-public-card button{margin-top:24px;width:100%;height:48px;border:1px solid #2f3d4b;border-radius:6px;background:linear-gradient(135deg,#344251,#25323e);box-shadow:0 2px 4px rgba(0,0,0,.18),inset 0 1px 0 rgba(255,255,255,.08);color:#fff;font-size:16px;font-weight:600;cursor:pointer}
.jast-public-card button:hover{background:linear-gradient(135deg,#3b4b5b,#293845)}
.jast-arrow{font-size:27px;line-height:0;vertical-align:-2px;float:right;margin-right:8px;font-weight:400}
.jast-error{margin-top:15px;color:#9a3d3d;font-size:13px}
.jast-result-card{padding-top:36px}
.jast-result{border-top:1px solid #cbd2d7}
.jast-result>div{display:flex;justify-content:space-between;align-items:center;gap:25px;min-height:58px;padding:12px 0;border-bottom:1px solid #cbd2d7;font-size:15px}
.jast-result span{color:#536577;font-weight:400}
.jast-result strong{color:#263646;text-align:right;font-weight:600}
.jast-current-status{margin-top:28px;padding:25px 20px;background:#e8edf0;border:1px solid #c4cdd4;border-radius:6px;text-align:center;box-shadow:inset 0 1px 0 rgba(255,255,255,.75)}
.jast-current-status span{display:block;text-transform:uppercase;font-size:12px;letter-spacing:1.3px;color:#657382;margin-bottom:10px}
.jast-current-status strong{display:block;color:#2f7252;font-size:23px;line-height:1.3;letter-spacing:0;font-weight:500}
.jast-current-status p{font-size:14px;line-height:1.55;color:#536577;margin:11px 0 0}
.jast-back{display:block;text-align:center;margin-top:24px;color:#2c4f6d;text-decoration:none;font-size:14px}
.jast-back:hover{text-decoration:underline}
@media(max-width:640px){.jast-public{padding:35px 14px 50px}.jast-logo{font-size:31px;margin-bottom:30px}.jast-public-card{padding:34px 24px 32px}.jast-public-card h1{font-size:18px}.jast-result>div{display:block;padding:13px 0}.jast-result strong{display:block;text-align:left;margin-top:6px}}

/* Result state: only the result card is rendered; the check form is not displayed. */
.jast-result-card{margin-top:0}
.jast-check-another{cursor:pointer}

/* v3.2 requested typography */
.jast-result-card h1 { font-weight:700 !important; }
.jast-current-status > span { font-weight:700 !important; }

/* v3.3 application-not-found message */
.jast-error{
    margin-top:18px;
    padding:14px 16px;
    border:1px solid #c9d0d5;
    border-radius:6px;
    background:#e8edf0;
    color:#536577;
    text-align:center;
    line-height:1.5;
    font-size:13px;
}
.jast-error strong{
    display:block;
    color:#354454;
    font-size:14px;
    font-weight:700;
    margin-bottom:3px;
}
.jast-error span{
    display:block;
    color:#667584;
    font-size:12px;
}

/* v3.3.1 - center the Application Not Found message */
.jast-error{
    width:100%;
    text-align:center !important;
    margin-left:auto !important;
    margin-right:auto !important;
}
.jast-error strong,
.jast-error span{
    display:block;
    width:100%;
    text-align:center !important;
}

/* v3.6.1 - keep the Check Status arrow vertically centered at the far right */
.jast-public form button,
.jast-public .jast-check-card form button {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
}

.jast-public form button .jast-arrow,
.jast-public .jast-check-card form button .jast-arrow {
    position: absolute !important;
    right: 16px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    margin: 0 !important;
    line-height: 1 !important;
    display: block !important;
    height: auto !important;
}

/* =========================================================
   v3.7 — Singapore Recruiters Editorial Corporate Theme
   Inspired by the supplied jobs-page reference:
   warm white canvas, charcoal typography, serif display
   headings, clean sans-serif UI, restrained borders/shadows.
   ========================================================= */

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@500;600;700&display=swap');

html, body,
body.jast-standalone-page {
    background:#fafafa !important;
    color:#2c2c2c !important;
    font-family:'DM Sans', Arial, Helvetica, sans-serif !important;
}

body.jast-standalone-page .wp-site-blocks,
body.jast-standalone-page main,
body.jast-standalone-page .wp-block-group,
body.jast-standalone-page .wp-block-post-content {
    background:#fafafa !important;
}

.jast-public {
    min-height:100vh;
    width:100%;
    background:#fafafa !important;
    color:#2c2c2c !important;
    font-family:'DM Sans', Arial, Helvetica, sans-serif !important;
    padding:42px 20px 70px;
}

.jast-logo {
    font-family:'Playfair Display', Georgia, 'Times New Roman', serif !important;
    font-style:normal;
    font-weight:600;
    font-size:42px;
    line-height:1.08;
    letter-spacing:-1.2px;
    color:#2c2c2c !important;
    margin:0 0 42px;
    text-align:center;
}

.jast-public-card {
    width:680px;
    max-width:100%;
    background:#fff !important;
    border:1px solid #e3e3e3;
    border-radius:12px;
    box-shadow:0 10px 30px rgba(44,44,44,.07);
    padding:46px 48px 44px;
    margin:0 auto 24px;
}

.jast-public-card h1 {
    font-family:'DM Sans', Arial, Helvetica, sans-serif !important;
    text-align:center;
    text-transform:uppercase;
    font-size:21px;
    line-height:1.2;
    letter-spacing:1.8px;
    font-weight:600 !important;
    color:#4a4a4a !important;
    margin:0 0 34px;
}

.jast-check-card form label {
    display:block;
    font-family:'DM Sans', Arial, Helvetica, sans-serif !important;
    font-size:13px;
    line-height:1.3;
    font-weight:600;
    letter-spacing:.55px;
    margin:0 0 10px;
    color:#555 !important;
}

.jast-public-card input {
    display:block;
    width:100%;
    height:56px;
    border:1px solid #d8d8d8;
    border-radius:8px;
    background:#fff !important;
    box-shadow:none;
    padding:0 16px;
    font-family:'DM Sans', Arial, Helvetica, sans-serif !important;
    font-size:16px;
    color:#2c2c2c !important;
    outline:none;
}

.jast-public-card input::placeholder {
    color:#777;
}

.jast-public-card input:focus {
    border-color:#2c2c2c;
    box-shadow:0 0 0 2px rgba(44,44,44,.08);
}

.jast-public-card button {
    position:relative !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:100%;
    height:58px;
    margin-top:24px;
    border:1px solid #2c2c2c !important;
    border-radius:9px;
    background:#2c2c2c !important;
    box-shadow:none !important;
    color:#fff !important;
    font-family:'DM Sans', Arial, Helvetica, sans-serif !important;
    font-size:17px;
    font-weight:700;
    letter-spacing:-.15px;
    cursor:pointer;
    transition:background .18s ease, transform .18s ease;
}

.jast-public-card button:hover {
    background:#3b3b3b !important;
    transform:translateY(-1px);
}

.jast-public-card button:active {
    transform:translateY(0);
}

.jast-arrow {
    position:absolute !important;
    right:18px !important;
    top:50% !important;
    transform:translateY(-50%) !important;
    float:none !important;
    margin:0 !important;
    font-family:Arial, Helvetica, sans-serif !important;
    font-size:28px !important;
    line-height:1 !important;
    font-weight:400 !important;
}

.jast-error {
    width:100%;
    margin:17px auto 0 !important;
    padding:14px 16px;
    border:1px solid #e2d5d5;
    border-radius:8px;
    background:#faf7f7 !important;
    color:#9a4040 !important;
    text-align:center !important;
    line-height:1.5;
    font-family:'DM Sans', Arial, Helvetica, sans-serif !important;
    font-size:13px;
}

.jast-error strong {
    display:block;
    width:100%;
    color:#2c2c2c !important;
    font-size:14px;
    font-weight:700;
    margin-bottom:3px;
}

.jast-error span {
    display:block;
    width:100%;
    color:#8a4a4a !important;
    font-size:12px;
    text-align:center !important;
}

.jast-result-card {
    padding-top:40px;
}

.jast-result {
    border-top:1px solid #e5e5e5;
}

.jast-result > div {
    min-height:61px;
    padding:13px 0;
    border-bottom:1px solid #e5e5e5;
    font-family:'DM Sans', Arial, Helvetica, sans-serif !important;
    font-size:15px;
}

.jast-result span {
    color:#5e6870 !important;
    font-weight:500;
}

.jast-result strong {
    color:#2c2c2c !important;
    font-weight:600;
}

.jast-current-status {
    margin-top:28px;
    padding:27px 22px;
    background:#fafafa !important;
    border:1px solid #dedede;
    border-radius:9px;
    text-align:center;
    box-shadow:none;
}

.jast-current-status > span {
    display:block;
    text-transform:uppercase;
    font-family:'DM Sans', Arial, Helvetica, sans-serif !important;
    font-size:12px;
    letter-spacing:1.5px;
    color:#666 !important;
    margin-bottom:10px;
    font-weight:700 !important;
}

.jast-current-status strong {
    display:block;
    color:#2c2c2c !important;
    font-family:'Playfair Display', Georgia, 'Times New Roman', serif !important;
    font-size:25px;
    line-height:1.25;
    letter-spacing:-.2px;
    font-weight:600;
}

.jast-current-status p {
    font-family:'DM Sans', Arial, Helvetica, sans-serif !important;
    font-size:14px;
    line-height:1.55;
    color:#666 !important;
    margin:10px 0 0;
}

.jast-back {
    display:block;
    text-align:center;
    margin-top:24px;
    color:#2c2c2c !important;
    font-family:'DM Sans', Arial, Helvetica, sans-serif !important;
    text-decoration:none;
    font-size:13px;
    font-weight:500;
}

.jast-back:hover {
    color:#555 !important;
    text-decoration:underline;
}

@media(max-width:640px) {
    .jast-public {
        padding:28px 14px 50px;
    }
    .jast-logo {
        font-size:33px;
        margin-bottom:28px;
    }
    .jast-public-card {
        padding:34px 24px 32px;
        border-radius:10px;
    }
    .jast-public-card h1 {
        font-size:18px;
        letter-spacing:1.4px;
    }
    .jast-result > div {
        min-height:56px;
    }
}

/* v3.9 document downloads */
.jast-documents{margin-top:28px;padding-top:25px;border-top:1px solid #e5e5e5}
.jast-documents h2{margin:0 0 14px;font-family:'DM Sans',Arial,Helvetica,sans-serif!important;font-size:13px;font-weight:700;letter-spacing:1.1px;text-transform:uppercase;color:#4b4b4b!important}
.jast-document-links{display:flex;flex-direction:column;gap:10px}
.jast-document-link{display:flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:11px 16px;border:1px solid #dedede;border-radius:8px;background:#fff!important;color:#2c2c2c!important;text-decoration:none!important;font-family:'DM Sans',Arial,Helvetica,sans-serif!important;font-size:14px;font-weight:600;transition:background .18s ease,border-color .18s ease,transform .18s ease}
.jast-document-link:hover{background:#f4f4f4!important;border-color:#cfcfcf;transform:translateY(-1px)}
.jast-document-link img{width:20px!important;height:20px!important;max-width:20px!important;object-fit:contain;flex:0 0 20px}
.jast-document-link span{display:block}
.jast-documents-box{margin:26px 0 22px;padding:24px;border:1px solid #dfe3e7;border-radius:10px;background:#fafafa}
.jast-documents-box h3{margin:0 0 6px;font-size:16px}
.jast-document-row{display:grid;grid-template-columns:1fr 1.5fr;gap:18px;padding:14px 0;border-top:1px solid #e5e5e5}
.jast-document-row label{display:block}
@media(max-width:700px){.jast-document-row{grid-template-columns:1fr;gap:10px}}

/* v4.1 status colors and document downloads */
.jast-current-status.status-green strong{color:#167447!important}
.jast-current-status.status-red strong{color:#b42318!important}
.jast-current-status.status-blue strong{color:#175cd3!important}
.jast-current-status.status-purple strong{color:#6941c6!important}
.jast-current-status.status-orange strong{color:#b54708!important}
.jast-current-status.status-neutral strong{color:#2c2c2c!important}
.jast-available-documents{margin-top:26px;border-top:1px solid #e5e5e5;padding-top:24px}
.jast-documents-title{text-align:left;text-transform:uppercase;letter-spacing:1.35px;font-size:12px;font-weight:700;color:#666;margin-bottom:12px}
.jast-document-list{display:flex;flex-direction:column;gap:10px}
.jast-document-download{display:flex;align-items:center;gap:10px;min-height:48px;padding:10px 14px;border:1px solid #dedede;border-radius:8px;background:#fff;color:#2c2c2c!important;text-decoration:none!important;font-size:14px;font-weight:600}
.jast-document-download:hover{background:#f6f6f6;border-color:#cfcfcf}
.jast-download-icon{display:inline-flex;align-items:center;justify-content:center;width:25px;height:25px;border-radius:5px;background:#2c2c2c;color:#fff!important;font-size:17px;line-height:1}

.jast-limit-note{margin:10px 0 0;font-size:12px;opacity:.72;line-height:1.5}


/* v4.7 — Public document links: title-based, no raw URLs shown */
.jast-public-documents { margin-top: 26px; text-align:left; }
.jast-public-documents h2 { margin:0 0 12px; font-size:18px; font-weight:700; }
.jast-document-list { display:grid; gap:10px; }
.jast-document-link { display:flex; align-items:center; gap:12px; padding:13px 15px; border:1px solid #dedede; border-radius:10px; background:#fff; color:inherit; text-decoration:none; transition:transform .15s ease, box-shadow .15s ease; }
.jast-document-link:hover { transform:translateY(-1px); box-shadow:0 5px 16px rgba(0,0,0,.06); }
.jast-document-icon { width:30px; height:30px; display:inline-flex; align-items:center; justify-content:center; border-radius:7px; background:#f1f1f1; font-size:17px; flex:0 0 30px; }
.jast-document-title { font-weight:600; flex:1; }
.jast-document-action { font-size:13px; opacity:.7; white-space:nowrap; }
@media (max-width:600px) { .jast-document-action { display:none; } }


/* v4.8.2 — compact professional standalone status page
   Remove WordPress theme/page-title spacing and keep the checker compact. */
body.jast-standalone-page,
body.jast-standalone-page .wp-site-blocks,
body.jast-standalone-page .site,
body.jast-standalone-page .site-content,
body.jast-standalone-page .content-area,
body.jast-standalone-page .site-main,
body.jast-standalone-page main,
body.jast-standalone-page article,
body.jast-standalone-page .entry-content,
body.jast-standalone-page .wp-block-post-content {
    margin-top:0 !important;
    padding-top:0 !important;
}

body.jast-standalone-page .entry-header,
body.jast-standalone-page .page-header,
body.jast-standalone-page .wp-block-post-title,
body.jast-standalone-page .entry-title,
body.jast-standalone-page .page-title {
    display:none !important;
    margin:0 !important;
    padding:0 !important;
}

body.jast-standalone-page header,
body.jast-standalone-page footer,
body.jast-standalone-page .site-header,
body.jast-standalone-page .site-footer,
body.jast-standalone-page .wp-block-template-part {
    display:none !important;
}

.jast-public {
    min-height:100vh;
    padding:26px 16px 44px !important;
    justify-content:flex-start;
}

.jast-logo {
    font-size:32px !important;
    line-height:1.1 !important;
    letter-spacing:-.7px !important;
    margin:0 0 22px !important;
}

.jast-public-card {
    width:560px !important;
    max-width:100% !important;
    border-radius:9px !important;
    padding:30px 32px 28px !important;
    margin:0 auto 18px !important;
    box-shadow:0 6px 20px rgba(44,44,44,.055) !important;
}

.jast-public-card h1 {
    font-size:17px !important;
    letter-spacing:1.45px !important;
    margin:0 0 24px !important;
}

.jast-check-card form label {
    font-size:12px !important;
    margin-bottom:8px !important;
}

.jast-public-card input {
    height:46px !important;
    border-radius:7px !important;
    padding:0 13px !important;
    font-size:14px !important;
}

.jast-public-card button {
    height:48px !important;
    margin-top:18px !important;
    border-radius:7px !important;
    font-size:14px !important;
}

.jast-arrow {
    right:15px !important;
    font-size:24px !important;
}

.jast-limit-note {
    margin-top:8px !important;
    font-size:11px !important;
}

@media (max-width:640px) {
    .jast-public { padding:20px 12px 36px !important; }
    .jast-logo { font-size:27px !important; margin-bottom:18px !important; }
    .jast-public-card { padding:25px 20px 23px !important; }
    .jast-public-card h1 { font-size:16px !important; margin-bottom:20px !important; }
}


/* v4.8.3 — full-width centered public checker
   WordPress themes can constrain the post-content wrapper to a narrow column.
   Break the checker out of that wrapper so the complete component is centered
   across the browser viewport. */
body.jast-standalone-page .jast-public {
    width:100vw !important;
    max-width:none !important;
    margin-left:calc(50% - 50vw) !important;
    margin-right:calc(50% - 50vw) !important;
    padding:30px 16px 44px !important;
    align-items:center !important;
}

body.jast-standalone-page .jast-public .jast-logo {
    display:block !important;
    visibility:visible !important;
    width:100% !important;
    max-width:560px !important;
    margin:0 auto 20px !important;
    font-size:28px !important;
    line-height:1.15 !important;
    text-align:center !important;
    color:#2c2c2c !important;
}

body.jast-standalone-page .jast-public-card {
    width:560px !important;
    max-width:calc(100vw - 32px) !important;
    margin-left:auto !important;
    margin-right:auto !important;
}

@media (max-width:640px) {
    body.jast-standalone-page .jast-public {
        width:100vw !important;
        margin-left:calc(50% - 50vw) !important;
        margin-right:calc(50% - 50vw) !important;
        padding:22px 12px 36px !important;
    }
    body.jast-standalone-page .jast-public .jast-logo {
        font-size:24px !important;
        margin-bottom:16px !important;
    }
    body.jast-standalone-page .jast-public-card {
        max-width:calc(100vw - 24px) !important;
    }
}


/* v4.8.4 — force true viewport centering and restore page scrolling.
   Some WordPress themes put the shortcode inside a centered/narrow content
   wrapper and may also set overflow:hidden on the document. */
html.jast-status-page,
html.jast-status-page body,
body.jast-standalone-page {
    overflow-x:hidden !important;
    overflow-y:auto !important;
    height:auto !important;
    min-height:100% !important;
}

body.jast-standalone-page .jast-public {
    position:relative !important;
    left:50% !important;
    width:100vw !important;
    max-width:100vw !important;
    margin-left:0 !important;
    margin-right:0 !important;
    transform:translateX(-50%) !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:flex-start !important;
    min-height:100vh !important;
    height:auto !important;
    box-sizing:border-box !important;
    overflow:visible !important;
}

body.jast-standalone-page .jast-public .jast-logo,
body.jast-standalone-page .jast-public .jast-public-card {
    position:relative !important;
    left:auto !important;
    transform:none !important;
    flex:0 0 auto !important;
}

body.jast-standalone-page .jast-public .jast-logo {
    width:auto !important;
    max-width:calc(100vw - 32px) !important;
    text-align:center !important;
    margin-left:auto !important;
    margin-right:auto !important;
}

body.jast-standalone-page .jast-public .jast-public-card {
    width:560px !important;
    max-width:calc(100vw - 32px) !important;
    margin-left:auto !important;
    margin-right:auto !important;
}

/* Prevent theme containers from clipping the result card vertically. */
body.jast-standalone-page .wp-site-blocks,
body.jast-standalone-page #page,
body.jast-standalone-page .site,
body.jast-standalone-page .site-content,
body.jast-standalone-page main,
body.jast-standalone-page article,
body.jast-standalone-page .entry-content,
body.jast-standalone-page .wp-block-post-content {
    overflow:visible !important;
    height:auto !important;
    min-height:0 !important;
}

@media (max-width:640px) {
    body.jast-standalone-page .jast-public {
        width:100vw !important;
        max-width:100vw !important;
        padding:22px 12px 40px !important;
    }
    body.jast-standalone-page .jast-public .jast-logo {
        max-width:calc(100vw - 24px) !important;
        font-size:24px !important;
    }
    body.jast-standalone-page .jast-public .jast-public-card {
        width:100% !important;
        max-width:calc(100vw - 24px) !important;
    }
}


/* v4.8.5 — clean public document rows without section heading */
.jast-public-documents{margin-top:26px!important}
.jast-public-documents .jast-document-list{margin-top:0!important}
.jast-document-link{min-height:52px!important;padding:12px 15px!important}
.jast-document-title{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.jast-document-action{font-weight:600;opacity:.72}
@media(max-width:600px){
  .jast-document-link{gap:10px!important}
  .jast-document-title{white-space:normal;line-height:1.3}
  .jast-document-action{display:inline!important;font-size:12px!important}
}
