/**
 * The base file that should be imported by every file.
 * There should be no CSS generation in this or from imported scss files at all!
 */
/**
 * Library
 */
/**
 * Variables and functions
 */
.vacancy-nav {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-wrap: wrap;
  margin-block-end: 2.5rem; }
  .vacancy-nav__item {
    border: 1px solid var(--wp--preset--color--gray);
    border-radius: 0.5rem;
    font-weight: 500;
    padding: 0.3125rem 1rem;
    cursor: pointer; }

/*# sourceMappingURL=nav.css.map */
