.margin-bottom-20px{
	margin-bottom: 20px !important;
}
.margin-bottom-15px{
	margin-bottom: 15px !important;
}
.tfl-job-total-heading{	margin-top: 0;
	margin-bottom: 1.5rem;
	color: var(--e-global-color-secondary);	font-size: 2rem;
}
.tfl-job-listings{
	display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1.25rem;
}
.tfl-job-listings .job-item-card{
	position: relative;
    display: flex;
    overflow: hidden;
    transition: all .3s;            width: 100%;
}

.tfl-job-listings .job-item-card-body {
	display:flex;
    padding: 0rem;	width: 100%;
}.tfl-job-listings .job-item-card-body .tfl-col {	flex-grow: 1;	padding: 1.5rem;	background-color: var(--e-global-color-64c20a6);		display: flex;    flex-direction: column;    justify-content: space-between;}

.tfl-job-listings .job-item-card .job-item-title{
	margin: 0;
	margin-bottom: 0.5rem;
	font-weight: 400;		font-size: 22px;
	color: inherit;
}

.tfl-job-widget{
	display: flex;
    flex-direction: row;
    gap: 1rem;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.job-item-btn-group{
	display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    flex-wrap: wrap;
	padding: 1.5rem;	background-color: var(--e-global-color-64c20a6);
}
.job-item-btn-group .job-item-btn{
    border: 1px solid var(--e-global-color-secondary);
    color: var(--e-global-color-secondary);    background-color: transparent;
    padding: .2rem 1.6rem;        text-decoration: none;	width: 100%;	-webkit-transition: all .3s;      transition: all .3s;  
}.job-item-btn-group .job-item-btn:hover{	background-color: var(--e-global-color-secondary);	color: var(--e-global-color-64c20a6);}.job-item-btn-group .job-item-btn.apply-job{    border: 1px solid var(--e-global-color-e7d82d8);    color: var(--e-global-color-64c20a6);    background-color: var(--e-global-color-e7d82d8);    padding: .2rem 1.6rem;    text-decoration: none;	width: 100%;	-webkit-transition: all .3s;      transition: all .3s;  }.job-item-btn-group .job-item-btn.apply-job:hover{	border: 1px solid var(--e-global-color-secondary);	background-color: var(--e-global-color-secondary);	color: var(--e-global-color-64c20a6);}
.tfl-job-widget .job-widget-item{
	border-radius: 1.5rem;
    border: 1px solid var(--e-global-color-text);
    color: var(--e-global-color-text);
    padding: .2rem .6rem;
    overflow: hidden;
}
.tfl-job-listings .job-item-card .job-summary{
	margin-bottom: 1rem;
}
.tfl-job-listings .job-item-card .job-detail-link{
	color: var(--e-global-color-secondary);
	transition: all .3s;
    display: inline-block;
    font-size: 16px;
    text-decoration: none;
}
.tfl-job-listings .job-item-card .job-detail-link:hover{
	color: var(--e-global-color-e7d82d8);	
}
.tfl-job-listings .job-item-card .tfl-icon-list-item{
	display: flex;
	gap:0.1rem;
	align-items: center;
	margin-bottom: 0.2rem;
}
.tfl-job-listings .job-item-card .tfl-icon-list-item .tfl-icon{
	width: 12px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.tfl-job-listings .job-item-card .tfl-icon-list-item .tfl-text{
	font-size: 16px;
}
/*Pagination*/
.tfl-nav-pagination{
	display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.3rem;
    justify-content: center;
}

.tfl-nav-pagination .tfl-page-item{
	border-radius: .5rem;
	padding: .5rem .8rem;
	color: #fff;
    background-color: var(--e-global-color-text);
}
.tfl-nav-pagination a.tfl-page-item:hover{
	background-color: var(--e-global-color-secondary);
}
.tfl-nav-pagination .tfl-page-item.active{
	background-color: var(--e-global-color-secondary);
}

.tfl-job-filter-wrapper .job-filter-lable{
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 10px;
}
.tfl-job-filter-wrapper .elementor-field{
	width: 100%;
}
.field-row{
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}
.field-column{
	flex-grow: 1;
    flex-basis: 0;
}
.tfl-job-filter-wrapper .sidebar-heading{
	font-size: 22px;
    color: var(--e-global-color-text);
}
.tfl-job-filter-wrapper .sidebar-clear-btn{
	font-size: 14px;
	color: var(--e-global-color-secondary);
}
.tfl-job-filter-wrapper .sidebar-clear-btn:hover{
	color: var(--e-global-color-secondary);
}
.tfl-job-filter-wrapper .job-title-list{
	margin-bottom: 20px;
}
.tfl-job-filter-wrapper .job-location-list{
	margin-bottom: 20px;
}

.tfl-job-filter-wrapper .job-title-list ul,
.tfl-job-filter-wrapper .job-location-list ul{
	padding: 0;
    list-style: none;
}
.tfl-job-filter-wrapper .job-title-list ul li,
.tfl-job-filter-wrapper .job-location-list  ul li{
	display: flex;
    align-items: center;
    justify-content: start;
    gap: 0.5rem;
    margin-bottom: 10px;
}
.tfl-job-filter-wrapper .job-title-list ul li label,
.tfl-job-filter-wrapper .job-location-list  ul li label{
	line-height: 1.2;
}

.tfl-job-filter-wrapper .job-filter-toggle-btn{
	background-color: transparent;
    color: var(--e-global-color-secondary);
    border: none;
    /*border-bottom: 1px solid var(--e-global-color-secondary);*/
    padding: 10px;
    width: 100%;
    text-align: left;
    cursor: pointer;
    font-size: 16px;
    border-radius: 0px;
    position: relative;
}
.tfl-job-filter-wrapper .job-filter-toggle-btn:focus,
.tfl-job-filter-wrapper .job-filter-toggle-btn:hover,
.tfl-job-filter-wrapper .job-filter-toggle-btn.active{
	background-color: transparent;
	color: var(--e-global-color-text);
}
.tfl-job-filter-wrapper .job-filter-toggle-btn:after {
    content: "";
    position: absolute;
    top: 12px;
    right: 13px;
    width: 12px;
    height: 12px;
    border: 2px solid var(--e-global-color-secondary);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: none;
    border-left: none;
    -webkit-transition: border-color .3sease-out;
    transition: border-color .3sease-out;
}
.tfl-job-filter-wrapper .job-filter-toggle-btn.active:after {
	top: 20px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    border-color: var(--e-global-color-text);
}
.tfl-job-filter-wrapper .tfl-checkbox-list {
    display: none; /* Initially hidden */
    padding: 10px;
    border: none;
    /*border: 1px solid #ddd;
    border-radius: 5px;
    margin-top: 5px;*/
}
.tfl-job-filter-wrapper .job-filter-checkbox-list{
	list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.tfl-job-filter-wrapper .job-filter-checkbox-list li {
    display: flex;
    align-items: center;
}

.job-filter-slider-container {
    width: 100%;
    max-width: 800px;
    text-align: center;
}

 .job-filter-slider {
    -webkit-appearance: none;
    width: 100%;
    height: 10px;
    background: linear-gradient(to right, var(--e-global-color-text) 100%, var(--e-global-color-e7d82d8) 0%);
    border-radius: 5px;
    outline: none;
    opacity: 0.8;
    transition: opacity 0.2s;
}

.job-filter-slider:hover {
    opacity: 1;
}

/* Custom thumb styling for the slider */
.job-filter-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: var(--e-global-color-secondary);
    border-radius: 50%;
    cursor: pointer;
}

.job-filter-slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: var(--e-global-color-secondary);
    border-radius: 50%;
    cursor: pointer;
}

.output {
    font-size: 1rem;
    color: var(--e-global-color-secondary);
}

.tfl-job-search-wrapper{
	display: block;
	width: 100%;
}
.tfl-job-search-wrapper .job-search-form{
	display: flex;
	flex-direction:row;
    align-items: center;
    gap: 10px;
}

.tfl-job-search-wrapper .job-search-form .job-search-field-wrapper{
	display: block;
	width: 100%;
}
.tfl-job-search-wrapper .job-search-form .job-search-button-wrapper{
	display: block;
	width: 40%;
}

.tfl-job-search-wrapper .job-search-form .elementor-field{
	border-radius: 30px;
    border-color: var(--e-global-color-text);
}
.tfl-job-search-wrapper .job-search-form button{
	padding: 1rem 1.5rem;
    border-radius: 30px;
    border-color: var(--e-global-color-text);
    width: 100%;
}
.tfl-job-search-wrapper .job-search-form button:hover{
	background-color: #fff;
	color: var(--e-global-color-text);
}


@media (max-width: 768px) {
	.field-row{
		display: block;		
	}
	.field-column{
		display: block;
	}
	
	.tfl-job-filter-wrapper .field-row{
		display: flex;
	}
	
	.tfl-job-filter-wrapper .job-filter-checkbox-list {
        gap: 10px;
    }
    
    .tfl-job-search-wrapper .job-search-form{
		flex-direction:column;
	}
	
	.tfl-job-search-wrapper .job-search-form .job-search-button-wrapper{
		display: block;
		width: 100%;
	}
}

/* Reset and Base Styles */
.tfl-job-listings {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Job Card Container */
.job-item-card {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 25px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.job-item-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-color: #d0d0d0;
}

.job-item-card-body {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* Job Header Section */
.job-header-section {
    margin-bottom: 0;
}

.job-item-title {
    font-size: 24px;
    font-weight: 600;
    color: #1a3a6b;
    margin: 0 0 10px 0;
    line-height: 1.3;
}

.job-detail-link {
    text-decoration: none;
    color: inherit;
}

.job-detail-link:hover .job-item-title {
    color: #2563eb;
}

/* Meta Information (Location & Date) */
.job-meta-info {
    display: flex;
    align-items: center;
    gap: 25px;
    margin: 0;
    font-size: 15px;
    color: #666;
}

.tfl-icon-list-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.tfl-icon-list-item svg {
    width: 16px;
    height: 16px;
    color: #999;
}

/* Callout Boxes / Badges */
.job-callout-boxes {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
}

.job-badge {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    border: 1px solid;
}

/* Employment Type Badge (e.g., Contract) */
.job-type-badge {
    background-color: #e3f2fd;
    color: #1565c0;
    border-color: #90caf9;
}

.job-type-badge.job-type-full-time,
.job-type-badge.job-type-permanent {
    background-color: #e8f5e9;
    color: #2e7d32;
    border-color: #81c784;
}

.job-type-badge.job-type-part-time {
    background-color: #fff3e0;
    color: #ef6c00;
    border-color: #ffb74d;
}

.job-type-badge.job-type-contract {
    background-color: #e3f2fd;
    color: #1565c0;
    border-color: #90caf9;
}

/* Category Badge (e.g., Equipment Maintenance Engineer) */
.job-category-badge {
    background-color: #fce4ec;
    color: #880e4f;
    border-color: #f48fb1;
}

/* Job Code Badge */
.job-code-badge {
    background-color: #e0f2f1;
    color: #00695c;
    border-color: #80cbc4;
}

/* Job Description Snippet */
.job-description-snippet {
    margin: 0;
    color: #4a4a4a;
    line-height: 1.6;
    font-size: 15px;
}

.job-description-snippet p {
    margin: 0;
}

/* Action Buttons */
.job-item-btn-group {
    display: flex;
    gap: 12px;
    margin-top: 5px;
}

.job-item-btn {
    padding: 12px 24px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    transition: all 0.2s ease;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    border: 2px solid;
}

/* Read More Button */
.btn-read-more {
    background-color: #ffffff;
    color: #1a3a6b;
    border-color: #1a3a6b;
}

.btn-read-more:hover {
    background-color: #f5f5f5;
    color: #0d1e3d;
}

/* Apply Now Button */
.btn-apply {
    background-color: #00bcd4;
    color: #ffffff;
    border-color: #00bcd4;
}

.btn-apply:hover {
    background-color: #00acc1;
    border-color: #00acc1;
    transform: translateY(-1px);
}

/* Layout Grid for main content area */
.tfl-job-filter-wrapper {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
}

/* Responsive adjustments */
@media (min-width: 1024px) {
    .job-item-card-body {
        position: relative;
    }
    
    .job-item-btn-group {
        position: absolute;
        right: 0;
        top: 0;
        margin-top: 0;
    }
    
    .job-header-section,
    .job-meta-info,
    .job-callout-boxes,
    .job-description-snippet {
        max-width: calc(100% - 280px);
    }
}

@media (max-width: 1023px) {
    .job-item-card {
        padding: 20px;
    }
    
    .job-item-title {
        font-size: 20px;
    }
    
    .job-meta-info {
        flex-wrap: wrap;
        gap: 15px;
    }
    
    .job-item-btn-group {
        flex-direction: column;
        width: 100%;
    }
    
    .job-item-btn {
        width: 100%;
    }
}

/* Fix spacing between elements */
.tfl-col {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* Ensure proper text truncation */
.job-description-snippet {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

/* Page heading */
.tfl-job-total-heading {
    font-size: 32px;
    font-weight: 600;
    color: #1a3a6b;
    margin-bottom: 25px;
    margin-top: 0;
}

/* Pagination styles */
.tfl-nav-pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
}

.tfl-page-item {
    padding: 8px 12px;
    border: 1px solid #d0d0d0;
    background: #fff;
    color: #333;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.tfl-page-item:hover {
    background: #f5f5f5;
    border-color: #999;
}

.tfl-page-item.active {
    background: #1a3a6b;
    color: #fff;
    border-color: #1a3a6b;
}

.tfl-page-item.prev,
.tfl-page-item.next {
    background: #f8f9fa;
}

/* Main job listing container */
.tfl-job-listings {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Job Card */
.job-item-card {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 24px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.job-item-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.job-item-card-body {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 20px;
    align-items: start;
}

/* Left column content */
.job-content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* Job Header */
.job-header-section {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.job-item-title {
    font-size: 22px;
    font-weight: 600;
    color: #2563eb;
    margin: 0;
    line-height: 1.3;
}

.job-detail-link {
    text-decoration: none;
    color: inherit;
}

.job-detail-link:hover .job-item-title {
    color: #1d4ed8;
    text-decoration: underline;
}

/* Location and Date Info */
.job-meta-info {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 15px;
    color: #6b7280;
}

.location-item,
.date-item {
    display: flex;
    align-items: center;
    gap: 6px;
}

.location-item::before {
    content: "📍";
    font-size: 14px;
}

.date-item::before {
    content: "📅";
    font-size: 14px;
}

/* Badge Container */
.job-callout-boxes {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.job-badge {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
    border: 1px solid;
}

/* Contract Badge - Blue */
.job-type-contract {
    background-color: #dbeafe;
    color: #1e40af;
    border-color: #93c5fd;
}

/* Category Badge - Pink */
.job-category-badge {
    background-color: #fce7f3;
    color: #be185d;
    border-color: #fbcfe8;
}

/* Job Code Badge - Green */
.job-code-badge {
    background-color: #d1fae5;
    color: #065f46;
    border-color: #a7f3d0;
}

/* Description */
.job-description-snippet {
    color: #4b5563;
    line-height: 1.6;
    font-size: 15px;
    margin: 0;
}

.job-description-snippet p {
    margin: 0;
}

/* Right column - Buttons */
.job-item-btn-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 140px;
}

.job-item-btn {
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    text-align: center;
    transition: all 0.2s ease;
    cursor: pointer;
    border: 2px solid;
    white-space: nowrap;
}

.btn-read-more {
    background-color: #ffffff;
    color: #4b5563;
    border-color: #d1d5db;
}

.btn-read-more:hover {
    background-color: #f9fafb;
    border-color: #9ca3af;
}

.btn-apply {
    background-color: #06b6d4;
    color: #ffffff;
    border-color: #06b6d4;
}

.btn-apply:hover {
    background-color: #0891b2;
    border-color: #0891b2;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .job-item-card-body {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .job-item-btn-group {
        flex-direction: row;
        width: 100%;
    }
    
    .job-item-btn {
        flex: 1;
    }
    
    .job-meta-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
}

/* Fix specific layout issues */
.job-header-section + .job-callout-boxes {
    margin-top: 0;
}

.job-callout-boxes + .job-description-snippet {
    margin-top: 0;
}

/* Ensure proper text truncation */
.job-description-snippet {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/* ============================================
   JOB LISTINGS STYLES
   ============================================ */

/* Main container */
.tfl-job-listings {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Page heading */
.tfl-job-total-heading {
    font-size: 32px;
    font-weight: 600;
    color: #1a3a6b;
    margin-bottom: 25px;
    margin-top: 0;
}

/* Job Card Container */
.job-item-card {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 24px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.job-item-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    border-color: #d0d0d0;
}

/* Card Body Layout */
.job-item-card-body {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 20px;
    align-items: start;
}

/* Left Content Wrapper */
.job-content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* Job Header Section */
.job-header-section {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.job-item-title {
    font-size: 22px;
    font-weight: 600;
    color: #2563eb;
    margin: 0;
    line-height: 1.3;
}

.job-detail-link {
    text-decoration: none;
    color: inherit;
}

.job-detail-link:hover .job-item-title {
    color: #1d4ed8;
    text-decoration: underline;
}

/* Location and Date Meta */
.job-meta-info {
    display: flex;
    align-items: center;
    gap: 0;
    font-size: 14px;
    color: #6b7280;
    line-height: 1;
}

.location-item,
.date-item {
    display: inline-flex;
    align-items: center;
}

.location-item {
    position: relative;
    padding-right: 12px;
    margin-right: 12px;
}

.location-item::before {
    content: "📍";
    font-size: 14px;
    margin-right: 5px;
}

.location-item::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 14px;
    background-color: #d1d5db;
}

.date-item::before {
    content: "📅";
    font-size: 14px;
    margin-right: 5px;
}

/* Badge Container */
.job-callout-boxes {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.job-badge {
    display: inline-block;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
    border: 1px solid;
}

/* Employment Type Badges */
.job-type-contract {
    background-color: #dbeafe;
    color: #1e40af;
    border-color: #93c5fd;
}

.job-type-full-time,
.job-type-permanent {
    background-color: #e8f5e9;
    color: #2e7d32;
    border-color: #81c784;
}

.job-type-part-time {
    background-color: #fff3e0;
    color: #ef6c00;
    border-color: #ffb74d;
}

.job-type-temporary {
    background-color: #fce4ec;
    color: #c2185b;
    border-color: #f48fb1;
}

/* Category Badge */
.job-category-badge {
    background-color: #fce7f3;
    color: #be185d;
    border-color: #fbcfe8;
}

/* Job Code Badge */
.job-code-badge {
    background-color: #d1fae5;
    color: #065f46;
    border-color: #a7f3d0;
}

/* Salary Badge */
.job-salary-badge {
    background-color: #fef3c7;
    color: #92400e;
    border-color: #fcd34d;
}

/* Job Description */
.job-description-snippet {
    color: #4b5563;
    line-height: 1.6;
    font-size: 15px;
    margin: 0;
}

.job-description-snippet p {
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

/* Action Buttons */
.job-item-btn-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 140px;
}

.job-item-btn {
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    transition: all 0.2s ease;
    cursor: pointer;
    border: 2px solid;
    white-space: nowrap;
}

.btn-read-more {
    background-color: #ffffff;
    color: #4b5563;
    border-color: #d1d5db;
}

.btn-read-more:hover {
    background-color: #f9fafb;
    border-color: #9ca3af;
    color: #374151;
}

.btn-apply {
    background-color: #06b6d4;
    color: #ffffff;
    border-color: #06b6d4;
}

.btn-apply:hover {
    background-color: #0891b2;
    border-color: #0891b2;
    color: #ffffff;
}

/* Pagination */
.tfl-nav-pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
}

.tfl-page-item {
    padding: 8px 12px;
    border: 1px solid #d0d0d0;
    background: #fff;
    color: #333;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.tfl-page-item:hover {
    background: #f5f5f5;
    border-color: #999;
}

.tfl-page-item.active {
    background: #1a3a6b;
    color: #fff;
    border-color: #1a3a6b;
}

.tfl-page-item.prev,
.tfl-page-item.next {
    background: #f8f9fa;
}

/* Responsive Design */
@media (max-width: 768px) {
    .job-item-card-body {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .job-item-btn-group {
        flex-direction: row;
        width: 100%;
    }
    
    .job-item-btn {
        flex: 1;
    }
    
    .job-meta-info {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .location-item::after {
        display: none;
    }
    
    .location-item {
        padding-right: 0;
        margin-right: 10px;
    }
    
    .job-item-title {
        font-size: 18px;
    }
    
    .job-item-card {
        padding: 18px;
    }
}

@media (max-width: 480px) {
    .job-item-btn-group {
        flex-direction: column;
    }
    
    .job-item-btn {
        width: 100%;
    }
}