/* Town Careers public landing — no Tailwind build required. */
.careers-shell {
  background: #f4f7fb;
  border-top: 1px solid #e0e8f1;
  color: #14233d;
  padding: 34px 0 54px;
}
.careers-wrap { margin: 0 auto; width: min(1180px, calc(100% - 40px)); }
.careers-hero {
  align-items: stretch;
  background: linear-gradient(115deg, #0a6988, #0b94af);
  border-radius: 16px;
  color: #fff;
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(0, 1fr) 270px;
  margin-bottom: 20px;
  overflow: hidden;
  padding: 34px 38px;
}
.careers-kicker,
.careers-results-heading p,
.careers-side-card > p {
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .12em;
  margin: 0 0 6px;
  text-transform: uppercase;
}
.careers-kicker { color: #b9f4ff; }
.careers-hero h1 {
  color: #fff;
  font-size: clamp(2.1rem, 5vw, 3.5rem);
  font-weight: 850;
  letter-spacing: -.05em;
  line-height: .98;
  margin: 0;
}
.careers-hero > div > p:not(.careers-kicker) {
  color: #e4faff;
  font-size: 1.03rem;
  line-height: 1.55;
  margin: 12px 0 0;
  max-width: 660px;
}
.careers-hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.careers-primary-action,
.careers-secondary-action {
  align-items: center;
  border-radius: 9px;
  display: inline-flex;
  font-size: .9rem;
  font-weight: 800;
  justify-content: center;
  min-height: 42px;
  padding: 0 15px;
  text-decoration: none;
}
.careers-primary-action { background: #fff; color: #087b9b; }
.careers-primary-action:hover { background: #e9fbff; color: #055b73; }
.careers-secondary-action { border: 1px solid rgba(255,255,255,.58); color: #fff; }
.careers-secondary-action:hover { background: rgba(255,255,255,.12); color: #fff; }
.careers-hero-note {
  align-self: center;
  background: rgba(1, 64, 83, .28);
  border: 1px solid rgba(217, 251, 255, .24);
  border-radius: 12px;
  padding: 19px;
}
.careers-hero-note strong { display: block; font-size: 1rem; }
.careers-hero-note span { color: #e2fbff; display: block; font-size: .83rem; line-height: 1.5; margin-top: 6px; }
.careers-search { display: flex; margin: 0 0 14px; max-width: 790px; }
.careers-search input {
  background: #fff;
  border: 1px solid #cbd8e7;
  border-radius: 10px 0 0 10px;
  color: #14233d;
  font: inherit;
  min-width: 0;
  outline: 0;
  padding: 13px 15px;
  width: 100%;
}
.careers-search input:focus { border-color: #0997b7; box-shadow: 0 0 0 3px rgba(9, 151, 183, .16); }
.careers-search button {
  background: #142a48;
  border: 1px solid #142a48;
  border-radius: 0 10px 10px 0;
  color: #fff;
  cursor: pointer;
  font-size: .84rem;
  font-weight: 800;
  padding: 0 17px;
}
.careers-search button:hover { background: #087b9b; border-color: #087b9b; }
.careers-kind-nav,
.careers-type-nav { display: flex; flex-wrap: wrap; gap: 8px; }
.careers-kind-nav { margin-bottom: 14px; }
.careers-kind-nav a {
  background: #fff;
  border: 1px solid #d5e1ec;
  border-radius: 999px;
  color: #3d516d;
  font-size: .84rem;
  font-weight: 800;
  padding: 8px 13px;
  text-decoration: none;
}
.careers-kind-nav a:hover,
.careers-kind-nav a.is-active { background: #087b9b; border-color: #087b9b; color: #fff; }
.careers-filter-bar {
  align-items: center;
  border-bottom: 1px solid #dce6ef;
  border-top: 1px solid #dce6ef;
  display: flex;
  gap: 15px;
  justify-content: space-between;
  margin-bottom: 24px;
  padding: 11px 0;
}
.careers-type-nav a {
  color: #60738d;
  font-size: .79rem;
  font-weight: 800;
  padding: 4px 1px;
  text-decoration: none;
}
.careers-type-nav a:hover,
.careers-type-nav a.is-active { color: #087b9b; text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 5px; }
.careers-clear { color: #6d8098; font-size: .79rem; font-weight: 700; text-decoration: none; white-space: nowrap; }
.careers-clear:hover { color: #087b9b; text-decoration: underline; }
.careers-layout { align-items: start; display: grid; gap: 25px; grid-template-columns: minmax(0,1fr) 294px; }
.careers-results { background: #fff; border: 1px solid #dbe5ef; border-radius: 13px; overflow: hidden; }
.careers-results-heading {
  align-items: end;
  border-bottom: 1px solid #e6edf3;
  display: flex;
  justify-content: space-between;
  padding: 19px 21px 16px;
}
.careers-results-heading p,
.careers-side-card > p { color: #087b9b; }
.careers-results-heading h2,
.careers-side-card h2 { color: #14233d; font-size: 1.12rem; font-weight: 850; letter-spacing: -.02em; line-height: 1.15; margin: 0; }
.careers-results-heading > span { color: #788ba1; font-size: .77rem; font-weight: 700; }
.careers-job-card { border-bottom: 1px solid #e7eef5; padding: 18px 21px 14px; }
.careers-job-card:last-child { border-bottom: 0; }
.careers-job-card:hover { background: #fbfdff; }
.careers-job-card-top { align-items: flex-start; display: grid; gap: 13px; grid-template-columns: 42px minmax(0,1fr) auto; }
.careers-company-mark {
  align-items: center;
  background: #e6f7fb;
  border: 1px solid #c7edf4;
  border-radius: 9px;
  color: #087b9b;
  display: flex;
  font-size: 1.1rem;
  height: 42px;
  justify-content: center;
  width: 42px;
}
.careers-job-main { min-width: 0; }
.careers-job-meta { align-items: center; color: #74879f; display: flex; flex-wrap: wrap; font-size: .69rem; font-weight: 800; gap: 7px; letter-spacing: .08em; text-transform: uppercase; }
.careers-wanted-badge { background: #fff4d7; border-radius: 999px; color: #92600b; letter-spacing: .04em; padding: 3px 6px; }
.careers-job-main h3 { font-size: 1.03rem; font-weight: 850; line-height: 1.2; margin: 5px 0 0; }
.careers-job-main h3 a { color: #172a46; text-decoration: none; }
.careers-job-main h3 a:hover { color: #087b9b; }
.careers-job-main p { color: #667a94; font-size: .83rem; margin: 5px 0 0; }
.careers-job-main p strong { color: #354b66; }
.careers-job-pay { display: grid; justify-items: end; min-width: 95px; text-align: right; }
.careers-job-pay strong { color: #087b9b; font-size: .84rem; }
.careers-job-pay span { color: #8394aa; font-size: .72rem; margin-top: 5px; }
.careers-job-card-footer { align-items: center; display: flex; gap: 15px; justify-content: space-between; margin: 14px 0 0 55px; }
.careers-job-card-footer a { color: #087b9b; font-size: .8rem; font-weight: 850; text-decoration: none; }
.careers-job-card-footer a:hover { color: #055d78; text-decoration: underline; }
.careers-job-card-footer > span { color: #8192a7; font-size: .74rem; }
.careers-empty { padding: 54px 24px; text-align: center; }
.careers-empty > span { display: block; font-size: 2rem; margin-bottom: 9px; }
.careers-empty h3 { color: #1b2c47; font-size: 1.08rem; margin: 0; }
.careers-empty p { color: #71839b; margin: 9px auto 16px; max-width: 440px; }
.careers-empty a {
  background: #0795b8;
  border-radius: 8px;
  color: #fff;
  display: inline-block;
  font-size: .83rem;
  font-weight: 800;
  padding: 9px 13px;
  text-decoration: none;
}
.careers-empty a:hover { background: #057f9f; }
.careers-sidebar { display: grid; gap: 15px; }
.careers-side-card { background: #fff; border: 1px solid #dbe5ef; border-radius: 12px; padding: 17px; }
.careers-side-card > span { color: #687c95; display: block; font-size: .82rem; line-height: 1.48; margin: 8px 0 14px; }
.careers-alert-card { background: #edfbfe; border-color: #beeaf3; }
.careers-alert-card form { margin: 0; }
.careers-alert-card button,
.careers-alert-card > a {
  background: #087b9b;
  border: 1px solid #087b9b;
  border-radius: 7px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: .8rem;
  font-weight: 800;
  justify-content: center;
  min-height: 35px;
  padding: 0 11px;
  text-decoration: none;
}
.careers-alert-card button:hover,
.careers-alert-card > a:hover { background: #056780; border-color: #056780; color: #fff; }
.careers-side-link { color: #087b9b; display: block; font-size: .8rem; font-weight: 800; margin-top: 9px; text-decoration: none; }
.careers-side-link:hover { color: #055d78; text-decoration: underline; }
.careers-ad-card { padding: 13px; }
.careers-ad-label { color: #94a4b8 !important; font-size: .62rem !important; margin-bottom: 8px !important; text-align: center; }
.careers-promo-link { background: linear-gradient(135deg,#f0f9ff,#f9fcff); border: 1px solid #cfe9f1; border-radius: 8px; color: #24405a; display: block; padding: 15px; text-decoration: none; }
.careers-promo-link strong { display: block; font-size: .88rem; }
.careers-promo-link span { color: #60758e; display: block; font-size: .78rem; line-height: 1.4; margin-top: 5px; }
@media (max-width: 900px) {
  .careers-hero { grid-template-columns: 1fr; }
  .careers-hero-note { max-width: 420px; }
  .careers-layout { grid-template-columns: 1fr; }
  .careers-sidebar { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .careers-ad-card { grid-column: span 2; }
}
@media (max-width: 640px) {
  .careers-shell { padding-top: 22px; }
  .careers-wrap { width: min(100% - 24px,1180px); }
  .careers-hero { border-radius: 12px; padding: 25px 21px; }
  .careers-search input { font-size: .88rem; }
  .careers-search button { font-size: .77rem; padding: 0 11px; }
  .careers-filter-bar { align-items: flex-start; flex-direction: column; }
  .careers-job-card { padding: 15px 14px 12px; }
  .careers-job-card-top { grid-template-columns: 38px minmax(0,1fr); }
  .careers-company-mark { height: 38px; width: 38px; }
  .careers-job-pay { align-items: center; display: flex; gap: 7px; grid-column: 2; justify-items: start; min-width: 0; text-align: left; }
  .careers-job-pay span { margin-top: 0; }
  .careers-job-card-footer { align-items: flex-start; flex-direction: column; gap: 5px; margin: 12px 0 0 51px; }
  .careers-sidebar { grid-template-columns: 1fr; }
  .careers-ad-card { grid-column: auto; }
}


/* Town Careers job detail */
.careers-detail-shell {
  background: #f4f7fb;
  border-top: 1px solid #e0e8f1;
  color: #14233d;
  padding: 25px 0 55px;
}
.careers-breadcrumb {
  color: #72849b;
  font-size: .78rem;
  margin-bottom: 16px;
}
.careers-breadcrumb a { color: #087b9b; font-weight: 750; text-decoration: none; }
.careers-breadcrumb a:hover { color: #055d78; text-decoration: underline; }
.careers-breadcrumb span { color: #71839a; }
.careers-owner-panel,
.careers-status-note {
  align-items: center;
  border-radius: 11px;
  display: flex;
  flex-wrap: wrap;
  font-size: .84rem;
  gap: 10px;
  margin-bottom: 17px;
  padding: 13px 15px;
}
.careers-owner-panel { background: #fff8e4; border: 1px solid #f0dca3; }
.careers-owner-panel > strong { color: #765211; margin-right: 3px; }
.careers-status-note { background: #eef3f8; border: 1px solid #d5e1ec; color: #53677f; }
.careers-status-note strong { color: #253a55; text-transform: capitalize; }
.careers-owner-link,
.careers-close-button {
  align-items: center;
  background: #fff;
  border: 1px solid #c9d7e4;
  border-radius: 7px;
  color: #35506d;
  display: inline-flex;
  font-size: .77rem;
  font-weight: 800;
  min-height: 31px;
  padding: 0 10px;
  text-decoration: none;
}
.careers-owner-link:hover { border-color: #087b9b; color: #087b9b; }
.careers-close-button { color: #b43c3c; cursor: pointer; }
.careers-close-button:hover { background: #fff4f4; border-color: #e9b6b6; }
.careers-owner-all { color: #087b9b; font-size: .77rem; font-weight: 800; margin-left: auto; text-decoration: none; }
.careers-owner-all:hover { color: #055d78; text-decoration: underline; }
.careers-detail-layout { align-items: start; display: grid; gap: 25px; grid-template-columns: minmax(0,1fr) 300px; }
.careers-detail-main,
.careers-detail-sidebar { min-width: 0; }
.careers-detail-card {
  background: #fff;
  border: 1px solid #dbe5ef;
  border-radius: 13px;
  overflow: hidden;
}
.careers-detail-heading { padding: 28px 29px 24px; }
.careers-detail-eyebrow {
  align-items: center;
  color: #087b9b;
  display: flex;
  flex-wrap: wrap;
  font-size: .7rem;
  font-weight: 850;
  gap: 8px;
  letter-spacing: .09em;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.careers-detail-chip {
  background: #e8f8fb;
  border-radius: 999px;
  color: #05728d;
  font-size: .68rem;
  letter-spacing: .03em;
  padding: 4px 7px;
}
.careers-detail-chip.is-wanted { background: #fff2d5; color: #94600b; }
.careers-detail-heading h1 {
  color: #14233d;
  font-size: clamp(1.8rem, 4vw, 2.75rem);
  font-weight: 850;
  letter-spacing: -.045em;
  line-height: 1.05;
  margin: 0;
}
.careers-detail-byline {
  color: #62758d;
  font-size: .95rem;
  line-height: 1.5;
  margin: 12px 0 0;
}
.careers-detail-byline strong { color: #28405c; }
.careers-detail-facts {
  background: #f8fbfd;
  border-bottom: 1px solid #e1eaf1;
  border-top: 1px solid #e1eaf1;
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
}
.careers-detail-facts > div { border-right: 1px solid #e1eaf1; padding: 15px 18px; }
.careers-detail-facts > div:last-child { border-right: 0; }
.careers-detail-facts span {
  color: #7b8ea5;
  display: block;
  font-size: .65rem;
  font-weight: 850;
  letter-spacing: .1em;
  margin-bottom: 4px;
  text-transform: uppercase;
}
.careers-detail-facts strong { color: #28425d; font-size: .85rem; }
.careers-description { padding: 27px 29px 13px; }
.careers-description h2,
.careers-application-card h2,
.careers-detail-side-card h2 { color: #172d48; font-size: 1.06rem; font-weight: 850; letter-spacing: -.02em; margin: 0; }
.careers-description-copy { color: #405672; font-size: .96rem; line-height: 1.72; margin-top: 12px; overflow-wrap: anywhere; }
.careers-detail-footer {
  align-items: center;
  border-top: 1px solid #e5edf3;
  display: flex;
  justify-content: flex-end;
  margin: 14px 29px 0;
  padding: 15px 0 18px;
}
.careers-report-button {
  background: transparent;
  border: 0;
  color: #8495a9;
  cursor: pointer;
  font-size: .74rem;
  font-weight: 750;
  padding: 0;
}
.careers-report-button:hover { color: #c14343; text-decoration: underline; }
.careers-detail-sidebar { display: grid; gap: 15px; }
.careers-application-card,
.careers-detail-side-card {
  background: #fff;
  border: 1px solid #dbe5ef;
  border-radius: 12px;
  padding: 19px;
}
.careers-application-card > p,
.careers-detail-side-card > p {
  color: #61758e;
  font-size: .84rem;
  line-height: 1.5;
  margin: 9px 0 15px;
}
.careers-apply-button {
  align-items: center;
  background: #087b9b;
  border: 1px solid #087b9b;
  border-radius: 8px;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  font-size: .85rem;
  font-weight: 850;
  justify-content: center;
  min-height: 42px;
  padding: 0 13px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.careers-apply-button:hover { background: #056780; border-color: #056780; color: #fff; }
.careers-login-link { color: #087b9b; font-size: .86rem; font-weight: 800; text-decoration: none; }
.careers-login-link:hover { color: #055d78; text-decoration: underline; }
.careers-application-form { display: grid; gap: 13px; margin-top: 15px; }
.careers-form-field { display: grid; gap: 5px; }
.careers-form-field label {
  color: #536a83;
  font-size: .67rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.careers-form-field label span { color: #8598ac; font-weight: 700; letter-spacing: 0; text-transform: none; }
.careers-form-field input,
.careers-form-field textarea {
  background: #fff;
  border: 1px solid #cbd9e6;
  border-radius: 7px;
  box-sizing: border-box;
  color: #253b56;
  font: inherit;
  font-size: .86rem;
  outline: 0;
  padding: 9px 10px;
  width: 100%;
}
.careers-form-field input:focus,
.careers-form-field textarea:focus { border-color: #0997b7; box-shadow: 0 0 0 3px rgba(9,151,183,.14); }
.careers-form-field textarea { min-height: 105px; resize: vertical; }
.careers-form-field input[type="file"] { color: #5d7088; font-size: .76rem; padding: 7px; }
.careers-form-field input[type="file"]::file-selector-button {
  background: #e5f7fb;
  border: 0;
  border-radius: 5px;
  color: #086b86;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  margin-right: 8px;
  padding: 6px 8px;
}
.careers-detail-side-card .careers-side-link { margin-top: 0; }
.careers-detail-side-card.is-highlight { background: #edfafe; border-color: #beeaf3; }
.careers-detail-side-card.is-highlight h2 { color: #075f78; }
@media (max-width: 900px) {
  .careers-detail-layout { grid-template-columns: 1fr; }
  .careers-detail-sidebar { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 640px) {
  .careers-detail-shell { padding-top: 18px; }
  .careers-detail-heading,
  .careers-description { padding-left: 18px; padding-right: 18px; }
  .careers-detail-facts { grid-template-columns: 1fr; }
  .careers-detail-facts > div { border-bottom: 1px solid #e1eaf1; border-right: 0; padding: 12px 18px; }
  .careers-detail-facts > div:last-child { border-bottom: 0; }
  .careers-detail-footer { margin-left: 18px; margin-right: 18px; }
  .careers-owner-all { margin-left: 0; width: 100%; }
  .careers-detail-sidebar { grid-template-columns: 1fr; }
}


/* Town Careers post and edit form */
.careers-form-shell {
  background: #f4f7fb;
  border-top: 1px solid #e0e8f1;
  color: #14233d;
  padding: 25px 0 58px;
}
.careers-form-wrap { max-width: 1030px; }
.careers-form-layout { align-items: start; display: grid; gap: 24px; grid-template-columns: minmax(0,1fr) 260px; }
.careers-form-card {
  background: #fff;
  border: 1px solid #dbe5ef;
  border-radius: 13px;
  overflow: hidden;
}
.careers-form-heading {
  background: linear-gradient(115deg, #0a6988, #0b94af);
  color: #fff;
  padding: 27px 29px;
}
.careers-form-heading p {
  color: #b9f4ff;
  font-size: .7rem;
  font-weight: 850;
  letter-spacing: .12em;
  margin: 0 0 7px;
  text-transform: uppercase;
}
.careers-form-heading h1 {
  color: #fff;
  font-size: clamp(1.55rem,3vw,2.25rem);
  font-weight: 850;
  letter-spacing: -.035em;
  line-height: 1.05;
  margin: 0;
}
.careers-form-heading > span { color: #e2fbff; display: block; font-size: .9rem; line-height: 1.5; margin-top: 9px; }
.careers-post-form { padding: 26px 29px 0; }
.careers-post-fieldset,
.careers-post-section {
  border: 0;
  border-bottom: 1px solid #e5edf3;
  margin: 0;
  padding: 0 0 24px;
}
.careers-post-section { margin-top: 24px; }
.careers-post-fieldset legend,
.careers-post-section h2 {
  color: #203954;
  font-size: 1rem;
  font-weight: 850;
  letter-spacing: -.015em;
  margin: 0 0 13px;
  padding: 0;
}
.careers-listing-choice { display: grid; gap: 10px; grid-template-columns: repeat(2,minmax(0,1fr)); }
.careers-listing-choice label {
  align-items: flex-start;
  background: #f8fbfd;
  border: 1px solid #d9e5ef;
  border-radius: 9px;
  color: #334f6b;
  cursor: pointer;
  display: flex;
  gap: 9px;
  padding: 12px;
}
.careers-listing-choice label:hover { background: #f1fbfd; border-color: #86d5e5; }
.careers-listing-choice input { accent-color: #087b9b; margin: 3px 0 0; }
.careers-listing-choice strong { display: block; font-size: .84rem; }
.careers-listing-choice small { color: #71849b; display: block; font-size: .75rem; line-height: 1.4; margin-top: 3px; }
.careers-post-grid { display: grid; gap: 16px; grid-template-columns: repeat(2,minmax(0,1fr)); }
.careers-pay-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
.careers-post-field { display: grid; gap: 6px; min-width: 0; }
.careers-post-field-full { grid-column: 1 / -1; }
.careers-post-field label {
  color: #516982;
  font-size: .67rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.careers-post-field label b { color: #c04141; }
.careers-post-field label em {
  color: #8ca0b4;
  font-size: .66rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}
.careers-post-field input,
.careers-post-field select,
.careers-post-field textarea {
  background: #fff;
  border: 1px solid #c9d8e5;
  border-radius: 7px;
  box-sizing: border-box;
  color: #243b56;
  font: inherit;
  font-size: .88rem;
  min-height: 40px;
  outline: 0;
  padding: 9px 10px;
  width: 100%;
}
.careers-post-field textarea { line-height: 1.52; min-height: 165px; resize: vertical; }
.careers-post-field input:focus,
.careers-post-field select:focus,
.careers-post-field textarea:focus { border-color: #0997b7; box-shadow: 0 0 0 3px rgba(9,151,183,.14); }
.careers-field-help { color: #7488a0; font-size: .75rem; line-height: 1.4; }
.careers-area-select > div,
.careers-area-select select { max-width: 100%; }
.careers-post-footer {
  align-items: center;
  display: flex;
  gap: 13px;
  justify-content: flex-end;
  padding: 21px 0 25px;
}
.careers-form-submit {
  background: #087b9b;
  border: 1px solid #087b9b;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  font-size: .85rem;
  font-weight: 850;
  min-height: 42px;
  padding: 0 16px;
}
.careers-form-submit:hover { background: #056780; border-color: #056780; }
.careers-form-cancel { color: #647991; font-size: .82rem; font-weight: 800; text-decoration: none; }
.careers-form-cancel:hover { color: #087b9b; text-decoration: underline; }
.careers-form-sidebar { display: grid; gap: 15px; }
.careers-form-tip { background: #edfbfe; border-color: #beeaf3; }
.careers-form-tip h2 { color: #075f78; }
@media (max-width: 850px) {
  .careers-form-layout { grid-template-columns: 1fr; }
  .careers-form-sidebar { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 640px) {
  .careers-post-form { padding-left: 18px; padding-right: 18px; }
  .careers-form-heading { padding-left: 18px; padding-right: 18px; }
  .careers-listing-choice,
  .careers-post-grid,
  .careers-pay-grid,
  .careers-form-sidebar { grid-template-columns: 1fr; }
  .careers-post-footer { justify-content: space-between; }
}


/* Town Careers employer workspace */
.careers-dashboard-shell,
.careers-applications-shell {
  background: #f4f7fb;
  border-top: 1px solid #e0e8f1;
  color: #14233d;
  padding: 25px 0 58px;
}
.careers-dashboard-header,
.careers-applications-header {
  align-items: center;
  background: #fff;
  border: 1px solid #dbe5ef;
  border-radius: 13px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: 24px 26px;
}
.careers-dashboard-header p,
.careers-applications-header p {
  color: #087b9b;
  font-size: .7rem;
  font-weight: 850;
  letter-spacing: .11em;
  margin: 0 0 6px;
  text-transform: uppercase;
}
.careers-dashboard-header h1,
.careers-applications-header h1 {
  color: #172d48;
  font-size: clamp(1.45rem,3vw,2.15rem);
  font-weight: 850;
  letter-spacing: -.035em;
  line-height: 1.08;
  margin: 0;
}
.careers-dashboard-header span,
.careers-applications-header span { color: #6e8198; display: block; font-size: .86rem; margin-top: 7px; }
.careers-dashboard-add {
  align-items: center;
  background: #087b9b;
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: .82rem;
  font-weight: 850;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  text-decoration: none;
}
.careers-dashboard-add:hover { background: #056780; color: #fff; }
.careers-dashboard-metrics {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3,minmax(0,1fr));
  margin: 17px 0;
}
.careers-dashboard-metrics > div {
  background: #fff;
  border: 1px solid #dbe5ef;
  border-radius: 10px;
  padding: 15px 17px;
}
.careers-dashboard-metrics strong { color: #087b9b; display: block; font-size: 1.35rem; font-weight: 850; line-height: 1; }
.careers-dashboard-metrics span { color: #70839b; display: block; font-size: .75rem; font-weight: 750; margin-top: 6px; }
.careers-dashboard-list { background: #fff; border: 1px solid #dbe5ef; border-radius: 13px; overflow: hidden; }
.careers-dashboard-post {
  align-items: center;
  border-bottom: 1px solid #e6edf3;
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0,1fr) 84px auto;
  padding: 18px 21px;
}
.careers-dashboard-post:last-child { border-bottom: 0; }
.careers-dashboard-post:hover { background: #fbfdff; }
.careers-dashboard-post-main { min-width: 0; }
.careers-dashboard-post-main h2 { font-size: 1rem; font-weight: 850; line-height: 1.2; margin: 6px 0 0; }
.careers-dashboard-post-main h2 a { color: #1e3653; text-decoration: none; }
.careers-dashboard-post-main h2 a:hover { color: #087b9b; }
.careers-dashboard-post-main p { color: #70839b; font-size: .79rem; margin: 5px 0 0; }
.careers-dashboard-status {
  border-radius: 999px;
  display: inline-flex;
  font-size: .64rem;
  font-weight: 850;
  letter-spacing: .05em;
  padding: 4px 7px;
  text-transform: uppercase;
}
.careers-dashboard-status.is-approved { background: #e4f8eb; color: #17773d; }
.careers-dashboard-status.is-pending { background: #fff4d7; color: #90600d; }
.careers-dashboard-status.is-rejected { background: #ffeaeb; color: #b53b42; }
.careers-dashboard-status.is-expired { background: #edf1f5; color: #63768e; }
.careers-dashboard-status.is-default { background: #edf1f5; color: #63768e; }
.careers-dashboard-post-count { border-left: 1px solid #e0e9f1; padding-left: 16px; text-align: center; }
.careers-dashboard-post-count strong { color: #087b9b; display: block; font-size: 1.12rem; line-height: 1; }
.careers-dashboard-post-count span { color: #7b8da3; display: block; font-size: .65rem; font-weight: 750; margin-top: 5px; }
.careers-dashboard-post-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 8px; justify-content: flex-end; }
.careers-dashboard-post-actions a,
.careers-dashboard-post-actions button {
  background: #fff;
  border: 1px solid #cbd8e5;
  border-radius: 6px;
  color: #46617d;
  cursor: pointer;
  font-size: .73rem;
  font-weight: 800;
  min-height: 31px;
  padding: 0 9px;
  text-decoration: none;
}
.careers-dashboard-post-actions a:hover { border-color: #087b9b; color: #087b9b; }
.careers-dashboard-post-actions button { color: #b84343; }
.careers-dashboard-post-actions button:hover { background: #fff3f3; border-color: #efb6b6; }
.careers-dashboard-empty {
  background: #fff;
  border: 1px solid #dbe5ef;
  border-radius: 13px;
  padding: 52px 24px;
  text-align: center;
}
.careers-dashboard-empty > span { display: block; font-size: 2rem; margin-bottom: 10px; }
.careers-dashboard-empty h2 { color: #203954; font-size: 1.1rem; font-weight: 850; margin: 0; }
.careers-dashboard-empty p { color: #71839b; font-size: .88rem; line-height: 1.5; margin: 9px auto 17px; max-width: 480px; }
.careers-dashboard-empty a {
  background: #087b9b;
  border-radius: 8px;
  color: #fff;
  display: inline-block;
  font-size: .8rem;
  font-weight: 850;
  min-height: 38px;
  padding: 10px 13px;
  text-decoration: none;
}
.careers-dashboard-empty a:hover { background: #056780; color: #fff; }
.careers-applications-wrap { max-width: 980px; }
.careers-applications-header { margin-bottom: 17px; }
.careers-applications-list { display: grid; gap: 14px; }
.careers-applicant-card {
  background: #fff;
  border: 1px solid #dbe5ef;
  border-radius: 12px;
  overflow: hidden;
  padding: 19px;
}
.careers-applicant-card > header { align-items: center; display: flex; gap: 11px; }
.careers-applicant-avatar {
  align-items: center;
  background: #e4f7fb;
  border: 1px solid #bce7f0;
  border-radius: 50%;
  color: #05718c;
  display: flex;
  flex: 0 0 auto;
  font-size: .84rem;
  font-weight: 850;
  height: 38px;
  justify-content: center;
  width: 38px;
}
.careers-applicant-card h2 { color: #1e3653; font-size: .96rem; font-weight: 850; margin: 0; }
.careers-applicant-card header a { color: #087b9b; font-size: .76rem; font-weight: 700; text-decoration: none; }
.careers-applicant-card header a:hover { color: #055d78; text-decoration: underline; }
.careers-application-status {
  border-radius: 999px;
  font-size: .65rem;
  font-weight: 850;
  letter-spacing: .04em;
  margin-left: auto;
  padding: 5px 8px;
  text-transform: uppercase;
}
.careers-application-status.is-received { background: #edf1f5; color: #61758d; }
.careers-application-status.is-reviewing { background: #e5f5ff; color: #08708c; }
.careers-application-status.is-interviewing { background: #fff3d8; color: #94600d; }
.careers-application-status.is-rejected { background: #ffeaeb; color: #b53b42; }
.careers-application-status.is-hired { background: #e4f8eb; color: #17773d; }
.careers-application-message { background: #f8fbfd; border-left: 3px solid #bde5ee; margin: 17px 0; padding: 11px 13px; }
.careers-application-message h3 { color: #60758e; font-size: .64rem; font-weight: 850; letter-spacing: .09em; margin: 0 0 5px; text-transform: uppercase; }
.careers-application-message p { color: #435b75; font-size: .86rem; line-height: 1.55; margin: 0; overflow-wrap: anywhere; }
.careers-applicant-card > footer { align-items: center; border-top: 1px solid #e6edf3; display: flex; gap: 15px; justify-content: space-between; padding-top: 14px; }
.careers-applicant-card > footer > div { color: #7b8da4; display: flex; flex-wrap: wrap; font-size: .73rem; gap: 10px; }
.careers-applicant-card > footer > div a { color: #087b9b; font-weight: 800; text-decoration: none; }
.careers-applicant-card > footer > div a:hover { color: #055d78; text-decoration: underline; }
.careers-application-status-form { align-items: center; display: flex; gap: 7px; }
.careers-application-status-form select {
  background: #fff;
  border: 1px solid #c9d8e5;
  border-radius: 6px;
  color: #354e69;
  font: inherit;
  font-size: .74rem;
  min-height: 32px;
  padding: 0 7px;
}
.careers-application-status-form button {
  background: #087b9b;
  border: 1px solid #087b9b;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  font-size: .72rem;
  font-weight: 850;
  min-height: 32px;
  padding: 0 9px;
}
.careers-application-status-form button:hover { background: #056780; border-color: #056780; }
@media (max-width: 700px) {
  .careers-dashboard-header,
  .careers-applications-header { align-items: flex-start; flex-direction: column; }
  .careers-dashboard-metrics { grid-template-columns: 1fr; }
  .careers-dashboard-post { align-items: start; grid-template-columns: minmax(0,1fr) auto; }
  .careers-dashboard-post-actions { grid-column: 1 / -1; justify-content: flex-start; }
  .careers-dashboard-post-count { border-left: 0; padding-left: 0; }
  .careers-applicant-card > footer { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 440px) {
  .careers-applicant-card { padding: 15px; }
  .careers-application-status-form { align-items: stretch; flex-direction: column; width: 100%; }
  .careers-application-status-form select,
  .careers-application-status-form button { width: 100%; }
}

/* Town Careers employer card */
.careers-employer-card { background: #f7fcfe; border-color: #c9e9f0; }
.careers-employer-card h2 { color: #075f78; }
.careers-employer-stats { display: flex; flex-wrap: wrap; gap: 7px; margin: 12px 0; }
.careers-employer-stats span {
  background: #e5f7fb;
  border-radius: 999px;
  color: #29718a;
  font-size: .7rem;
  font-weight: 750;
  padding: 5px 7px;
}
.careers-employer-stats strong { color: #076d86; }
.careers-employer-more { border-top: 1px solid #d7edf1; margin-top: 15px; padding-top: 12px; }
.careers-employer-more > strong {
  color: #49647a;
  display: block;
  font-size: .65rem;
  font-weight: 850;
  letter-spacing: .09em;
  margin-bottom: 7px;
  text-transform: uppercase;
}
.careers-employer-more a {
  border-top: 1px solid #e1f0f3;
  display: block;
  padding: 8px 0;
  text-decoration: none;
}
.careers-employer-more a:first-of-type { border-top: 0; }
.careers-employer-more a span {
  color: #1b5f76;
  display: block;
  font-size: .79rem;
  font-weight: 800;
  line-height: 1.25;
}
.careers-employer-more a small {
  color: #71859a;
  display: block;
  font-size: .7rem;
  margin-top: 3px;
}
.careers-employer-more a:hover span { color: #087b9b; text-decoration: underline; }

/* Town Careers employee reviews */
.careers-employee-reviews {
  border-top: 1px solid #e5edf3;
  margin-top: 14px;
  padding: 25px 29px 29px;
}
.careers-employee-reviews-heading {
  align-items: end;
  display: flex;
  gap: 16px;
  justify-content: space-between;
}
.careers-employee-reviews-heading p {
  color: #087b9b;
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .1em;
  margin: 0 0 5px;
  text-transform: uppercase;
}
.careers-employee-reviews-heading h2 {
  color: #172d48;
  font-size: 1.08rem;
  font-weight: 850;
  letter-spacing: -.02em;
  line-height: 1.2;
  margin: 0;
}
.careers-review-score {
  align-items: baseline;
  background: #e7f8fb;
  border: 1px solid #c4ebf2;
  border-radius: 10px;
  color: #08718c;
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  justify-content: flex-end;
  min-width: 93px;
  padding: 8px 10px;
}
.careers-review-score strong { font-size: 1.15rem; font-weight: 850; line-height: 1; }
.careers-review-score > span { font-size: .69rem; font-weight: 800; }
.careers-review-score small { color: #52788a; display: block; font-size: .63rem; font-weight: 750; margin-left: 4px; }
.careers-employee-reviews-note {
  color: #70839b;
  font-size: .79rem;
  line-height: 1.5;
  margin: 12px 0 16px;
  max-width: 650px;
}
.careers-review-list { display: grid; gap: 11px; }
.careers-employee-review {
  background: #f9fcfe;
  border: 1px solid #dce9f0;
  border-radius: 10px;
  padding: 14px;
}
.careers-employee-review.is-pinned { border-color: #b9e6ef; box-shadow: inset 3px 0 0 #0b94af; }
.careers-employee-review > header {
  align-items: flex-start;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}
.careers-employee-review > header strong { color: #26415d; display: block; font-size: .85rem; font-weight: 850; }
.careers-employee-review > header span { color: #71849b; display: block; font-size: .72rem; line-height: 1.42; margin-top: 3px; }
.careers-review-card-score {
  background: #fff;
  border: 1px solid #d3e6ed;
  border-radius: 999px;
  color: #08718c;
  flex: 0 0 auto;
  font-size: .78rem;
  font-weight: 850;
  padding: 5px 7px;
}
.careers-review-card-score span { color: #6d8398; display: inline; font-size: .65rem; margin: 0; }
.careers-review-dimensions { display: flex; flex-wrap: wrap; gap: 6px; margin: 11px 0; }
.careers-review-dimensions span {
  background: #eef5f8;
  border-radius: 999px;
  color: #667e93;
  font-size: .65rem;
  font-weight: 750;
  padding: 4px 7px;
}
.careers-review-dimensions strong { color: #31566c; }
.careers-review-copy { margin-top: 10px; }
.careers-review-copy > strong,
.careers-employer-response > strong {
  color: #5c7288;
  display: block;
  font-size: .64rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.careers-review-copy p,
.careers-employer-response p {
  color: #405873;
  font-size: .8rem;
  line-height: 1.55;
  margin: 4px 0 0;
  overflow-wrap: anywhere;
}
.careers-employer-response {
  background: #ecfafc;
  border-left: 3px solid #69cddd;
  margin-top: 12px;
  padding: 10px 11px;
}
.careers-review-empty {
  background: #f8fbfd;
  border: 1px dashed #cbdce7;
  border-radius: 9px;
  color: #637890;
  display: grid;
  font-size: .8rem;
  gap: 4px;
  padding: 16px;
}
.careers-review-empty strong { color: #29445e; font-size: .86rem; }
.careers-review-submit { background: #f7fcfe; border-color: #c9e9f0; }
.careers-review-submit h2 { color: #075f78; }
.careers-review-details { margin-top: 13px; }
.careers-review-details > summary {
  color: #087b9b;
  cursor: pointer;
  font-size: .8rem;
  font-weight: 850;
  list-style-position: inside;
}
.careers-review-details[open] > summary { margin-bottom: 13px; }
.careers-employee-review-form { display: grid; gap: 11px; }
.careers-review-form-grid { display: grid; gap: 10px; grid-template-columns: repeat(2,minmax(0,1fr)); }
.careers-employee-review-form .careers-form-field select {
  background: #fff;
  border: 1px solid #cbd9e6;
  border-radius: 7px;
  box-sizing: border-box;
  color: #253b56;
  font: inherit;
  font-size: .82rem;
  min-height: 38px;
  outline: 0;
  padding: 8px 9px;
  width: 100%;
}
.careers-employee-review-form .careers-form-field select:focus { border-color: #0997b7; box-shadow: 0 0 0 3px rgba(9,151,183,.14); }
.careers-anonymous-choice {
  align-items: flex-start;
  color: #526b83;
  display: flex;
  font-size: .76rem;
  gap: 7px;
  line-height: 1.35;
}
.careers-anonymous-choice input { accent-color: #087b9b; margin: 1px 0 0; }

@media (max-width: 640px) {
  .careers-employee-reviews { padding-left: 18px; padding-right: 18px; }
  .careers-employee-reviews-heading { align-items: flex-start; flex-direction: column; }
  .careers-review-score { justify-content: flex-start; }
  .careers-review-form-grid { grid-template-columns: 1fr; }
}
