/* Keep Placement Partner weblinks styling intact inside the staging theme. */
.hp-pp-board {
  margin: 0;
  padding: 0;
}

.hp-pp-board #container {
  display: flow-root;
  width: min(1120px, 100%);
  margin: 0 auto;
  padding: 8px 0 24px;
  float: none;
}

.hp-pp-board #container .job-spec,
.hp-pp-board #container .filter,
.hp-pp-board #container .job-spec-list,
.hp-pp-board #container .job-spec-field,
.hp-pp-board #container .button {
  font-family: var(--pp-font-family, "Plus Jakarta Sans", sans-serif);
}

.hp-pp-board #container .job-spec h2 {
  margin: 0;
  padding: 0;
  font: inherit;
  color: inherit;
}

.hp-pp-board #container a.button,
.hp-pp-board #container .job-spec-title a,
.hp-pp-board #container #job_spec_title a {
  text-decoration: none;
}

.hp-pp-board #container #apply_button {
  margin-top: 18px;
}

.hp-pp-board #container #apply_button .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 132px;
  min-height: 46px;
  padding: 0 24px;
  border: 0;
  background: #e0c286;
  color: #0c2340 !important;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hp-pp-board #container #apply_button .button:hover {
  background: #0c2340;
  color: #fff !important;
}

.hp-pp-board #container #job_spec_title {
  background-color: #b09867;
}

.entry-content .hp-pp-board #container a:not(.button):not(.description-more) {
  color: inherit;
}

.entry-content .hp-pp-board #container .hp-pagination a,
.entry-content .hp-pp-board #container .hp-pagination a:visited {
  color: var(--hp-navy);
}

.entry-content .hp-pp-board #container .hp-pagination li.is-active a,
.entry-content .hp-pp-board #container .hp-pagination li.is-active a:visited,
.entry-content .hp-pp-board #container .hp-pagination li.is-active a:hover {
  color: #fff;
}

.hp-pp-board .company-logo {
  display: block;
  margin: 0 auto 22px;
  max-width: min(320px, 90vw);
  max-height: 120px;
  object-fit: contain;
}

.hp-pp-board .hp-pp-page {
  clear: both;
  margin: 8px 0 0;
  text-align: center;
  color: var(--pp-text-secondary, #5f6472);
  font-family: var(--pp-font-family, "Plus Jakarta Sans", sans-serif);
}

.hp-pp-board #container form.filter button.filter-clear-button {
  border: 0;
  cursor: pointer;
}

.hp-pp-board #container .hp-pagination {
  clear: both;
  margin-top: 18px;
  font-family: var(--pp-font-family, "Plus Jakarta Sans", sans-serif);
}
