.job-single-page {
  max-width: 860px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

.job-header {
  margin-bottom: 1.5rem;
}

.job-title {
  font-size: 1.9rem;
  font-weight: 600;
  margin: 0 0 0.5rem;
}

.job-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.9rem;
  color: #555;
  margin-bottom: 1rem;
}

.job-meta-item {
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.job-content {
  margin-bottom: 1.75rem;
  line-height: 1.55;
  font-size: 1rem;
}

.job-contact {
  margin-bottom: 1.75rem;
}

.job-exam-info h2 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.job-contact h2 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.job-contact p {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #333;
}

.job-apply,
.job-exam-info {
  margin: 2rem 0;
}

.job-apply-button {
  background: #181a1b;
  color: #fff !important;
  padding: 12px 24px;
  border: none;
  border-radius: 50px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
}

.job-apply-button.disabled {
  background: #b3b6b7;
  cursor: not-allowed;
}

.job-attachments {
  margin-top: 2rem;
}

.job-attachments h2 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.attachment-list {
  list-style: none;
  padding-left: 0;
}

.attachment-list li {
  margin-bottom: 6px;
}

.attachment-list a {
  color: #0099d8;
  text-decoration: none;
}

/*.attachment-list a:hover {
  text-decoration: underline;
}*/

.attachment-desc {
  color: #555;
  font-size: 0.9rem;
}
