:root {
  --ink: #16221c;
  --muted: #5d6b63;
  --paper: #f3efe6;
  --panel: rgba(255, 252, 246, 0.88);
  --line: rgba(22, 34, 28, 0.12);
  --accent: #0f6b5c;
  --accent-strong: #0a4f44;
  --warn: #8a4b16;
  --danger: #8f2d2d;
  --shadow: 0 18px 50px rgba(28, 42, 34, 0.08);
  --radius: 18px;
  --font-sans: "DM Sans", sans-serif;
  --font-serif: "Source Serif 4", Georgia, serif;
  --font-mono: "IBM Plex Mono", ui-monospace, monospace;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  overflow-x: hidden;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  color: var(--ink);
  font-family: var(--font-sans);
  background:
    radial-gradient(circle at top left, rgba(15, 107, 92, 0.16), transparent 32%),
    linear-gradient(180deg, #ebe4d6 0%, var(--paper) 42%, #e7efe9 100%);
}

.shell {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 2.5rem 0 4rem;
}

.top {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  align-items: start;
  margin-bottom: 1.75rem;
}

.header-aside {
  display: grid;
  gap: 0.75rem;
  justify-items: end;
}

.stat-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(5.5rem, auto));
  gap: 0.75rem;
  padding: 0.75rem 0.9rem;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 253, 248, 0.85);
}

html.is-public-host .stat-strip,
body.is-public .stat-strip {
  grid-template-columns: repeat(2, minmax(5.5rem, auto));
}

html.is-public-host .stat-strip,
body.is-public .stat-strip,
html.is-public-host .stat-strip div,
body.is-public .stat-strip div {
  justify-items: center;
  text-align: center;
}

.stat-strip div {
  display: grid;
  gap: 0.2rem;
}

.stat-label {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--muted);
}

.stat-strip strong {
  font-size: 1.05rem;
}

.refresh-actions {
  display: flex;
  gap: 0.65rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.refresh-panel code {
  font-family: var(--font-mono);
  font-size: 0.85em;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1rem;
  padding-top: 0.85rem;
  border-top: 1px solid var(--line);
}

.pagination p {
  margin: 0;
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 0.82rem;
}

.pagination-center {
  display: grid;
  gap: 0.45rem;
  justify-items: center;
}

.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  flex-wrap: wrap;
}

.page-numbers .page-btn {
  min-width: 2.3rem;
  padding: 0.45rem 0.55rem;
  font-family: var(--font-mono);
  font-size: 0.85rem;
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 10px;
}

.page-numbers .page-btn:hover {
  background: rgba(15, 107, 92, 0.08);
}

.page-numbers .page-btn.current {
  background: var(--accent);
  border-color: var(--accent);
  color: #f7fffb;
  cursor: default;
}

.page-gap {
  color: var(--muted);
  font-family: var(--font-mono);
  padding: 0 0.15rem;
  user-select: none;
}

.brand {
  margin: 0 0 0.35rem;
  font-family: var(--font-mono);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent-strong);
}

h1,
h2,
h3 {
  margin: 0;
  font-family: var(--font-serif);
  font-weight: 700;
  letter-spacing: -0.02em;
}

h1 {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.05;
}

h2 {
  font-size: 1.45rem;
}

.lede,
.panel-head p,
.form-message,
.eyebrow {
  color: var(--muted);
}

.lede {
  margin: 0.7rem 0 0;
  max-width: 38rem;
  line-height: 1.5;
}

.byline {
  margin: 0;
  max-width: 22ch;
  display: grid;
  gap: 0.35rem;
  color: var(--ink);
  line-height: 1.05;
}

.byline-kicker {
  display: block;
  font-size: clamp(1.7rem, 3.6vw, 2.55rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--ink);
}

.byline-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.55rem 0.75rem;
}

.byline-name {
  color: var(--ink);
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: clamp(2.15rem, 5vw, 3.35rem);
  letter-spacing: -0.03em;
  line-height: 1;
}

.byline-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--accent-strong);
  background: rgba(255, 253, 248, 0.88);
  text-decoration: none;
}

.byline-icon svg {
  width: 1.1rem;
  height: 1.1rem;
  display: block;
}

.byline-icon:hover {
  color: #f7fffb;
  background: var(--accent);
  border-color: var(--accent);
}

.status-pill {
  padding: 0.55rem 0.85rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  font-family: var(--font-mono);
  font-size: 0.78rem;
  white-space: nowrap;
}

