.login-page .login-logo {
  width: 72px;
  height: 72px;
  margin: 0 auto 16px;
  padding: 6px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #d1fae5;
  box-shadow: 0 2px 8px rgba(16, 185, 129, 0.12);
}

.login-page .login-logo img.brand-logo-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.login-form-meta {
  display: flex;
  justify-content: flex-end;
  margin: -4px 0 16px;
}

.login-forgot-link {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--accent-emerald-dark);
  text-decoration: none;
}

.login-forgot-link:hover {
  text-decoration: underline;
}

.login-back-link {
  margin: 16px 0 0;
  text-align: center;
  font-size: 0.8125rem;
}

.login-back-link a {
  color: var(--slate-600);
  font-weight: 600;
  text-decoration: none;
}

.login-back-link a:hover {
  color: var(--accent-emerald-dark);
}

/* FinAcc Talent — Employer Portal overrides */
.employer-portal .sidebar-logo {
  width: 52px;
  height: 52px;
  padding: 4px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #d1fae5;
  box-shadow: 0 2px 8px rgba(16, 185, 129, 0.12);
}

.employer-portal .sidebar-logo img.brand-logo-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 2px;
}

.employer-portal .login-logo {
  width: 72px;
  height: 72px;
  padding: 6px;
}

.employer-portal .login-logo img.brand-logo-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.employer-portal .sidebar-brand-text h2 {
  font-size: 1.05rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.employer-portal .sidebar-brand-text span {
  font-size: 0.72rem;
  color: var(--accent-emerald);
}

.employer-portal .nav-link.active {
  background: var(--accent-emerald-50);
  color: var(--accent-emerald-dark);
}

.employer-portal .nav-link.active svg {
  color: var(--accent-emerald);
}

.employer-portal .btn-primary {
  background: var(--accent-emerald);
  border-color: var(--accent-emerald);
}

.employer-portal .btn-primary:hover {
  background: var(--accent-emerald-dark);
  border-color: var(--accent-emerald-dark);
}

.employer-portal .btn-ghost:hover {
  background: var(--accent-emerald-50);
  color: var(--accent-emerald-dark);
  border-color: #a7f3d0;
}

.employer-portal .rank-num {
  background: var(--accent-emerald-50);
  color: var(--accent-emerald-dark);
}

.employer-portal .header-right {
  flex-wrap: wrap;
  justify-content: flex-end;
}

.employer-quota-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 24px;
  padding: 14px 18px;
  border-radius: 14px;
  border: 1px solid #a7f3d0;
  background: linear-gradient(135deg, #ecfdf5 0%, #f0fdf4 100%);
}

.employer-quota-banner strong {
  color: #065f46;
}

.employer-quota-banner p {
  margin: 4px 0 0;
  font-size: 0.8rem;
  color: #047857;
}

.employer-quota-pill-header {
  padding: 6px 12px;
  border-radius: 999px;
  background: white;
  border: 1px solid #6ee7b7;
  font-size: 0.78rem;
  font-weight: 700;
  color: #047857;
  white-space: nowrap;
}

.employer-welcome-banner {
  margin-bottom: 24px;
}

.employer-welcome-banner--dashboard {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  background: linear-gradient(135deg, #ecfdf5 0%, #f0fdf4 55%, #ffffff 100%);
  border: 1px solid #a7f3d0;
  border-radius: var(--radius-lg);
  padding: 24px 28px;
  box-shadow: var(--shadow-sm);
}

.employer-welcome-copy {
  min-width: 0;
  flex: 1 1 240px;
}

.employer-welcome-banner h1 {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--slate-900);
  margin-bottom: 8px;
  line-height: 1.2;
}

.employer-welcome-banner p {
  color: var(--slate-500);
  font-size: 0.9rem;
  line-height: 1.5;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}

.employer-welcome-banner p .category-tag {
  vertical-align: middle;
}

.employer-account-badge {
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  white-space: nowrap;
  border: 1px solid transparent;
}

.employer-account-badge--active {
  background: #ecfdf5;
  border-color: #6ee7b7;
  color: #047857;
}

.employer-dashboard-stats {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 24px;
}

.employer-dashboard-stats .stat-card {
  min-height: 118px;
}

.employer-dashboard-stats .stat-value {
  font-size: 1.6rem;
}

.employer-dashboard-grid {
  margin-bottom: 24px;
  align-items: stretch;
}

.employer-dashboard-grid .employer-dashboard-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.employer-dashboard-grid .employer-dashboard-card .card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.employer-card-body-tabs {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 18px;
}

.employer-jobs-tabbar {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.employer-pipeline-tab {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid var(--slate-200);
  background: white;
  font-family: inherit;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--slate-600);
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.employer-pipeline-tab:hover {
  border-color: #a7f3d0;
  background: #f8fffb;
}

.employer-pipeline-tab.active {
  background: var(--accent-emerald-50);
  border-color: #6ee7b7;
  color: #047857;
}

.employer-pipeline-tab.active .tab-count {
  background: white;
  color: #047857;
}

.employer-pending-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  margin-left: 6px;
  border-radius: 999px;
  background: #ef4444;
  color: white;
  font-size: 0.62rem;
  font-weight: 800;
  line-height: 1;
}

.employer-card-action {
  white-space: nowrap;
}

.employer-applications-feed {
  gap: 10px;
}

a.activity-item--link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  text-decoration: none;
  color: inherit;
  border-radius: var(--radius-sm);
  transition: border-color 0.15s ease, background 0.15s ease;
}

