.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-1292 .elementor-element.elementor-element-fb444e8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-shortcode .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-shortcode .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-1292 .elementor-element.elementor-element-ec6e2c5{padding:5px 5px 5px 5px;border-radius:0px 0px 0px 0px;}@media(max-width:767px){.elementor-1292 .elementor-element.elementor-element-fb444e8{--width:100%;}}@media(min-width:768px){.elementor-1292 .elementor-element.elementor-element-fb444e8{--width:100%;}}/* Start custom CSS for shortcode, class: .elementor-element-ec6e2c5 *//* ============================= */
/* FORM + RESULT SAFE CSS SYSTEM */
/* ============================= */

/* ---------- FORM ---------- */
.exam-job-system {
    font-family: Arial, sans-serif;
    margin-bottom: 25px;
}

.exam-form-box {
    max-width: 100%;
    background: #ffffff;
    padding: 20px;
    border-radius: 14px;
    box-shadow: 0 8px 22px rgba(0,0,0,0.08);
}

.exam-form-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 14px;
}

.exam-form-row {
    margin-bottom: 14px;
}

.exam-form-row label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 6px;
}

.exam-form-row input,
.exam-form-row select {
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 14px;
}

.exam-submit-btn {
    width: 100%;
    padding: 11px;
    background: linear-gradient(135deg,#1f4da8,#2f6bdc);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
}

/* ---------- RESULT (UNCHANGED DESIGN) ---------- */

.job-wrapper {
    font-family: Arial, sans-serif;
}

/* SECTION HEADING */
.job-section-title {
    margin: 25px 0 12px;
    font-size: 18px;
    font-weight: 600;
}

/* GRID */
.job-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 20px;
}

/* CARD */
.job-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 18px;
    box-shadow: 0 8px 22px rgba(0,0,0,0.08);
    min-height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* HEADER */
.job-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 12px;
}

/* TITLE */
.job-title {
    font-size: 17px;
    font-weight: 700;
    margin: 0;
}

/* AUTHORITY */
.job-authority {
    font-size: 13px;
    color: #666;
    margin-top: 4px;
}

/* STATUS */
.job-status {
    padding: 6px 14px;
    font-size: 11px;
    font-weight: 700;
    border-radius: 20px;
    white-space: nowrap;
}

.live {
    background: #e7f8ef;
    color: #1c7c43;
}

.upcoming {
    background: #fff4dd;
    color: #b56a00;
}

.closed {
    background: #fde7e7;
    color: #b00020;
}

/* BODY */
.job-body {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 14px;
}

/* BUTTON */
.job-btn {
    margin-top: auto;
    display: block;
    text-align: center;
    background: linear-gradient(135deg,#1f4da8,#2f6bdc);
    color: #fff;
    padding: 10px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
}

/* MOBILE */
@media (max-width: auto) {
    .job-header {
        flex-direction: column;
        gap: 8px;
    }

    .job-card {
        min-height: auto;
    }
}/* End custom CSS */