.job-filter-layout-f649a0ac {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    font-family: sans-serif;
    color: #333;
}

.job-filter-sidebar-f649a0ac {
    width: 280px;
    flex-shrink: 0;
    position: sticky;
    top: 20px;
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    max-height: calc(100vh - 40px);
    overflow-y: auto;
}

.sidebar-title-f649a0ac {
    font-size: 12px;
    text-transform: uppercase;
    color: #888;
    letter-spacing: 1px;
    margin-top: 0;
    margin-bottom: 20px;
}

.filter-group-f649a0ac {
    margin-bottom: 24px;
}

.filter-group-title-f649a0ac {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #111;
}

.filter-label-f649a0ac {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 14px;
}

.filter-label-f649a0ac input {
    margin-right: 10px;
}

.clear-filters-btn-f649a0ac {
    width: 100%;
    padding: 12px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 500;
    transition: background 0.2s;
}
.clear-filters-btn-f649a0ac:hover {
    background: #f5f5f5;
}

.job-list-content-f649a0ac {
    flex-grow: 1;
    min-width: 0;
}

.list-header-f649a0ac {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.results-count-f649a0ac {
    font-weight: 500;
}

.sort-by-f649a0ac select {
    padding: 6px 12px;
    border-radius: 6px;
    border: 1px solid #ddd;
}

.job-list-card-f649a0ac {
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    border: 1px solid #eee;
    transition: all 0.3s ease;
}

.job-card-header-f649a0ac {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 15px;
}

.job-title-f649a0ac {
    font-size: 20px;
    margin: 0;
    color: #111;
}

.badge-featured-f649a0ac {
    background: #f0f4ff;
    color: #3b82f6;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.badge-expired-f649a0ac {
    background: #fff0f0;
    color: #ef4444;
}

.job-card-meta-f649a0ac {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}

.meta-item strong {
    color: #333;
}

.job-card-excerpt-f649a0ac {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 12px; /* reduced space */
}

.job-card-footer-f649a0ac {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px; /* reduced space */
    padding-top: 15px; /* reduced space */
    border-top: 1px solid #eee;
}

.apply-btn-f649a0ac {
    display: inline-block;
    padding: 10px 24px;
    background: #c6943b;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 500;
    transition: opacity 0.2s;
}

.apply-btn-f649a0ac:hover {
    opacity: 0.9;
    color: #fff;
}

.load-more-wrapper-f649a0ac {
    text-align: center;
    margin-top: 20px;
}

.load-more-btn-f649a0ac {
    padding: 12px 30px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    color: #333;
    transition: all 0.2s;
}

.load-more-btn-f649a0ac:hover {
    background: #f5f5f5;
}

.no-results-msg-f649a0ac {
    padding: 20px;
    background: #fff9e6;
    border-left: 4px solid #f59e0b;
    border-radius: 4px;
    color: #b45309;
    font-weight: 500;
}

@media (max-width: 768px) {
    .job-filter-layout-f649a0ac {
        flex-direction: column;
    }
    .job-filter-sidebar-f649a0ac {
        width: 100%;
        position: static;
        max-height: none;
    }
}
