:root {
  --ink: #18212f;
  --muted: #647184;
  --line: #d9e1ea;
  --paper: #ffffff;
  --soft: #f4f7fb;
  --navy: #1d3f72;
  --teal: #087d7d;
  --green: #4d8b4a;
  --amber: #c07528;
  --rose: #b05261;
  --shadow: 0 18px 45px rgba(20, 35, 58, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family:
    "Pretendard",
    "Noto Sans KR",
    "Apple SD Gothic Neo",
    Arial,
    sans-serif;
  background: var(--soft);
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 56px);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(217, 225, 234, 0.9);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 230px;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: #fff;
  font-weight: 800;
  background: linear-gradient(135deg, var(--navy), var(--teal));
  border-radius: 8px;
}

.brand strong,
.brand small {
  display: block;
}

.brand small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 12px;
}

.top-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  color: #405066;
  font-size: 15px;
  font-weight: 700;
}

.top-nav a {
  padding: 10px 12px;
  border-radius: 8px;
}

.top-nav a:hover {
  background: #edf3f8;
}

.hero {
  min-height: clamp(364px, 55vh, 504px);
  display: flex;
  align-items: center;
  padding: clamp(34px, 5vw, 64px) clamp(20px, 5vw, 72px);
  color: #fff;
  background:
    linear-gradient(90deg, rgba(15, 31, 52, 0.88) 0%, rgba(15, 31, 52, 0.68) 42%, rgba(15, 31, 52, 0.16) 76%),
    url("assets/senior-job-hero.png") center / cover no-repeat;
}

.region-page-hero {
  padding: 64px clamp(20px, 5vw, 72px) 44px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(15, 31, 52, 0.9) 0%, rgba(15, 31, 52, 0.72) 54%, rgba(15, 31, 52, 0.28) 100%),
    url("assets/senior-job-hero.png") center / cover no-repeat;
}

.region-page-hero > div {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.region-page-hero h1 {
  margin: 0;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.12;
  letter-spacing: 0;
}

.region-page-hero p:not(.eyebrow) {
  width: min(680px, 100%);
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
  line-height: 1.7;
}

.back-link {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  margin-bottom: 24px;
  padding: 0 12px;
  color: #123052;
  background: #fff;
  border-radius: 8px;
  font-weight: 800;
}

.hero-copy {
  width: min(660px, 100%);
}

.eyebrow {
  margin: 0 0 12px;
  color: #2e7f7f;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #8ce3d7;
}

.hero h1 {
  margin: 0;
  font-size: clamp(38px, 6vw, 68px);
  line-height: 1.08;
  letter-spacing: 0;
}

.hero p:not(.eyebrow) {
  width: min(590px, 100%);
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}

.primary-action,
.secondary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  padding: 0 34px;
  border-radius: 8px;
  font-size: 22px;
  font-weight: 800;
}

.primary-action {
  color: #10253e;
  background: #fff;
}

.secondary-action {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.42);
}

.summary-band {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  max-width: 1120px;
  margin: -52px auto 0;
  padding: 0 clamp(16px, 4vw, 28px);
  position: relative;
  z-index: 5;
}