a.activity-item--link:hover {
  background: #f0fdf4;
  border-color: #a7f3d0;
}

a.activity-item--link .activity-left {
  min-width: 0;
}

a.activity-item--link .activity-name,
a.activity-item--link .activity-detail {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

a.employer-mini-job {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}

a.employer-mini-job > div:first-child {
  min-width: 0;
  flex: 1;
}

a.employer-mini-job strong {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

a.employer-mini-job .user-account-status {
  flex-shrink: 0;
}

a.employer-mini-job:hover {
  border-color: #a7f3d0;
  background: #f0fdf4;
  box-shadow: 0 1px 2px rgba(16, 185, 129, 0.08);
}

.employer-dashboard-grid .employer-dashboard-card .rank-item > div:last-child {
  flex: 1;
  min-width: 0;
}

.employer-dashboard-grid .employer-dashboard-card .employer-mini-jobs {
  flex: 1;
}

.employer-analytics-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 20px;
}

.employer-analytics-metric {
  padding: 14px;
  border-radius: 12px;
  border: 1px solid var(--slate-200);
  background: var(--slate-50);
}

.employer-analytics-metric-label {
  display: block;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--slate-500);
  margin-bottom: 6px;
}

.employer-analytics-metric-value {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--slate-900);
}

.employer-pipeline-title {
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--slate-500);
  margin-bottom: 12px;
  padding-top: 18px;
  border-top: 1px solid var(--slate-100);
}

.employer-pipeline-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.employer-pipeline-stage-head {
  display: flex;
  justify-content: space-between;
  font-size: 0.8rem;
  margin-bottom: 4px;
  color: var(--slate-700);
}

.employer-pipeline-bar,
.employer-analytics-bar {
  height: 6px;
  border-radius: 999px;
  background: var(--slate-100);
  overflow: hidden;
}

.employer-pipeline-bar span,
.employer-analytics-bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #10b981, #059669);
}

.employer-analytics-bar {
  margin-top: 8px;
}

.employer-quick-actions-card {
  margin-bottom: 8px;
  height: auto;
}

.employer-quick-actions-card .card-body {
  flex: none;
  display: block;
  padding: 18px 22px 22px;
}

.employer-portal .quick-actions-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.employer-portal .quick-action-btn:hover {
  background: #f0fdf4;
  border-color: #a7f3d0;
  color: #047857;
}

.stat-icon.slate {
  background: var(--slate-100);
  color: var(--slate-500);
}

.employer-pipeline-tabs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.employer-jobs-list {
  list-style: none;
}

