 .custom-job-listings {
     max-width: 800px;
     margin: 0 auto;
     font-family: Arial, sans-serif;
 }

 .login-required-message {
     text-align: center;
     padding: 40px;
     background: #f8f9fa;
     border: 1px solid #e1e5e9;
     border-radius: 8px;
     margin: 20px 0;
 }

 .login-required-message p {
     font-size: 1.1em;
     color: #374151;
     margin-bottom: 20px;
 }

 .login-btn {
     display: inline-block;
     background: #255353;
     color: white;
     padding: 12px 24px;
     text-decoration: none;
     border-radius: 5px;
     font-size: 1em;
     font-weight: bold;
     transition: background-color 0.3s ease;
 }

.login-btn:hover {
    background: #1b3d3d!important;
}

.account-sign-in .button {
    background: #255353 !important;
    border: 0px !important;
    box-shadow: none !important;
    border-radius: 5px;
    font-size: 15px;
    padding: 5px 15px;
    text-shadow: none;
    text-transform: uppercase;
}

.account-sign-in .button:hover {
    background: #1b3d3d !important;
}

.add-posting a {
    background-color: #255353 !important;
    color: white;
    padding: 5px 15px;
    border-radius: 5px;
    transition:0.5;
}

.add-posting a:hover {
    background: #1b3d3d !important;
    color: white!important;
}

.form-sign-section {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    min-height: 300px;
}

 .login-btn:hover {
     background: #1d4ed8;
     color: white;
     text-decoration: none;
 }

 .job-listing-item {
     background: #ffffff;
     border: 1px solid #e1e5e9;
     border-radius: 8px;
     margin-bottom: 10px;
     padding: 20px;
     transition: box-shadow 0.3s ease;
 }

 .job-listing-item:hover {
     box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
 }

 .job-listing-item.expired {
     opacity: 0.7;
     background: #f8f9fa;
 }

 .job-header {
     display: flex;
     justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
 }

 .job-title {
     margin: 0;
     font-size: 1.4em;
     flex-grow: 1;
 }

 .job-title a {
     color: #255353;
     text-decoration: none;
 }

 .job-title a:hover {
     text-decoration: underline;
 }

.job-type {
    background: #fef1d0;
    color: #255353;
    padding: 2px 10px;
    border-radius: 20px;
    font-size: 10px;
    font-weight: bold;
    margin-left: 15px;
    white-space: nowrap;
}

.single_job_listing .job-type {
    background: #fef1d0 !important;
}

.single-job-listing h1 {
    font-size: 36px;
}

.job_description {
    font-size: 15px;
}

.jobs-form input {
    padding: 10px;
    border-radius: 5px;
    border: 1px solid grey;
    background: white !important;
}

.jobs-form {
    background-color: #fafafa;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #dbdbdb;
    margin-bottom: 20px;
}

.jobs-form select {
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #b7b7b7;
}

.jobs-form label {
    font-size: 15px;
}

.single-job-listing {
    background-color: #f7f7f7;;
    padding: 20px 20px 10px 20px;
    border: 1px solid #dcd5d5;
    border-radius: 5px;
    margin-bottom: 20px;
}

.job-listing-meta.meta {
    border-bottom: 2px solid #d6d6d6;
    padding-bottom: 15px;
}

.job_listings .company_logo {
    display: none;
}

.job_listings .position {
    padding-left: 0 !important;
}

.search_jobs .search_submit input {
    padding: 10px 20px;
    background-color: #255353 !important;
    border: 0px;
    color: white;
    font-size: 18px;
    border-radius: 5px;
    transition:0.5s;
}

.search_jobs .search_submit input:hover {
    background-color: #1c3f3f !important;
}

.jobs-form .button {
    background-color: #255353 !important;
    border: 0px;
    color: white;
    transform: 0.5s;
}

.jobs-form .button:hover {
    background-color: #1c3f3f !important;
}

.see-all-jobs-container a {
    background-color: #255353 !important;
    padding: 15px;
    display: inline-block;
    width: 100%;
    text-align: center;
    color: white;
    border-radius: 5px;
    font-size: 17px;
}

.see-all-jobs-container a:hover {
    background-color: #1f4545 !important;
    color: white!important;
}

.single_job_listing .company_logo {
    display: none;
}

