/* Department heading — filled bar */
.career-title {
  font-family: Staatliches, cursive;
  font-weight: 500;
  background: #444343;
  color: #fff;
  padding: 0.65rem 1.25rem;
  margin: 2.5rem 0 1rem;
  letter-spacing: 0.02em;
  border-radius: 6px;
}

/* Job rows — bordered cards */
.jobs { list-style: none; margin: 0; padding: 0; }

.jobs .job {
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  background: #fff;
  margin-bottom: 0.6rem;
  overflow: hidden;
}

.jobs .job .job-header {
  padding: 0.9rem 1.25rem;
  cursor: pointer;
}

.jobs .job .job_title {
  margin: 0;
  font-size: 1rem;
}

/* Kill the old divider line — otherwise it doubles up with the border */
.jobs .job { border-bottom: 1px solid #dcdcdc; }

/* Suppress the click focus ring if you don't want it */
.jobs .job-header:focus { outline: none; }

/* Expanded job body */
.jobs .job .job-body {
  padding: 1.25rem 1.5rem 1.75rem;
  font-size: 0.85rem;
  line-height: 1.6;
  color: #333;
}

/* Override inherited colours from pasted JD content */
.jobs .job-body,
.jobs .job-body * {
  color: #333;
}

/* Headings inside the JD — DB content uses h3/h4/strong inconsistently */
.jobs .job-body h2,
.jobs .job-body h3,
.jobs .job-body h4,
.jobs .job-body strong,
.jobs .job-body li,
.jobs .job-body b {
  font-size: 0.85rem;
  font-weight: 700;
  margin: 1rem 0 0.4rem;
  color: #111;
}

/* Lists */
.jobs .job-body ul,
.jobs .job-body ol {
  margin: 0.4rem 0 0.9rem 1.1rem;
  padding-left: 0.6rem;
}

.jobs .job-body li {
  margin-bottom: 0.3rem;
  list-style: disc;
}

.jobs .job-body p { margin: 0 0 0.7rem; }

/* Apply button — brand red, small caps */
.jobs .job_action { margin: 0.5rem 0 1rem; }

.jobs .job_action .apply-btn {
  display: inline-block;
  background: #e4003a;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.45rem 0.9rem;
  border-radius: 3px;
  text-decoration: none;
}

.jobs .job_action .apply-btn:hover { background: #c30032; }


.jobs .job_action {
  float: none;
  text-align: left;
  margin: 0 0 1rem;
}

.jobs .job_action--top { margin-bottom: 1.25rem; }
.jobs .job_action--bottom { margin-top: 1.5rem; margin-bottom: 0; }

#career .jobs .job .job-body .job_action {
  position: static;
  float: none;
  display: block;
  width: 100%;
  text-align: left;
  clear: both;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

#career .jobs .job .job-body .job_action--top {
  margin: 0 0 1.25rem;
}

#career .jobs .job .job-body .job_action--bottom {
  margin: 1.5rem 0 0;
}

/* Two-column contact + form */
.page-content .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
}

.page-content .wrapper #career {
  grid-column: 1 / -1;
}

#contact.full-height,
#enquire.full-height {
  height: auto;
  min-height: 0;
  padding: 0;
}

/* Headings */
#contact h4,
#enquire .title {
  font-family: Staatliches, cursive;
  font-size: 45px;
  font-weight: 500;
  color: #444343;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  margin: 0 0 0.9rem;
}

#contact .contact_info {
  display: block;
}
/* Pink strapline */
#contact .contact_info p {
  font-weight: 700;
  color: #333;
  font-size: 45px;
  line-height: 1.2;
  margin: 0 0 1.75rem;
  max-width: 15ch;
}

#contact .contact_info .highlight {
  color: #e4003a;
}

/* Contact blocks stacked */
#contact .contacts {
  display: block;
}

#contact .contact_info h4 {
  font-size: 45px;
  margin: 0;
}

#contact .contacts .person {
  margin-bottom: 1.25rem;
}

#contact .contacts .department {
  font-family: inherit;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  text-transform: none;
  color: #222;
  margin: 0;
}

#contact .contacts .name {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  margin: 0;
}

#contact .contacts .contact {
  margin-top: 0;
}

#contact .contacts .contact a {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #222;
  text-decoration: none;
  margin: 0;
  line-height: 1.5;
}

#contact .contacts .forbustxt {
  font-weight: 400;
}

/* Form */
#enquire .enquire_info { display: block; }

#enquire .enquire__text p {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 1rem;
}

#enquire .input-effect { margin-bottom: 0.55rem; }
#enquire .input-effect.no-margin {
  margin: 0 0 0.55rem;
}

#enquire .form-control {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0.45rem 0.7rem;
  font-size: 0.78rem;
}

#enquire textarea.form-control {
  height: 48px;
  resize: vertical;
}

#enquire .form-group {
  margin: 0.75rem 0 0;
  text-align: left;
}

#enquire .submit-btn {
  background: #e4003a;
  color: #fff;
  border: none;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.45rem 2.5rem;
  border-radius: 8px;
  cursor: pointer;
}
.page-content .wrapper {
  gap: 2.5rem;
}

#career .jobs .job .job-header {
  border-bottom: none;
}

#career .jobs .job .job-header i {
  border: none;
}

/* Stack on mobile */
@media (max-width: 900px) {
  .page-content .wrapper {
    display: block;
  }
}