.job-detail-page{background:#fff;padding:18px 0 70px}
.back-to-jobs{display:inline-flex;align-items:center;gap:6px;margin-bottom:14px;color:#111827;font-size:var(--f-fs-font-fs16);line-height:26px;font-weight:500}
.back-to-jobs i{font-size:14px}
.back-to-jobs:hover{color:#c93036}
.job-detail-card{background:#fff;border:1px solid #bfc7d1;border-radius:5px;padding:28px 30px 32px;color:#263342}
.job-card-toolbar{display:flex;align-items:flex-start;justify-content:space-between;gap:22px}
.job-title-block{min-width:0}
.job-title-block h1{font-size:var(--f-fs-font-fs24);line-height:34px;margin:0 0 16px;color:#050b14;font-weight:700}
.job-location-line{display:flex;align-items:flex-start;gap:7px;color:#667085;font-size:var(--f-fs-font-fs16);line-height:26px}
.job-location-line i{color:#8b98a8;font-size:15px;margin-top:5px}
.job-actions{display:flex;align-items:center;justify-content:flex-end;gap:0;flex:0 0 auto;margin-top:2px}
.apply-now-btn{display:inline-flex;align-items:center;justify-content:center;min-width:176px;height:45px;border-radius:999px;background:#c93036;color:#fff!important;border:1px solid #bd2930;font-size:var(--f-fs-font-fs16);font-weight:700;box-shadow:0 7px 14px rgba(201,48,54,.22)}
.apply-now-btn:hover{background:#b92a30;color:#fff}
.square-action{width:43px;height:39px;border:1px solid #aab2bd;background:#fff;color:#8b95a1;display:inline-flex;align-items:center;justify-content:center;font-size:15px;box-shadow:none}
.square-action:hover{background:#f6f8fb;color:#c93036}
.job-actions .apply-now-btn{margin-right:8px}
.job-meta-lines{margin-top:9px;color:#475467;font-size:var(--f-fs-font-fs16);line-height:26px}
.job-meta-lines div{margin-bottom:8px}
.job-meta-lines strong{font-weight:700;color:#344054;margin-right:6px}
.job-detail-card hr{border:0;border-top:1px solid #c8cfd8;margin:22px 0 24px}
.job-description{max-width:960px;font-size:var(--f-fs-font-fs16);color:#4b5563;line-height:26px}
.job-description p{margin:0 0 14px}
.job-description strong{font-weight:700;color:#344054}
.job-description h2{font-size:var(--f-fs-font-fs20);line-height:30px;margin:0 0 14px;color:#344054;font-weight:700}
.job-description mark{background:#fff45a;color:#344054;padding:1px 2px}
.description-gap{height:24px}
.job-description ul{margin:18px 0 34px;padding-left:28px}
.job-description li{margin-bottom:13px;padding-left:6px}
.bottom-apply{min-width:178px;margin-left:18px;height:45px}
.job-modal .modal-content{border:0;border-radius:8px;overflow:hidden}
.job-modal .modal-header{border-bottom:1px solid #e5e7eb;padding:18px 22px}
.job-modal .modal-body{padding:22px}
.job-modal label{font-weight:600;color:#334155;margin:12px 0 7px}
.job-modal .form-control{border-radius:6px;border:1px solid #d1d5db;min-height:44px}
.modal-helper{margin:0 0 8px;color:#64748b}
.report-option{display:flex;align-items:center;gap:10px;font-weight:500!important;margin:9px 0!important;color:#475569!important}
.report-option input{margin:0}
@media(max-width:991px){
  .job-card-toolbar{flex-direction:column}
  .job-actions{width:100%;justify-content:flex-start;flex-wrap:wrap;gap:8px}
  .square-action{border-left:1px solid #aab2bd}
}
@media(max-width:767px){
  .job-detail-page{padding:14px 0 48px}
  .job-detail-card{padding:22px 18px}
  .job-title-block h1{font-size:var(--f-fs-font-fs22);line-height:32px}
  .apply-now-btn{width:100%;min-width:0}
  .job-actions .apply-now-btn{margin-right:0}
  .square-action{width:42px}
  .bottom-apply{margin-left:0}
}
