.wp-block-careers {
  position: relative;
  margin: 40px auto 0;
}
.wp-block-careers .categorySection {
  display: flex;
  flex-direction: column;
  grid-column-gap: 20px;
  grid-row-gap: 50px;
  margin: 0 auto 65px;
}
.wp-block-careers .categorySection .categoryHeadingSection {
  font-size: 30px;
  font-weight: 600;
  line-height: normal;
  padding: 0;
  margin: 0 0 -20px;
}
.wp-block-careers .categorySection .jobSection {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0 auto;
  font-size: 25px;
  font-style: normal;
  line-height: normal;
  width: 100%;
}
.wp-block-careers .categorySection .jobSection .jobLinkContainer {
  width: auto;
}
.wp-block-careers .categorySection .jobSection .jobLinkContainer a {
  font-weight: 600;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  color: #E41B23;
}
.wp-block-careers .categorySection .jobSection .separatorDash {
  display: block;
  color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  margin: 0 0 0 auto;
}
.wp-block-careers #commondivjobalert {
  display: none;
}
