/* ashby 自定义css （不在本项目中生效，需要在ashby后台上传，在此处仅作备份）*/
* {
  font-family: -apple-system, "system-ui", "Segoe UI Variable Display",
    "Segoe UI", Helvetica, "Apple Color Emoji", Arial, sans-serif,
    "Segoe UI Emoji", "Segoe UI Symbol" !important;
}

/* 标题 ( Open Positions (15) 这种的） */
h1[role="status"][aria-live="polite"][aria-atomic="true"] {
  display: none !important;
}
/* 底部logo */
footer {
  display: none !important;
}

h2,
h3 {
  color: #34322d !important;
}
p {
  color: #858481 !important;
}

.ashby-job-posting-brief-list::after {
  content: "";
  display: block;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.08);
  margin: 0 16px 0 12px; /* 左右各16px间距，宽度自动填充剩余空间 */
}
