.elementor-23846 .elementor-element.elementor-element-666fd74{--display:flex;--margin-top:26px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS for shortcode, class: .elementor-element-4b07306 */.awsm-job-container {
    max-width: 1220px;
    margin: 40px auto;
    padding: 30px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    color: #333;
}

.awsm-jobs-single-title {
    color: #1f5fbf;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}


.awsm-job-specifications-container {
    background: #f3f5f7;
    padding: 20px;
   
    border-radius: 6px;
    margin-bottom: 30px;
}

.awsm-job-specifications-container p {
    margin: 6px 0;
    font-size: 16px;
    font-weight: 500;
}


.awsm-job-content h3 {
    color: #1f5fbf;
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 10px;
}

.awsm-job-content p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
    margin-bottom: 15px;
}

.awsm-job-content ul {
    padding-left: 18px;
    margin-bottom: 20px;
}

.awsm-job-content li {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 500; 
    line-height: 1.6;
}

.job-description h2,
.job-description h3 {
    margin-top: 20px;
    color: #0a2540;
}

.job-description ul {
    margin-left: 20px;
    margin-top: 10px;
}

.job-description li {
    margin-bottom: 8px;
    line-height: 1.6;
}

.job-description p {
    line-height: 1.7;
    margin-bottom: 12px;
}

.wp-block-list {
    font-weight: 500 !important;
}


.apply-title {
    width: 100%;
    max-width: 100%;
    margin-top: 5px;
    font-size: 22px;
    color: #0A4DA3;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}

.job-apply-form {
    width: 100%;
    max-width: 100%;
    background: #fff;
    padding: 30px;
    border-radius: 6px;
    border: 1px solid #ddd;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.form-row {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    min-width: 200px;
}

.form-group label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
}

.form-group input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
}

input[type="file"] {
    background: #fff;
}

.checkbox label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: normal;
}

.checkbox input {
    width: auto;
    margin: 0;
}

.captcha {
    margin-top: 10px;
}

.note {
    font-size: 12px;
    font-weight: 400;
    color: #888;
    margin-top: 5px;
}

.editor {
    border: 1px solid #ddd;
    min-height: 120px;
    height: 120px;
    padding: 10px;
    border-radius: 4px;
    background: #fff;
    overflow-y: auto;
}

.toolbar {
    border: 1px solid #ddd;
    border-bottom: none;
    padding: 8px 10px;
    background: #f6f7f7;
    display: flex;
    align-items: center;
    gap: 6px;
}

.toolbar button {
    border: 1px solid #ccc;
    background: #ffffff;
    cursor: pointer;
    padding: 6px 10px;
    font-size: 15px;
    border-radius: 4px;
    color: #333;
}

.toolbar button:hover {
    background: #e2e2e2;
}


.submit-btn {
    width: 100%;
    background: #1f4ea3;
    color: #fff;
    padding: 14px;
    border: none;
    font-size: 16px;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
}

.submit-btn:hover {
    background: #163c80;
}/* End custom CSS */