.single_job_listing .name {
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.single_job_listing .company .company_header {
    min-height: auto;
}

.single_job_listing .company {
    border: 0px;
    box-shadow: none;
    box-sizing: content-box;
    clear: both;
    display: block;
    margin: 0;
    min-height: 0 !important;
    padding: 0;
    position: relative;
    height: auto !important;
}

.job_listing_preview {
    border: 0;
    padding: 0;
}

.job_listing_preview_title,
.job_listing_preview_title {
    background: none;
    padding: 0;
    margin-bottom: 40px;
}



.search_keywords input {
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #d2cbcb;
}

.search_location input {
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #d2cbcb;
}

/* Hide the default checkbox appearance */
.job_types input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 16px;
    height: 16px;
    border: 2px solid #ccc;
    border-radius: 3px;
    background-color: white;
    position: relative;
    vertical-align: middle;
    margin-right: 8px;
    transition: all 0.2s ease;
}

/* Hover state */
.job_types input[type="checkbox"]:hover {
    background-color: #1c3f3f;
    border-color: #1c3f3f;
}

/* Checked state */
.job_types input[type="checkbox"]:checked {
    background-color: #255353;
    border-color: #255353;
}

/* Checked hover state */
.job_types input[type="checkbox"]:checked:hover {
    background-color: #1c3f3f;
    border-color: #1c3f3f;
}

/* White checkmark for checked state */
.job_types input[type="checkbox"]:checked::after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* Focus state for accessibility */
.job_types input[type="checkbox"]:focus {
    outline: 2px solid #4A90E2;
    outline-offset: 2px;
}
/*Hides RSS Feed on listings page*/
.showing_jobs {
    display: none !important;
}

.meta .job-type {
    color: #255353 !important;
}

.job_listings .meta .job-type {
    display: inline-block !important;
}

.job_filters .job_types {
    background: none!important;
    border-top:0px;
}

.job_listings .location::before {
    content: '\f3c5';
    font-family: 'Font Awesome 6 Free', 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 6px;
    color: inherit;
}

.job_listings {
    border-top:0px;
}

.job_filters {
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #dfdfdf;
    margin-bottom: 30px;
}

 .job-meta {
     margin-bottom: 15px;
    line-height: 1.5;
 }

 .job-company a {
     color: #374151;
     text-decoration: none;
 }

 .job-company a:hover {
     color: #255353;
 }

 .job-location {
     color: #6b7280;
     font-size: 0.95em;
 }

 .location-icon {
     margin-right: 5px;
 }

 .job-expiry {
     font-size: 0.9em;
     color: #6b7280;
 }

 .job-expiry.expired {
     color: #dc2626;
 }

 .expired-label {
     font-weight: bold;
     color: #dc2626;
 }

.job-content .company {
    display: none;
}


 .view-job-btn {
     background: #255353;
     color: white;
     padding: 8px 20px;
     text-decoration: none;
     border-radius: 5px;
     font-size: 0.9em;
     transition: background-color 0.3s ease;
 }

 .view-job-btn:hover {
     background: #1e4343;
     color: white;
 }

 .no-jobs-found {
     text-align: center;
     padding: 40px;
     color: #6b7280;
     font-style: italic;
 }

 .job-listings-pagination {
     text-align: center;
     margin-top: 30px;
 }

 .job-listings-pagination a {
     display: inline-block;
     padding: 8px 16px;
     margin: 0 4px;
     background: #f3f4f6;
     color: #374151;
     text-decoration: none;
     border-radius: 4px;
 }

 .job-listings-pagination a:hover {
     background: #e5e7eb;
 }

 .job-listings-pagination .current {
     background: #2563eb;
     color: white;
     padding: 8px 16px;
     margin: 0 4px;
     border-radius: 4px;
 }

.job_listings {
    margin-bottom: 40px!important;
}


.application_button {
    background-color: #255353;
    border-radius: 5px;
    color: white;
    border: 0px;
}
.application_button:hover {
    background-color: #1f4545;
}


 @media (max-width: 768px) {
     .job-header {
         flex-direction: column;
     }

     .job-type {
         margin-left: 0;
         margin-top: 10px;
         align-self: flex-start;
     }

     .custom-job-listings {
         padding: 0 15px;
     }
 }