/*
 * job-index.css — Critical CSS for /emploi/recherche (cards + search bar)
 * Loaded via <link> in common/views/candidate/layouts/main.php
 *
 * Update this file when modifying:
 *   - common/web/css/candidate/_jobIndex.scss (card styles, salary, infos, footer, badges, stats)
 *   - disite/web/css/_jobIndex.scss (disite overrides)
 *   - common/views/candidate/site/components/jobIndexList.php (card HTML structure)
 *   - common/views/candidate/job/index.php (search bar, filters, mobile search)
 */
.job_index-content_list_item{background:#fff;border:1px solid #BEBEBE;border-radius:7px;box-shadow:0 3px 6px #00000029;padding:15px;margin:0 0 20px;height:262px;display:flex;flex-direction:column;cursor:pointer;position:relative}
.job_index-content_list_item:has(.job-match-reason){height:auto;min-height:262px}
.job_index-content_list_item-feature{position:absolute;top:-16px;left:16px;background:var(--primary,#004ea5);color:#fff;padding:4px 12px;border-radius:20px;font-size:14px;font-weight:bold}
.job_index-content_list_item-feature--priority{background:#E63946}
.job_index-content_list_item-new{position:absolute;top:-16px;right:16px;background:#e36759;color:#fff;padding:4px 12px;border-radius:20px;font-size:14px;font-weight:bold}
.job_index-content_list_item-title{color:#000;font-weight:bold;font-size:16px;line-height:18px;margin-bottom:2px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.job_index-content_list_item-logo{margin:0 10px 10px 0;max-width:74px;max-height:74px;width:74px;height:74px;object-fit:contain;background:var(--base,#f0f7ff);border-radius:8px}
.job_index-content_list_item-company{font-size:13px;line-height:16px;color:var(--primary,#004ea5);text-decoration:underline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}
.job_index-content_list_item .job-location-info{font-size:12px;line-height:15px;font-weight:bold;color:#000;margin-top:9px}
.job_index-content_list_item_salary{height:29.47px}
.job_index-content_list_item_infos{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem}
.job_index-content_list_item_infos-salary{font-size:14px;line-height:18px;color:#000;display:flex;align-items:center}
.job_index-content_list_item_infos-salary span{font-weight:bold}
.job_index-content_list_item_infos-type{background:var(--pillBorder,#dbeaff);border-radius:21px;padding:7px 14px;height:30px;display:flex;align-items:center;color:var(--primary,#004ea5);font-size:12px;line-height:15px;font-weight:bold}
.job_index-content_list_item_infos-type:empty{display:none}
.job_index-content_list_item_footer{display:flex;align-items:center;justify-content:space-between;flex-wrap:nowrap;margin-top:auto}
.job_index-content_list_item_footer .postulez-ici{font-size:14px;line-height:18px;color:#000;text-decoration:none;display:flex;align-items:center;gap:4px;white-space:nowrap;margin-right:28px}
.job_index-content_list_item_footer .publish-time{font-size:10px;line-height:13px;color:#000;white-space:nowrap;margin-right:27px}
.job_index-content_list_item_footer .like-icon{width:42px;height:42px;min-width:42px;background:var(--pillBorder,#dbeaff);border-radius:50%;display:flex;align-items:center;justify-content:center}
.job_index-content_list_item_stats{display:flex;align-items:center;gap:1rem;font-size:11px;font-weight:bold;color:#666}
.job_index-content_list_item_description{height:0;overflow:hidden}
.d-flex{display:flex!important}
.my-3{margin-top:1rem!important;margin-bottom:1rem!important}
.job_index_search{display:none}
@media(min-width:992px){.job_index_search{display:block;height:auto;position:static;overflow:visible;padding:0 0 20px;width:100%;margin:0}.d-lg-none{display:none!important}.d-none.d-lg-block{display:block!important}}