.employer-job-row {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) 100px 90px 90px 40px;
  gap: 12px;
  align-items: center;
  padding: 16px 20px;
  border-bottom: 1px solid var(--slate-100);
}

.employer-jobs-header {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) 100px 90px 90px 40px;
  gap: 12px;
  padding: 12px 20px;
  background: var(--slate-50);
  border-bottom: 1px solid var(--slate-200);
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--slate-500);
}

.employer-job-title {
  font-weight: 700;
  color: var(--slate-900);
  display: block;
}

a.employer-job-title:hover {
  color: var(--accent-emerald-dark);
}

.employer-job-meta {
  font-size: 0.74rem;
  color: var(--slate-500);
  margin-top: 2px;
}

.employer-applicant-row {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr) 100px 110px 40px;
  gap: 12px;
  align-items: center;
  padding: 14px 20px;
  border-bottom: 1px solid var(--slate-100);
}

.employer-applicants-header {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr) 100px 110px 40px;
  gap: 12px;
  padding: 12px 20px;
  background: var(--slate-50);
  border-bottom: 1px solid var(--slate-200);
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--slate-500);
}

.employer-applicant-user {
  display: flex;
  align-items: center;
  gap: 10px;
}

.employer-applicant-avatar {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: linear-gradient(135deg, #6366f1, #4f46e5);
  color: white;
  font-size: 0.72rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.employer-job-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.85fr);
  gap: 24px;
  margin-top: 15px;
  align-items: start;
}

.employer-job-side,
.employer-job-main {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* ─── Applicant hero (employer portal) ─── */
.employer-portal .employer-applicant-hero .candidate-hero-banner {
  height: 56px;
  background: linear-gradient(135deg, #065f46 0%, #059669 45%, #10b981 100%);
}

.employer-portal .employer-applicant-hero .candidate-hero-banner-glow {
  background:
    radial-gradient(ellipse 90% 140% at 0% 100%, rgba(255, 255, 255, 0.22) 0%, transparent 52%),
    radial-gradient(circle at 88% 12%, rgba(255, 255, 255, 0.14) 0%, transparent 42%),
    linear-gradient(180deg, transparent 55%, rgba(0, 0, 0, 0.05) 100%);
}

.employer-portal .employer-applicant-hero .candidate-hero-body {
  padding: 0 24px 0;
  margin-top: -24px;
}

.employer-portal .employer-applicant-hero .candidate-hero-identity {
  align-items: flex-end;
  gap: 20px;
  padding-bottom: 18px;
}

.employer-portal .employer-applicant-hero .employer-hero-avatar {
  width: 72px;
  height: 72px;
  border-radius: 16px;
  font-size: 1.35rem;
  border: 3px solid white;
  background: linear-gradient(145deg, #6ee7b7 0%, #10b981 55%, #047857 100%);
  box-shadow:
    0 4px 6px rgba(15, 23, 42, 0.06),
    0 10px 22px rgba(16, 185, 129, 0.26);
}

.employer-portal .employer-applicant-hero .candidate-hero-info {
  padding-top: 28px;
  padding-bottom: 2px;
}

.employer-portal .employer-applicant-hero .candidate-hero-title-row {
  justify-content: flex-start;
  margin-bottom: 4px;
}

.employer-portal .employer-applicant-title-group {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.employer-portal .employer-applicant-hero .candidate-hero-name {
  font-size: 1.375rem;
}

.employer-portal .employer-applicant-hero .candidate-hero-headline {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  max-width: none;
}

.employer-portal .employer-applicant-role {
  font-weight: 600;
  color: var(--slate-700);
}

.employer-portal .employer-applicant-headline-sep {
  color: var(--slate-300);
  font-weight: 400;
}

.employer-portal .employer-applicant-applied {
  color: var(--slate-500);
}

.employer-portal .employer-applicant-contact-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
}

.employer-portal .employer-applicant-contact-item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--slate-600);
}

.employer-portal .employer-applicant-contact-item svg {
  width: 15px;
  height: 15px;
  color: var(--accent-emerald);
  flex-shrink: 0;
}

.employer-portal .employer-applicant-status {
  display: inline-flex;
  align-items: center;
  padding: 4px 11px;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #b45309;
  background: #fffbeb;
  border: 1px solid #fde68a;
  flex-shrink: 0;
}

.employer-portal .employer-applicant-hero-footer {
  margin-top: 0;
  padding-top: 14px;
  padding-bottom: 16px;
}

.employer-portal .employer-applicant-hero-footer .candidate-hero-btn--primary:hover {
  box-shadow: 0 4px 14px rgba(16, 185, 129, 0.4) !important;
}

.employer-portal .employer-btn-reject:hover {
  color: #b91c1c;
  border-color: #fecaca;
  background: #fef2f2;
}

/* ─── Applicant sidebar ─── */
.employer-applicant-side {
  position: sticky;
  top: calc(var(--header-height) + 16px);
}

.employer-side-card .card-header {
  padding: 14px 20px;
  background: linear-gradient(180deg, #f0fdf4 0%, #ffffff 100%);
  border-bottom: 1px solid #d1fae5;
}

.employer-side-card .card-header h3 {
  font-size: 0.88rem;
  font-weight: 800;
  color: #065f46;
}

.employer-side-card-body {
  padding: 0 !important;
}

.employer-applicant-meta {
  margin: 0;
}

.employer-applicant-meta-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
  gap: 8px 16px;
  align-items: center;
  padding: 14px 20px;
  border-bottom: 1px solid var(--slate-100);
}

.employer-applicant-meta-row:last-child {
  border-bottom: none;
}

.employer-applicant-meta-row dt {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--slate-500);
}

