.job-posts-hero-section-1 {
  padding-top: var(--content-vertical-padding-less);
  padding-bottom: 0;
}
.job-posts-hero-section-1 .content {
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
.job-posts-hero-section-1 .breadcrumb {
  margin-bottom: 0;
}
.job-posts-hero-section-1 .page-title {
  margin: 0;
  max-width: 1008px;
}
.job-posts-hero-section-1 .job-tags {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}
.job-posts-hero-section-1 .job-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 11px 4px 9px;
  background: #fff;
  border: 1px solid var(--brand-200);
  border-radius: var(--border-radius-full);
  color: var(--brand-700);
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.job-posts-hero-section-1 .job-tag-icon {
  width: 11px;
  height: 11px;
  flex-shrink: 0;
}
.job-posts-hero-section-1 .button-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 25px;
  margin-top: 4px;
  margin-bottom: 0px;
}
.job-posts-hero-section-1 .job-apply-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.job-posts-hero-section-1 .job-apply-icon {
  width: 16px;
  height: 16px;
}

/*
========================================
Per-Client Field Visibility
========================================
*/