.dhj-employer-hint {
	margin-top: 24px;
	font-size: 14px;
	color: #666;
	border-top: 1px solid #eee;
	padding-top: 12px;
}
.companies-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.companies-table th,
.companies-table td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: left;
  vertical-align: top;
}

.companies-table th {
  background: #f5f5f5;
  font-weight: 600;
}

.companies-table tr:nth-child(even) {
  background: #fafafa;
}

.companies-table a {
  font-weight: 600;
  text-decoration: none;
}

.company-actions {
  white-space: nowrap;
}

.company-action {
  display: inline-block;
  padding: 6px 10px;
  margin-right: 6px;
  margin-bottom: 6px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.company-action:hover {
  border-color: #bbb;
}
.companies-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.companies-table th,
.companies-table td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: left;
  vertical-align: top;
}

.companies-table th {
  background: #f5f5f5;
  font-weight: 600;
}

.companies-table tr:nth-child(even) {
  background: #fafafa;
}

.companies-table a {
  font-weight: 600;
  text-decoration: none;
}

.company-actions {
  white-space: nowrap;
}

.company-action {
  display: inline-block;
  padding: 6px 10px;
  margin-right: 6px;
  margin-bottom: 6px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.company-action:hover {
  border-color: #bbb;
}
.companies-table th,
.companies-table td {
  padding: 8px 10px;
  font-size: 14px;
}

.companies-table th {
  white-space: nowrap;
}

.companies-table td {
  line-height: 1.4;
}
.companies-table td:first-child,
.companies-table th:first-child {
  font-weight: 600;
  min-width: 220px;
}
.companies-table td:nth-child(2) {
  max-width: 420px;
  line-height: 1.4;
}
.companies-table td:nth-child(2) {
  overflow: hidden;
  text-overflow: ellipsis;
}
/* Companies archive layout fixes */
.companies-archive-wrapper {
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 20px;
}

.companies-archive-title {
  margin-bottom: 24px;
  font-size: 32px;
  font-weight: 700;
}

.companies-table-wrapper {
  margin-top: 10px;
}

/* Ensure table doesn't clash with archive elements */
.companies-table {
  margin-top: 10px;
}
.companies-upgrade-cta {
  margin-top: 16px;
}

.companies-upgrade-button {
  display: inline-block;
  padding: 12px 20px;
  background: #005eb8; /* NHS-style blue */
  color: #fff !important;
  font-weight: 600;
  text-decoration: none;
  border-radius: 4px;
  font-size: 15px;
}

.companies-upgrade-button:hover {
  background: #003f7e;
}

.job-company-directory-link {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid #e5e7eb;
}

.job-company-directory-link h3 {
  font-size: 18px;
  margin-bottom: 8px;
}

.job-company-directory-link p {
  margin-bottom: 8px;
  max-width: 700px;
  color: #444;
}

.job-company-directory-cta {
  font-weight: 600;
  text-decoration: none;
}
.comments-area,
.comment-respond,
.comment-form {
  display: none !important;
}