.employer-applicant-meta-row dd {
  margin: 0;
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--slate-800);
  text-align: right;
  min-width: 0;
}

.employer-applicant-meta-row dd a {
  color: #047857;
  text-decoration: none;
  word-break: break-word;
}

.employer-applicant-meta-row dd a:hover {
  text-decoration: underline;
}

.employer-applicant-meta-row--meter dd {
  text-align: right;
}

.employer-profile-meter {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  width: 100%;
}

.employer-profile-meter-bar {
  flex: 1;
  max-width: 120px;
  height: 7px;
  background: var(--slate-100);
  border-radius: 999px;
  overflow: hidden;
}

.employer-profile-meter-bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #10b981, #059669);
}

.employer-profile-meter-value {
  font-size: 0.8rem;
  font-weight: 800;
  color: #047857;
  min-width: 36px;
  text-align: right;
}

.employer-education-item {
  padding: 16px 20px 18px;
}

.employer-education-item strong {
  display: block;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--slate-900);
  margin-bottom: 4px;
}

.employer-education-item span {
  display: block;
  font-size: 0.8rem;
  color: var(--slate-500);
  line-height: 1.5;
}

/* ─── Applicant profile card ─── */
.employer-portal .candidate-info-body--stacked {
  display: flex;
  flex-direction: column;
  grid-template-columns: none;
}

.employer-portal .candidate-info-body--stacked .candidate-info-group {
  width: 100%;
  padding: 20px 24px;
  border-bottom: 1px solid var(--slate-100);
}

.employer-portal .candidate-info-body--stacked .candidate-info-group:last-child {
  border-bottom: none;
}

.employer-portal .candidate-summary-text {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.7;
  color: var(--slate-600);
  max-width: 72ch;
}

.employer-portal .candidate-info-body--stacked .candidate-info-group-title {
  margin-bottom: 12px;
  color: #047857;
}

.employer-portal .candidate-skill-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.employer-portal .candidate-skill-tag {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 600;
  color: #047857;
  background: var(--accent-emerald-50);
  border: 1px solid #a7f3d0;
}

.employer-portal .candidate-experience-list {
  grid-template-columns: 1fr;
  gap: 12px;
}

.employer-portal .candidate-experience-list .candidate-info-item {
  padding: 14px 16px;
  border-radius: 10px;
  border: 1px solid var(--slate-100);
  background: var(--slate-50);
}