.status-pill.ok {
  color: var(--accent-strong);
}

.status-pill.bad {
  color: var(--danger);
}

.panel {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 1.25rem;
  margin-bottom: 1.1rem;
  backdrop-filter: blur(10px);
}

.panel-head {
  margin-bottom: 1rem;
}

.panel-head.row,
.filters,
.dialog-shell header {
  display: flex;
  gap: 0.85rem;
  align-items: end;
  justify-content: space-between;
  flex-wrap: wrap;
}

.filters {
  /* Take a full row below the panel heading so the fields never
     reflow based on how long the summary text is. */
  flex: 1 1 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(10.5rem, 1fr));
  gap: 0.85rem;
  align-items: end;
}

.filters label {
  min-width: 0;
}

.suggest-field {
  position: relative;
}

.suggestions {
  position: absolute;
  top: calc(100% + 0.25rem);
  left: 0;
  right: 0;
  z-index: 20;
  margin: 0;
  padding: 0.35rem;
  list-style: none;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fffdf8;
  box-shadow: var(--shadow);
  max-height: 14rem;
  overflow: auto;
}

.suggestions button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: var(--ink);
  padding: 0.55rem 0.65rem;
  font-weight: 500;
  text-align: left;
}

.suggestions button:hover,
.suggestions button.active {
  background: rgba(15, 107, 92, 0.1);
}

.suggestions .count {
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 0.72rem;
}

.panel-head p {
  margin: 0.35rem 0 0;
}

.source-form {
  display: grid;
  grid-template-columns: 1fr 2fr auto;
  gap: 0.85rem;
  align-items: end;
}

label {
  display: grid;
  gap: 0.4rem;
  font-size: 0.85rem;
  color: var(--muted);
}

input,
select,
button {
  font: inherit;
}

input,
select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fffdf8;
  color: var(--ink);
  padding: 0.8rem 0.9rem;
}

input:focus,
select:focus,
button:focus-visible {
  outline: 2px solid rgba(15, 107, 92, 0.35);
  outline-offset: 2px;
}

button {
  border: 0;
  border-radius: 12px;
  background: var(--accent);
  color: #f7fffb;
  padding: 0.85rem 1.1rem;
  font-weight: 600;
  cursor: pointer;
}

button:hover {
  background: var(--accent-strong);
}

button:disabled {
  opacity: 0.65;
  cursor: wait;
}

button.ghost,
button.sync {
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--line);
}

button.ghost:hover,
button.sync:hover {
  background: rgba(15, 107, 92, 0.08);
}

button.sync {
  padding: 0.45rem 0.75rem;
  font-size: 0.85rem;
}

.form-message {
  margin: 0.9rem 0 0;
}

.form-message.error {
  color: var(--danger);
}

.form-message.ok {
  color: var(--accent-strong);
}

.table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  text-align: left;
  padding: 0.85rem 0.55rem;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}

th {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 500;
}

td {
  font-size: 0.95rem;
}

.jobs-table td:nth-child(4) {
  max-width: 16rem;
}

tbody tr:hover td {
  background: rgba(15, 107, 92, 0.04);
}

.job-link {
  color: inherit;
  text-decoration: none;
  font-weight: 600;
}

.job-link:hover {
  color: var(--accent-strong);
  text-decoration: underline;
}

