/* Our picks — /best-recruiting-tools/ — editorial list */
.page-slug-best-recruiting-tools {
  --wid-surface-2: #f5f7fa;
}
.page-slug-best-recruiting-tools .ct-sidebar {
  display: none;
}
.page-slug-best-recruiting-tools .entry-content {
  max-width: 760px;
}
.wid-picks,
.wid-picks__toc,
.wid-picks__empty,
.wid-picks-how {
  font-family: "IBM Plex Sans", system-ui, sans-serif;
  color: var(--wid-ink, #1c2330);
  max-width: 760px;
}
.wid-picks {
  display: block;
  width: 100%;
}
.wid-picks__empty {
  color: var(--wid-muted, #5b6777);
  margin: 1.5rem 0;
}
.wid-picks__toc {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 2rem;
}
.wid-picks__toc-chip {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 8px 14px;
  border: 1px solid var(--wid-line, #d8dee6);
  border-radius: 999px;
  background: #fff;
  color: var(--wid-navy, #102a43);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}
.wid-picks__toc-chip:hover,
.wid-picks__toc-chip:focus-visible {
  border-color: var(--wid-blue, #2872fa);
  color: var(--wid-blue, #2872fa);
}
.wid-picks__group {
  margin: 0;
}
.wid-picks__h {
  font-family: Newsreader, Georgia, serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--wid-navy, #102a43);
  margin: 48px 0 12px;
  scroll-margin-top: 5rem;
}
.wid-picks__list {
  display: block;
}
.wid-pick {
  display: grid;
  grid-template-columns: 2.25rem 44px minmax(0, 1fr);
  column-gap: 16px;
  padding: 28px 0;
  border-top: 1px solid var(--wid-line, #d8dee6);
  background: transparent;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-radius: 0;
  box-shadow: none;
}
.wid-picks__group .wid-pick:first-of-type {
  border-top: none;
  padding-top: 0;
}
.wid-pick-num {
  grid-column: 1;
  font-size: 14px;
  color: var(--wid-muted, #5b6777);
  text-align: right;
  align-self: start;
  padding-top: 6px;
  line-height: 1.2;
}
.wid-pick-logo {
  grid-column: 2;
  width: 44px;
  height: 44px;
  align-self: start;
  border-radius: 8px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.wid-pick-logo .wid-icon,
.wid-pick-logo img {
  width: 44px;
  height: 44px;
  object-fit: contain;
  background: transparent;
}
.wid-pick-body {
  grid-column: 3;
  min-width: 0;
}
.wid-pick-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  color: var(--wid-navy, #102a43);
}
.wid-pick-title a {
  color: inherit;
  text-decoration: none;
  font-weight: 500;
}
.wid-pick-title a:hover,
.wid-pick-title a:focus-visible {
  color: var(--wid-blue, #2872fa);
}
.wid-pick-daily {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 2px 8px;
  border-radius: 999px;
  background: #eaf1ff;
  color: var(--wid-navy, #102a43);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  line-height: 1;
}
.wid-pick-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 6px 0 10px;
}
.wid-pick-pills .wid-pill,
.wid-picks .wid-pill {
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
  height: 20px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  border: 1px solid var(--wid-line, #d8dee6);
  border-radius: 999px;
  padding: 0 8px;
  line-height: 1;
  color: var(--wid-navy, #102a43);
  background: #fff;
}
.wid-pick-blurb {
  margin: 0 0 8px;
  font-size: 16px;
  line-height: 1.6;
  color: var(--wid-ink, #1c2330);
}
.wid-pick-best {
  margin: 0;
  font-size: 14px;
  color: var(--wid-muted, #5b6777);
}
.wid-pick-best strong {
  font-weight: 500;
  color: inherit;
}
.wid-pick-links {
  margin: 10px 0 0;
  font-size: 14px;
  font-weight: 600;
}
.wid-pick-links a {
  color: var(--wid-blue, #2872fa);
  text-decoration: none;
}
.wid-pick-links a:hover {
  text-decoration: underline;
}
.wid-pick-sep {
  color: var(--wid-muted, #5b6777);
  font-weight: 400;
  margin: 0 6px;
}
@media (max-width: 639px) {
  .wid-pick {
    grid-template-columns: 1.75rem 36px minmax(0, 1fr);
    padding: 20px 0;
  }
  .wid-pick-logo,
  .wid-pick-logo .wid-icon,
  .wid-pick-logo img {
    width: 36px;
    height: 36px;
  }
}

/* How this stack fits together — visual panel, no page-content edit */
.page-slug-best-recruiting-tools .entry-content > h2.wp-block-heading:first-of-type {
  background: var(--wid-surface-2, #f5f7fa);
  border-radius: 12px 12px 0 0;
  padding: 24px 28px 8px;
  margin: 24px 0 0;
  font-size: 18px;
  line-height: 1.3;
  color: var(--wid-navy, #102a43);
}
.page-slug-best-recruiting-tools .entry-content > h2.wp-block-heading:first-of-type + p {
  background: var(--wid-surface-2, #f5f7fa);
  border-radius: 0 0 12px 12px;
  padding: 0 28px 24px;
  margin: 0 0 8px;
  border: 0;
}

.wid-picks-how {
  background: var(--wid-surface-2, #f5f7fa);
  border: 0;
  border-radius: 12px;
  padding: 24px 28px;
  margin: 2rem 0 0;
}
.wid-picks-how h2 {
  font-family: Newsreader, Georgia, serif;
  font-size: 18px;
  margin: 0 0 8px;
  color: var(--wid-navy, #102a43);
}
.wid-picks-how p {
  margin: 0;
  color: var(--wid-ink, #1c2330);
  line-height: 1.55;
}
