/* ==================== Footer ==================== */

.JobThemeFooter {
  padding: 20px 0;
  background-color: rgba(92, 69, 137, 1);
}

.JobThemeFooter-linkBar {
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: center;
  justify-content: center;
}

.JobThemeFooter-linkBar a {
    font-weight: 400;
    text-decoration: underline;
    color: rgba(255, 255, 255, 1);
    transition: text-underline-offset 250ms ease-in-out;
    text-underline-offset: 2px;
  }

.JobThemeFooter-linkBar a:hover {
      text-underline-offset: 5px;
    }