.summary-band div {
  padding: 24px;
  background: var(--paper);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.summary-band div:first-child {
  border-radius: 8px 0 0 8px;
}

.summary-band div:last-child {
  border-radius: 0 8px 8px 0;
}

.summary-band strong,
.summary-band span {
  display: block;
}

.summary-band strong {
  color: var(--navy);
  font-size: 30px;
}

.summary-band span {
  margin-top: 6px;
  color: var(--muted);
  font-weight: 700;
}

.content-section,
.detail-section {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.content-section {
  padding: 92px 0 36px;
}

.board-hero,
.board-section,
.article-detail {
  width: min(960px, calc(100% - 32px));
  margin: 0 auto;
}

.board-hero {
  padding: 76px 0 28px;
}

.board-hero h1 {
  max-width: 780px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.12;
  letter-spacing: 0;
}

.board-hero p:not(.eyebrow) {
  max-width: 720px;
  margin: 18px 0 0;
  color: #536276;
  font-size: 18px;
  line-height: 1.75;
}

.board-section {
  padding: 20px 0 90px;
}

.article-tools {
  display: grid;
  gap: 14px;
  margin-bottom: 20px;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.category-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.category-chip {
  min-height: 38px;
  padding: 0 14px;
  color: #405066;
  background: #eef3f7;
  border: 1px solid #d8e2eb;
  border-radius: 999px;
  font: inherit;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
}

.category-chip.is-active {
  color: #fff;
  background: var(--navy);
  border-color: var(--navy);
}

.article-list {
  display: grid;
  gap: 16px;
}

.article-card {
  padding: 28px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(20, 35, 58, 0.07);
}

.article-card h2 {
  margin: 0;
  font-size: clamp(24px, 3vw, 32px);
  line-height: 1.25;
  letter-spacing: 0;
}

.article-card p:not(.eyebrow) {
  margin: 12px 0 0;
  color: #536276;
  font-size: 16px;
  line-height: 1.65;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.article-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  color: #314159;
  background: #eef5f2;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
}

.article-read-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 124px;
  min-height: 44px;
  margin-top: 18px;
  padding: 0 16px;
  color: #fff;
  background: var(--navy);
  border-radius: 8px;
  font-weight: 900;
}

.article-detail {
  padding: 36px 0 90px;
}

.article-header,
.article-body,
.article-sources {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.article-header {
  padding: 32px;
  box-shadow: 0 10px 28px rgba(20, 35, 58, 0.07);
}

.article-header h1 {
  max-width: 820px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(22px, 3.5vw, 36px);
  line-height: 1.16;
  letter-spacing: 0;
}

.article-header p:not(.eyebrow) {
  max-width: 780px;
  margin: 18px 0 0;
  color: #536276;
  font-size: 18px;
  line-height: 1.75;
}

.article-body {
  margin-top: 18px;
  padding: 34px;
}

.article-body .lead {
  color: #27354a;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.8;
}

.article-highlight {
  margin: 24px 0 6px;
  padding: 24px;
  background: #eef7f4;
  border: 1px solid #cfe5dd;
  border-left: 6px solid var(--teal);
  border-radius: 8px;
}

.article-highlight strong {
  display: block;
  color: var(--teal);
  font-size: 18px;
  font-weight: 900;
}

.article-highlight p {
  margin-top: 10px;
  color: #2f4659;
  font-weight: 700;
}

.article-body h2 {
  margin: 38px 0 12px;
  color: var(--ink);
  font-size: 26px;
  line-height: 1.35;
  letter-spacing: 0;
}

.article-body p,
.article-body li {
  color: #3f4d61;
  font-size: 17px;
  line-height: 1.9;
}

.article-body p {
  margin: 14px 0 0;
}

.article-body ul {
  margin: 12px 0 0;
  padding-left: 22px;
}

.checklist-box {
  margin-top: 36px;
  padding: 26px;
  background: #fff8eb;
  border: 1px solid #ead7b3;
  border-radius: 8px;
}

.checklist-box h2 {
  margin-top: 0;
  color: #8a541c;
}

.checklist-box li {
  margin-top: 8px;
  font-weight: 700;
}

.article-sources {
  margin-top: 18px;
  padding: 28px;
  background: #f7fafc;
}

.article-sources h2 {
  margin: 0 0 12px;
  font-size: 22px;
}

.article-sources ul {
  margin: 0;
  padding-left: 20px;
}

.article-sources li {
  margin-top: 8px;
  color: #425268;
}

.article-sources a {
  color: var(--navy);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.policy-page {
  width: min(960px, calc(100% - 32px));
  margin: 0 auto;
  padding: 64px 0 90px;
}

.policy-page h1 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(34px, 5vw, 52px);
  line-height: 1.14;
  letter-spacing: 0;
}

.policy-lead {
  max-width: 820px;
  margin: 18px 0 0;
  color: #536276;
  font-size: 18px;
  line-height: 1.75;
}

.policy-grid {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.policy-grid section {
  padding: 26px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(20, 35, 58, 0.06);
}

.policy-grid h2 {
  margin: 0;
  color: var(--ink);
  font-size: 22px;
}

.policy-grid p {
  margin: 12px 0 0;
  color: #4b5a70;
  font-size: 16px;
  line-height: 1.75;
}

.policy-grid a {
  color: var(--navy);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.editorial-box {
  margin-top: 22px;
  padding: 28px;
  background: #eef7f4;
  border: 1px solid #cfe5dd;
  border-left: 6px solid var(--teal);
  border-radius: 8px;
}

.editorial-box h2 {
  margin: 0;
  color: var(--teal);
  font-size: 24px;
}

.editorial-box ul {
  margin: 14px 0 0;
  padding-left: 22px;
}

.editorial-box li {
  margin-top: 8px;
  color: #33475c;
  font-weight: 800;
  line-height: 1.7;
}

.policy-note {
  margin: 18px 0 0;
  color: var(--muted);
  font-weight: 800;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(26px, 4vw, 40px);
  letter-spacing: 0;
}

.text-link {
  color: var(--navy);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.knowledge-section {
  padding-bottom: 10px;
}

.knowledge-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.knowledge-grid article {
  padding: 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(20, 35, 58, 0.06);
}

.knowledge-grid span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  color: var(--teal);
  background: #e6f4f1;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
}

.knowledge-grid h3 {
  margin: 14px 0 0;
  font-size: 22px;
  letter-spacing: 0;
}

.knowledge-grid p {
  margin: 12px 0 0;
  color: #526176;
  line-height: 1.7;
}

.knowledge-grid a {
  display: inline-flex;
  margin-top: 16px;
  color: var(--navy);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.trust-section {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  padding-top: 54px;
  padding-bottom: 42px;
}

.trust-copy {
  padding: clamp(24px, 4vw, 38px);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(20, 35, 58, 0.07);
}

.trust-section h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(26px, 3.5vw, 38px);
  line-height: 1.25;
  letter-spacing: 0;
}

.trust-section p {
  max-width: 760px;
  margin: 16px 0 0;
  color: #536276;
  font-size: 16px;
  line-height: 1.75;
}

.trust-notice {
  padding: 14px 16px;
  background: #f7fafc;
  border: 1px solid #dbe5ee;
  border-left: 5px solid var(--navy);
  border-radius: 8px;
  font-weight: 800;
}

.trust-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}

.trust-list div {
  padding: 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(20, 35, 58, 0.06);
}

.trust-list dt {
  color: var(--navy);
  font-size: 16px;
  font-weight: 900;
}

.trust-list dd {
  margin: 8px 0 0;
  color: #536276;
  line-height: 1.7;
}

.search-field {
  display: grid;
  gap: 8px;
  width: min(320px, 100%);
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.search-field input {
  width: 100%;
  height: 46px;
  padding: 0 14px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  font: inherit;
  font-size: 15px;
  outline: none;
}

.search-field input:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 4px rgba(8, 125, 125, 0.12);
}

.region-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.region-card {
  display: grid;
  grid-template-rows: auto minmax(58px, 1fr) auto;
  min-height: 214px;
  padding: 18px;
  text-align: left;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(20, 35, 58, 0.06);
  cursor: pointer;
}

.region-card:hover,
.region-card.is-active {
  border-color: rgba(8, 125, 125, 0.55);
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}

.region-card strong {
  display: block;
  font-size: 22px;
  line-height: 1.25;
}

.region-card span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  line-height: 1.45;
}

.region-meta {
  align-self: end;
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-top: 16px;
}

.region-meta .pill {
  width: fit-content;
  max-width: 100%;
}

.region-meta .pill:last-child {
  min-height: 32px;
  justify-content: center;
  overflow-wrap: anywhere;
}

.pill {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 9px;
  color: #284057;
  background: #eef5f2;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

.detail-section {
  padding: 18px 0 80px;
}

.region-page-detail {
  width: min(850px, calc(100% - 32px));
  padding-top: 28px;
}

.inline-back-link {
  margin-bottom: 16px;
  color: var(--navy);
  border: 1px solid var(--line);
  box-shadow: 0 8px 22px rgba(20, 35, 58, 0.08);
}

.detail-panel {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.detail-header {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  padding: 28px;
  color: #fff;
  background: linear-gradient(135deg, var(--navy), var(--teal));
}

.detail-header h2 {
  margin: 0;
  font-size: clamp(26px, 3vw, 38px);
  letter-spacing: 0;
}

.detail-header p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.65;
}

.official-link {
  align-self: start;
  min-width: 138px;
  padding: 12px 14px;
  color: #123052;
  text-align: center;
  background: #fff;
  border-radius: 8px;
  font-weight: 800;
}

.center-overview {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 28px;
  padding: 28px;
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.center-overview h3,
.job-list-heading h3 {
  margin: 0;
  color: var(--ink);
  font-size: 24px;
  letter-spacing: 0;
}

.center-overview p:not(.eyebrow) {
  margin: 12px 0 0;
  color: #516074;
  font-size: 16px;
  line-height: 1.75;
}

.overview-stats {
  display: grid;
  gap: 10px;
  margin: 0;
}

.overview-stats div {
  padding: 14px;
  background: #f4f8f7;
  border: 1px solid #dbe8e5;
  border-radius: 8px;
}

.overview-stats dt {
  color: var(--teal);
  font-size: 12px;
  font-weight: 900;
}

.overview-stats dd {
  margin: 6px 0 0;
  color: #344358;
  font-weight: 800;
  line-height: 1.45;
}

.region-application-guide {
  padding: 28px;
  background: #f7fafc;
  border-bottom: 1px solid var(--line);
}

.region-application-guide h3 {
  margin: 0;
  color: var(--ink);
  font-size: 24px;
  letter-spacing: 0;
}

.guide-check-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.guide-check-grid div {
  padding: 16px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.guide-check-grid strong {
  color: var(--navy);
  font-size: 16px;
}

.guide-check-grid p {
  margin: 8px 0 0;
  color: #536276;
  font-size: 14px;
  line-height: 1.65;
}

.job-list {
  display: grid;
  gap: 12px;
  padding: 20px;
}

.job-list-heading {
  padding: 4px 4px 8px;
}

.load-more-wrap {
  display: flex;
  justify-content: center;
  padding: 10px 0 2px;
}

.load-more-button {
  min-height: 50px;
  padding: 0 22px;
  color: #fff;
  background: var(--navy);
  border: 0;
  border-radius: 8px;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.load-more-button:hover {
  background: #17345f;
}

.load-more-button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.job-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfdff;
}

.job-item h3 {
  margin: 0;
  font-size: 19px;
}

.job-item p {
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.55;
}

.job-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 12px;
}

.job-actions {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 8px;
}

.status {
  align-self: start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 132px;
  min-height: 46px;
  padding: 0 14px;
  color: #fff;
  text-align: center;
  background: var(--green);
  border-radius: 8px;
  font-size: 16px;
  font-weight: 800;
}

.job-direct-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 132px;
  min-height: 46px;
  padding: 0 14px;
  color: #fff;
  background: #d73b32;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 900;
  white-space: nowrap;
}

.job-direct-link:hover {
  background: #bd2e27;
}

.status.pending {
  background: var(--amber);
}

.status.closed {
  background: var(--rose);
}

.empty-state {
  padding: 34px;
  color: var(--muted);
  text-align: center;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: end;
  padding: 34px clamp(18px, 4vw, 56px);
  color: #d7e2ed;
  background: #172131;
}

.site-footer strong {
  color: #fff;
}

.site-footer p {
  max-width: 820px;
  margin: 10px 0 0;
  line-height: 1.7;
}

.site-footer span {
  color: #9fb1c6;
  white-space: nowrap;
}

.footer-links {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  padding-top: 4px;
}

.footer-links a {
  color: #d7e2ed;
  font-weight: 800;
}

.footer-links a:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 900px) {
  .site-header,
  .section-heading,
  .detail-header,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .site-header {
    position: static;
    align-items: flex-start;
  }

  .top-nav {
    justify-content: flex-start;
  }

  .hero {
    min-height: 434px;
    background:
      linear-gradient(180deg, rgba(15, 31, 52, 0.9) 0%, rgba(15, 31, 52, 0.74) 56%, rgba(15, 31, 52, 0.34) 100%),
      url("assets/senior-job-hero.png") center / cover no-repeat;
  }

  .summary-band,
  .region-grid,
  .knowledge-grid,
  .guide-check-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trust-section {
    grid-template-columns: 1fr;
  }

  .summary-band div,
  .summary-band div:first-child,
  .summary-band div:last-child {
    border-radius: 8px;
  }

  .job-item {
    grid-template-columns: 1fr;
  }

  .job-actions {
    justify-content: flex-start;
  }

  .center-overview {
    grid-template-columns: 1fr;
  }

  .article-card {
    grid-template-columns: 1fr;
  }

  .article-read-link {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .site-header {
    padding: 14px 16px;
  }

  .brand {
    min-width: 0;
  }

  .top-nav a {
    padding: 9px 8px;
    font-size: 14px;
  }

  .hero {
    min-height: 413px;
    padding: 32px 18px 50px;
  }

  .hero-actions a {
    width: 100%;
  }

  .summary-band,
  .region-grid,
  .knowledge-grid,
  .guide-check-grid {
    grid-template-columns: 1fr;
  }

  .content-section {
    padding-top: 64px;
  }

  .detail-header,
  .center-overview,
  .job-list {
    padding: 18px;
  }

  .article-header,
  .article-body,
  .article-sources,
  .article-card {
    padding: 22px;
  }

  .job-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .status,
  .job-direct-link {
    width: 100%;
  }
}