.badge {
  display: inline-block;
  padding: 0.2rem 0.5rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  font-family: var(--font-mono);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.badge.open {
  color: var(--accent-strong);
}

.badge.closed {
  color: var(--warn);
}

.muted {
  color: var(--muted);
}

dialog {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 0;
  width: min(820px, calc(100% - 2rem));
  max-height: min(90vh, 920px);
  background: #fffdf8;
  color: var(--ink);
  box-shadow: var(--shadow);
}

dialog::backdrop {
  background: rgba(18, 28, 24, 0.45);
}

.dialog-shell {
  margin: 0;
  display: flex;
  flex-direction: column;
  max-height: min(90vh, 920px);
}

.dialog-shell header,
.dialog-body,
.dialog-footer {
  padding: 1.1rem 1.2rem;
}

.dialog-shell header {
  position: relative;
  border-bottom: 1px solid var(--line);
  align-items: start;
  flex-shrink: 0;
  padding-right: 4rem;
}

.dialog-close {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  width: 2.6rem;
  height: 2.6rem;
  padding: 0;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: #fffaf1;
  color: var(--ink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(28, 22, 12, 0.08);
}

.dialog-close svg {
  width: 1.1rem;
  height: 1.1rem;
  display: block;
}

.dialog-close:hover {
  background: var(--ink);
  color: #fffaf1;
  border-color: var(--ink);
}

.dialog-locations {
  margin: 0.45rem 0 0;
  color: var(--muted);
}

.dialog-body {
  overflow: auto;
  flex: 1;
  min-height: 0;
}

.dialog-footer {
  flex-shrink: 0;
  border-top: 1px solid var(--line);
  background: inherit;
}

.dialog-footer .dialog-links {
  margin: 0;
}

.dialog-footer .dialog-url-hint {
  margin: 0.55rem 0 0;
}

.dialog-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 1rem;
}

.dialog-facts:empty {
  display: none;
}

.fact {
  display: inline-block;
  padding: 0.28rem 0.55rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(22, 34, 28, 0.03);
  font-size: 0.82rem;
  color: var(--muted);
}

.eyebrow {
  margin: 0 0 0.35rem;
  font-family: var(--font-mono);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.dialog-description {
  line-height: 1.6;
  color: var(--ink);
}

.dialog-description h1,
.dialog-description h2,
.dialog-description h3,
.dialog-description h4 {
  font-family: var(--font-serif);
  margin: 1.2rem 0 0.45rem;
  line-height: 1.25;
}

.dialog-description p,
.dialog-description ul,
.dialog-description ol {
  margin: 0.65rem 0;
}

.dialog-description ul,
.dialog-description ol {
  padding-left: 1.25rem;
}

.dialog-description li {
  margin: 0.25rem 0;
}

.dialog-description a {
  color: var(--accent-strong);
}

.dialog-description img {
  max-width: 100%;
  height: auto;
}

.dialog-links {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin: 1.25rem 0 0.35rem;
}

.dialog-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1rem;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
}

.dialog-links .ghost-link {
  border: 1px solid var(--line);
  color: var(--ink);
  background: transparent;
}

.dialog-links .apply-link {
  background: var(--accent);
  color: #f7fffb;
}

.dialog-links .apply-link:hover {
  background: var(--accent-strong);
}

.dialog-url-hint {
  margin: 0;
  font-size: 0.85rem;
}

.public-only {
  display: none !important;
}

html.is-public-host .admin-only,
body.is-public .admin-only {
  display: none !important;
}

html.is-public-host .public-only,
body.is-public .public-only {
  display: revert !important;
}

html.is-public-host .stat-strip .public-only,
body.is-public .stat-strip .public-only {
  display: grid !important;
}

html.is-public-host .byline.public-only,
body.is-public .byline.public-only {
  display: grid !important;
}

html.is-public-host,
body.is-public {
  --ink: #20170f;
  --muted: #7a6a58;
  --paper: #f3ead8;
  --panel: #fff8ec;
  --line: rgba(62, 42, 22, 0.12);
  --accent: #c45a16;
  --accent-strong: #8d3c0c;
  --shadow: 0 22px 70px rgba(62, 38, 16, 0.1);
}

html.is-public-host body,
body.is-public {
  background:
    radial-gradient(circle at 12% -10%, rgba(196, 90, 22, 0.16), transparent 28%),
    radial-gradient(circle at 90% 8%, rgba(20, 74, 58, 0.14), transparent 26%),
    linear-gradient(180deg, #e7dcc6 0%, var(--paper) 38%, #e4efe4 100%);
}

html.is-public-host .shell,
body.is-public .shell {
  width: min(1180px, calc(100% - 2rem));
  padding-top: 1.6rem;
}

html.is-public-host .top,
body.is-public .top {
  position: relative;
  overflow: hidden;
  align-items: end;
  margin-bottom: 1.6rem;
  padding: 2rem 1.7rem 1.7rem;
  border-radius: 28px;
  background:
    radial-gradient(circle at 88% 0%, rgba(232, 176, 82, 0.28), transparent 30%),
    radial-gradient(circle at 8% 110%, rgba(73, 145, 116, 0.22), transparent 36%),
    linear-gradient(135deg, #12231d 0%, #1a3329 52%, #24180f 100%);
  color: #f6efe3;
  box-shadow: 0 24px 60px rgba(28, 22, 12, 0.18);
}

html.is-public-host .top::before,
body.is-public .top::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(
      -22deg,
      transparent 0 16px,
      rgba(255, 248, 236, 0.035) 16px 17px
    );
}

html.is-public-host .top > *,
body.is-public .top > * {
  position: relative;
  z-index: 1;
}

html.is-public-host .byline,
body.is-public .byline {
  max-width: 22ch;
  gap: 0.45rem;
}

html.is-public-host .byline-row,
body.is-public .byline-row {
  flex-wrap: nowrap;
}

html.is-public-host .byline-kicker,
body.is-public .byline-kicker {
  font-style: italic;
  font-weight: 500;
  color: #ecd7ad;
  font-size: clamp(1.85rem, 4vw, 2.8rem);
}

html.is-public-host .byline-name,
body.is-public .byline-name {
  color: #fffaf1;
  font-size: clamp(2.4rem, 6vw, 3.8rem);
}

html.is-public-host .byline-icon,
body.is-public .byline-icon {
  width: 2.55rem;
  height: 2.55rem;
  color: #f0d7a2;
  border-color: rgba(246, 239, 227, 0.22);
  background: rgba(255, 250, 240, 0.07);
}

html.is-public-host .byline-icon:hover,
body.is-public .byline-icon:hover {
  color: #24180f;
  background: #e8b24a;
  border-color: #e8b24a;
}

html.is-public-host .header-aside,
body.is-public .header-aside {
  justify-items: end;
}

html.is-public-host .stat-strip,
body.is-public .stat-strip {
  grid-template-columns: repeat(2, minmax(6.5rem, auto));
  gap: 1rem;
  padding: 0.95rem 1.05rem;
  border-radius: 18px;
  border-color: rgba(255, 248, 236, 0.14);
  background: rgba(255, 248, 236, 0.07);
  backdrop-filter: blur(10px);
  justify-items: center;
  text-align: center;
}

html.is-public-host .stat-label,
body.is-public .stat-label {
  color: #d9c7a4;
}

html.is-public-host .stat-strip strong,
body.is-public .stat-strip strong {
  color: #fffaf1;
  font-family: var(--font-serif);
  font-size: 1.55rem;
  letter-spacing: -0.03em;
}

html.is-public-host .panel,
body.is-public .panel {
  background: var(--panel);
  border: 1px solid rgba(92, 62, 28, 0.08);
  box-shadow: var(--shadow);
}

html.is-public-host .panel#jobs-heading,
html.is-public-host .panel[aria-labelledby="jobs-heading"],
body.is-public .panel[aria-labelledby="jobs-heading"] {
  background:
    linear-gradient(180deg, rgba(196, 90, 22, 0.05), transparent 5.5rem),
    var(--panel);
}

html.is-public-host h2,
body.is-public h2 {
  font-size: 1.7rem;
}

html.is-public-host input,
html.is-public-host select,
body.is-public input,
body.is-public select {
  background: #fffdf7;
  border-color: rgba(92, 62, 28, 0.14);
}

html.is-public-host tbody tr:hover td,
body.is-public tbody tr:hover td {
  background: rgba(196, 90, 22, 0.06);
}

html.is-public-host .job-link:hover,
body.is-public .job-link:hover {
  color: var(--accent);
}

html.is-public-host .page-numbers .page-btn.current,
body.is-public .page-numbers .page-btn.current {
  background: var(--accent);
  border-color: var(--accent);
  color: #fffaf1;
}

html.is-public-host .suggestions,
body.is-public .suggestions {
  background: #fffaf2;
  border: 1px solid rgba(92, 62, 28, 0.12);
  box-shadow: 0 16px 40px rgba(62, 38, 16, 0.12);
}

html.is-public-host .suggestions button,
body.is-public .suggestions button {
  background: transparent;
  color: var(--ink);
  border: 0;
  border-radius: 10px;
}

html.is-public-host .suggestions button:hover,
html.is-public-host .suggestions button.active,
body.is-public .suggestions button:hover,
body.is-public .suggestions button.active {
  background: rgba(196, 90, 22, 0.1);
  color: var(--ink);
}

html.is-public-host button.ghost,
html.is-public-host button.sync,
body.is-public button.ghost,
body.is-public button.sync {
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--line);
}

html.is-public-host button.ghost:hover,
html.is-public-host button.sync:hover,
body.is-public button.ghost:hover,
body.is-public button.sync:hover {
  background: rgba(196, 90, 22, 0.08);
}

html.is-public-host .badge.open,
body.is-public .badge.open {
  color: #1d6b4b;
  background: rgba(29, 107, 75, 0.08);
}

html.is-public-host dialog,
body.is-public dialog {
  background: #fff8ec;
}

html.is-public-host .dialog-close,
body.is-public .dialog-close {
  background: #fffaf1;
  color: var(--ink);
  border-color: rgba(92, 62, 28, 0.16);
}

html.is-public-host .dialog-close:hover,
body.is-public .dialog-close:hover {
  background: #20170f;
  color: #fffaf1;
  border-color: #20170f;
}

@media (max-width: 820px) {
  .shell {
    width: min(1120px, calc(100% - 1.2rem));
    padding: 1.15rem 0 3rem;
    padding-left: env(safe-area-inset-left);
    padding-right: env(safe-area-inset-right);
  }

  .top,
  .panel-head.row,
  .source-form,
  .header-aside,
  .refresh-actions {
    display: grid;
    grid-template-columns: 1fr;
    align-items: stretch;
    justify-items: stretch;
  }

  .stat-strip {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html.is-public-host .stat-strip,
  body.is-public .stat-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .filters {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.65rem;
  }

  .pagination > .ghost {
    flex: 1 1 7rem;
  }

  .pagination-center {
    order: 3;
    flex: 1 1 100%;
  }

  .page-numbers .page-btn {
    min-width: 2.6rem;
    min-height: 2.6rem;
  }

  .jobs-table th:nth-child(5),
  .jobs-table th:nth-child(6),
  .jobs-table td:nth-child(5),
  .jobs-table td:nth-child(6) {
    display: none;
  }

  html.is-public-host .top,
  body.is-public .top {
    padding: 1.35rem 1.1rem 1.15rem;
    border-radius: 22px;
    align-items: stretch;
  }

  html.is-public-host .byline,
  body.is-public .byline {
    max-width: none;
  }

  html.is-public-host .byline-row,
  body.is-public .byline-row {
    display: grid;
    grid-template-columns: auto auto 1fr;
    align-items: center;
    column-gap: 0.5rem;
    row-gap: 0.55rem;
  }

  html.is-public-host .byline-name,
  body.is-public .byline-name {
    grid-column: 1 / -1;
  }

  html.is-public-host .header-aside,
  body.is-public .header-aside {
    justify-items: stretch;
  }

  html.is-public-host .byline-kicker,
  body.is-public .byline-kicker {
    font-size: clamp(1.45rem, 8vw, 2rem);
  }

  html.is-public-host .byline-name,
  body.is-public .byline-name {
    font-size: clamp(1.85rem, 10vw, 2.6rem);
  }

  dialog {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    margin: 0;
    border: 0;
    border-radius: 0;
    inset: 0;
  }

  dialog:modal {
    max-width: 100%;
    max-height: 100%;
  }

  .dialog-shell {
    height: 100%;
    max-height: 100dvh;
  }

  .dialog-shell header {
    padding-top: calc(0.9rem + env(safe-area-inset-top));
    padding-right: 4.1rem;
  }

  .dialog-close {
    top: calc(0.75rem + env(safe-area-inset-top));
    right: 0.75rem;
    width: 2.85rem;
    height: 2.85rem;
  }

  .dialog-footer {
    padding-bottom: calc(1.1rem + env(safe-area-inset-bottom));
  }

  .dialog-links {
    gap: 0.6rem;
  }

  .dialog-links a {
    flex: 1 1 8rem;
  }
}

@media (max-width: 560px) {
  .filters {
    grid-template-columns: 1fr;
  }

  .jobs-table {
    table-layout: fixed;
    width: 100%;
  }

  .jobs-table th:nth-child(3),
  .jobs-table th:nth-child(4),
  .jobs-table td:nth-child(3),
  .jobs-table td:nth-child(4) {
    display: none;
  }

  .jobs-table th:nth-child(1),
  .jobs-table td:nth-child(1) {
    width: 62%;
  }

  .job-link {
    max-width: none;
  }

  th,
  td {
    padding: 0.75rem 0.4rem;
  }

  .job-link {
    display: inline-block;
    max-width: 16rem;
  }

  input,
  select,
  button {
    font-size: 16px;
  }

  html.is-public-host .byline-icon,
  body.is-public .byline-icon {
    width: 2.3rem;
    height: 2.3rem;
  }

  html.is-public-host .stat-strip strong,
  body.is-public .stat-strip strong {
    font-size: 1.25rem;
  }

  html.is-public-host h2,
  body.is-public h2 {
    font-size: 1.35rem;
  }
}