.employer-portal .candidate-experience-list .candidate-info-item dt {
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--slate-800);
  margin-bottom: 4px;
}

.employer-portal .candidate-experience-list .candidate-info-item dd {
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--slate-500);
}

/* ─── Rich text editor (job description) ─── */
.rich-editor-panel {
  border: 1px solid var(--slate-200);
  border-radius: var(--radius-md);
  overflow: hidden;
  background: white;
  transition: border-color var(--transition), box-shadow var(--transition);
}

.rich-editor-panel:focus-within {
  border-color: #6ee7b7;
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.15);
}

.rich-editor-mount .ql-toolbar.ql-snow {
  border: none;
  border-bottom: 1px solid var(--slate-200);
  background: var(--slate-50);
  padding: 8px 10px;
  font-family: inherit;
}

.rich-editor-mount .ql-container.ql-snow {
  border: none;
  font-family: inherit;
  font-size: 0.9rem;
  min-height: 160px;
}

.rich-editor-mount .ql-editor {
  min-height: 160px;
  padding: 14px 16px;
  line-height: 1.6;
  color: var(--slate-800);
}

.rich-editor-mount .ql-editor.ql-blank::before {
  color: var(--slate-400);
  font-style: normal;
}

.rich-editor-mount .ql-snow .ql-stroke {
  stroke: var(--slate-600);
}

.rich-editor-mount .ql-snow .ql-fill {
  fill: var(--slate-600);
}

.rich-editor-mount .ql-snow .ql-picker-label:hover,
.rich-editor-mount .ql-snow .ql-picker-label.ql-active,
.rich-editor-mount .ql-snow button:hover,
.rich-editor-mount .ql-snow button.ql-active {
  color: #047857;
}

.rich-editor-mount .ql-snow button:hover .ql-stroke,
.rich-editor-mount .ql-snow button.ql-active .ql-stroke,
.rich-editor-mount .ql-snow .ql-picker-label:hover .ql-stroke,
.rich-editor-mount .ql-snow .ql-picker-label.ql-active .ql-stroke {
  stroke: #047857;
}

.rich-editor-mount .ql-snow button:hover .ql-fill,
.rich-editor-mount .ql-snow button.ql-active .ql-fill {
  fill: #047857;
}

@media (max-width: 1200px) {
  .employer-dashboard-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  .employer-job-detail-grid {
    grid-template-columns: 1fr;
  }

  .employer-job-row,
  .employer-jobs-header,
  .employer-applicant-row,
  .employer-applicants-header {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .employer-jobs-header,
  .employer-applicants-header {
    display: none;
  }

  .employer-portal .quick-actions-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .employer-welcome-banner--dashboard {
    padding: 18px 16px;
  }

  .employer-welcome-banner h1 {
    font-size: 1.25rem;
  }

  .employer-quota-pill-header {
    display: none;
  }

  .employer-quota-banner {
    padding: 12px 14px;
  }

  .employer-dashboard-stats {
    grid-template-columns: 1fr;
  }

  .employer-analytics-metrics {
    grid-template-columns: 1fr;
  }

  .employer-portal .quick-actions-grid {
    grid-template-columns: 1fr;
  }

  .employer-card-action {
    font-size: 0.75rem;
    padding-left: 10px;
    padding-right: 10px;
  }

  a.activity-item--link .activity-name,
  a.activity-item--link .activity-detail {
    white-space: normal;
  }

  .employer-applicant-side {
    position: static;
  }

  .employer-applicant-meta-row {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .employer-applicant-meta-row dd {
    text-align: left;
  }

  .employer-profile-meter {
    justify-content: flex-start;
  }

  .employer-portal .employer-applicant-hero .candidate-hero-identity {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .employer-portal .employer-applicant-hero .candidate-hero-info {
    padding-top: 0;
    width: 100%;
  }

  .employer-portal .employer-applicant-hero-footer {
    justify-content: stretch;
  }

  .employer-portal .employer-applicant-hero-footer .candidate-hero-btn {
    flex: 1;
    justify-content: center;
  }
}
