
/* Basic styles for Career Portal - adjust as needed */
.cp-vacancies-wrap { display:flex; gap:22px; flex-wrap:wrap; }
.cp-job-card { background: #f5f8fa; border-radius:10px; padding:22px; width:320px; box-shadow: 0 2px 6px rgba(0,0,0,0.06); }
.cp-job-title { font-size:20px; margin:0 0 8px; }
.cp-job-meta { color:#333; margin-bottom:12px; }
.cp-job-desc { font-size:14px; color:#444; margin-bottom:14px; max-height:120px; overflow:hidden; }
.cp-apply-btn { background:#0b4f6c; color:#fff; border:none; padding:12px 18px; border-radius:6px; cursor:pointer; }
.cp-apply-btn:hover { opacity:0.95; }

/* Modal styles */
.cp-modal { position: fixed; left:0; top:0; width:100%; height:100%; background: rgba(0,0,0,0.5); display:none; align-items:center; justify-content:center; z-index:99999; }
.cp-modal-inner { width:420px; max-width:95%; background: linear-gradient(180deg,#0e5f85 0,#0a4b6b 100%); color:#fff; padding:22px; border-radius:8px; position:relative; box-shadow:0 6px 30px rgba(0,0,0,0.4); }
.cp-modal-title { margin-top:0; }
.cp-modal-close { position:absolute; right:10px; top:8px; background:transparent; border:none; color:#fff; font-size:22px; cursor:pointer; }
.cp-form-row { margin-bottom:14px; }
.cp-form-row label { display:block; font-weight:600; margin-bottom:6px; }
.cp-form-row input[type=text], .cp-form-row input[type=email], .cp-form-row input[type=url], .cp-form-row textarea, .cp-form-row input[type=file] { width:100%; padding:10px; border-radius:4px; border: none; }
.cp-form-row small { display:block; color:#ddd; margin-top:6px; font-size:12px; }
#cp_submit_btn { background:#fff; color:#0a4b6b; padding:10px 16px; border-radius:6px; border:none; cursor:pointer; }
/* admin small */
