/* Careers page parity with the local static build. */

/* Keep wrapped job-list text aligned with the text following the bullet. */
.page-template-template-careers .accordion_block .text_content p,
.careers_page .accordion_block .text_content p {
  padding-left: 1.35em;
  text-indent: -1.35em;
}

.page-template-template-careers .accordion_block .text_content ul,
.page-template-template-careers .accordion_block .text_content ol,
.careers_page .accordion_block .text_content ul,
.careers_page .accordion_block .text_content ol {
  list-style-position: outside;
  padding-left: 1.35em;
}

.page-template-template-careers .accordion_block .text_content ul,
.careers_page .accordion_block .text_content ul {
  list-style-type: disc;
}

.page-template-template-careers .accordion_block .text_content ol,
.careers_page .accordion_block .text_content ol {
  list-style-type: decimal;
}

.page-template-template-careers .accordion_block .text_content li,
.careers_page .accordion_block .text_content li {
  padding-left: 0.15em;
  margin-bottom: 0.75rem;
}

.page-template-template-careers .collage_grid,
.careers_page .collage_grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 1rem;
}

.page-template-template-careers .collage_img,
.careers_page .collage_img {
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-md);
}

.page-template-template-careers .collage_img img,
.careers_page .collage_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-template-template-careers .values_grid,
.careers_page .values_grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.page-template-template-careers .careers_layout,
.careers_page .careers_layout {
  display: grid;
  grid-template-columns: minmax(0, 1.8fr) minmax(320px, 1fr);
  gap: 3.5rem;
  align-items: flex-start;
}

.page-template-template-careers .jobs_filter_bar,
.careers_page .jobs_filter_bar {
  display: flex;
  gap: 1rem;
  margin-bottom: 2.5rem;
  flex-wrap: wrap;
  align-items: center;
  padding: 0.75rem 1rem;
  background-color: var(--bg-off-white);
  border: 1px solid var(--bg-light-gray);
  border-radius: var(--radius-md);
}

.page-template-template-careers .jobs_search_input,
.careers_page .jobs_search_input {
  flex: 1.5;
  min-width: 200px;
  font-family: var(--font-body);
  font-size: 0.9rem;
  padding: 0.65rem 1rem;
  border: 1px solid var(--bg-light-gray);
  border-radius: var(--radius-md);
  outline: none;
  background-color: var(--bg-white);
  color: var(--text-primary);
}

.page-template-template-careers .jobs_select,
.careers_page .jobs_select {
  flex: 1;
  min-width: 180px;
  font-family: var(--font-body);
  font-size: 0.9rem;
  padding: 0.65rem 1rem;
  border: 1px solid var(--bg-light-gray);
  border-radius: var(--radius-md);
  outline: none;
  background-color: var(--bg-white);
  color: var(--text-secondary);
}

.page-template-template-careers .jobs_clear_link,
.careers_page .jobs_clear_link {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--signal-blue);
  cursor: pointer;
  white-space: nowrap;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.page-template-template-careers .life_ag_panel,
.careers_page .life_ag_panel {
  background-color: var(--primary-navy);
  border: 1px solid var(--steel-blue);
  border-radius: var(--radius-lg);
  padding: 2.5rem;
  color: var(--text-white);
  position: sticky;
  top: 120px;
}

.page-template-template-careers .life_ag_title,
.careers_page .life_ag_title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-white);
  margin-bottom: 1rem;
}

.page-template-template-careers .life_ag_desc,
.careers_page .life_ag_desc {
  font-size: 0.9rem;
  color: var(--text-light);
  margin-bottom: 2rem;
  line-height: 1.5;
}

.page-template-template-careers .life_highlights,
.careers_page .life_highlights {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.page-template-template-careers .life_highlight_item,
.careers_page .life_highlight_item {
  display: flex;
  gap: 1rem;
}

.page-template-template-careers .life_highlight_icon,
.careers_page .life_highlight_icon {
  width: 20px;
  height: 20px;
  color: var(--sky-accent);
  margin-top: 0.15rem;
  flex-shrink: 0;
}

.page-template-template-careers .life_highlight_icon svg,
.careers_page .life_highlight_icon svg {
  width: 100%;
  height: 100%;
}

.page-template-template-careers .life_highlight_title,
.careers_page .life_highlight_title {
  font-size: 0.925rem;
  font-weight: 700;
  color: var(--text-white);
}

.page-template-template-careers .life_highlight_desc,
.careers_page .life_highlight_desc {
  font-size: 0.8rem;
  color: var(--text-light);
  margin-top: 0.25rem;
  line-height: 1.4;
}

.page-template-template-careers .life_ag_btn,
.careers_page .life_ag_btn {
  width: 100%;
  justify-content: center;
}

@media (max-width: 1024px) {
  .page-template-template-careers .collage_grid,
  .careers_page .collage_grid {
    display: none;
  }

  .page-template-template-careers .careers_layout,
  .careers_page .careers_layout {
    grid-template-columns: 1fr;
    gap: 4rem;
  }

  .page-template-template-careers .life_ag_panel,
  .careers_page .life_ag_panel {
    position: static;
  }
}

@media (max-width: 900px) {
  .page-template-template-careers .values_grid,
  .careers_page .values_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .page-template-template-careers .values_grid,
  .careers_page .values_grid {
    grid-template-columns: 1fr;
  }
}
