.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-1414 .elementor-element.elementor-element-f0a84e7{--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-1414 .elementor-element.elementor-element-8b3e2dd{padding:5px 5px 5px 5px;}/* Start custom CSS for shortcode, class: .elementor-element-8b3e2dd *//* ============================= */
/* FORM + RESULT SAFE CSS SYSTEM */
/* ============================= */

.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;
}

.job-wrapper { font-family: Arial, sans-serif; margin-top: 25px; }
.job-section-title { margin: 25px 0 12px; font-size: 18px; font-weight: 600; }
.job-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(320px,1fr)); gap:20px; }
.job-card { background:#ffffff; border-radius:14px; padding:18px; box-shadow:0 8px 22px rgba(0,0,0,0.08); display:flex; flex-direction:column; justify-content:space-between; min-height:260px; }
.job-card.highlight { border:2px solid #27ae60; background:#f2fff6; }

.job-header { display:flex; justify-content:space-between; align-items:flex-start; margin-bottom:12px; }
.job-title { font-size:17px; font-weight:700; margin:0; }
.job-authority { font-size:13px; color:#666; margin-top:4px; }
.job-status { padding:6px 14px; font-size:11px; font-weight:700; border-radius:20px; white-space:nowrap; background:#e7f8ef; color:#1c7c43; }

.job-body { font-size:14px; line-height:1.7; margin-bottom:14px; }
.job-btn { display:block; text-align:center; background:linear-gradient(135deg,#1f4da8,#2f6bdc); color:#fff; padding:10px; border-radius:8px; text-decoration:none; font-weight:600; margin-top:auto; }/* End custom CSS */