/* Recruitment module theme additions — new file, does not modify weaver.css */

.important { color: #c0392b; font-weight: 600; }

.notice-card {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  padding: 22px 26px;
  margin: 18px 0;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.notice-card ul, .notice-card ol { margin-bottom: 0.5rem; }
.notice-card .sublist { margin-top: 6px; }

.action-cards { margin: 26px 0; }

.action-card {
  border: 1px solid #e2e2e2;
  border-radius: 12px;
  padding: 28px 22px;
  text-align: center;
  height: 100%;
  transition: transform .15s ease, box-shadow .15s ease;
  background: #fff;
}
.action-card:hover { transform: translateY(-3px); box-shadow: 0 8px 20px rgba(0,0,0,0.08); }
.action-card .icon { font-size: 34px; margin-bottom: 10px; }
.action-card h4 { margin-bottom: 8px; }
.action-card p { color: #555; font-size: 13.5pt; }

.lookup-card {
  background: #fff8ec;
  border: 1px solid #f0ddb3;
  border-radius: 10px;
  padding: 22px;
}
.lookup-card label { font-weight: 600; font-size: 12.5pt; }
.lookup-card .form-control { margin-bottom: 12px; }

.badge-closed {
  display: inline-block;
  background: #fdecea;
  color: #c0392b;
  border: 1px solid #f5c6c6;
  padding: 4px 14px;
  border-radius: 20px;
  font-size: 12pt;
  font-weight: 600;
}
.badge-open {
  display: inline-block;
  background: #eaf7ee;
  color: #1e7e34;
  border: 1px solid #c3e6cb;
  padding: 4px 14px;
  border-radius: 20px;
  font-size: 12pt;
  font-weight: 600;
}

/* Admin dashboard */
.admin-shell { padding: 18px 0 40px; }
.admin-topbar { padding: 14px 0; border-bottom: 2px solid #eee; margin-bottom: 16px; }
.admin-searchbar { margin-bottom: 16px; }
.admin-table-wrap { background: #fff; border-radius: 8px; overflow: hidden; }

.admin-login-body {
  background: #004255;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}
.admin-login-wrap { width: 100%; max-width: 380px; padding: 20px; }
.admin-login-card { border-radius: 14px; border: none; }
