.employers-filter {
  margin-bottom: 1.5rem;
  padding-bottom: 15px;
}
.employers-filter__inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}
.employers-filter__label {
  font-family: var(--wp--preset--font-family--apotek-comp);
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1.68px;
  text-transform: uppercase;
  color: var(--wp--preset--color--dark-blue);
}
.employers-filter__pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  padding: 4px 16px;
  border-radius: 50px;
  cursor: pointer;
  font-family: var(--wp--preset--font-family--apotek-comp);
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1.68px;
  text-transform: uppercase;
  white-space: nowrap;
  user-select: none;
}
.employers-filter__pill--hiring {
  background: var(--wp--preset--color--accessible-red);
  color: var(--wp--preset--color--light-grey);
}
.employers-filter__pill--entry {
  background: #0ce600;
  color: var(--wp--preset--color--dark-blue);
}
.employers-filter__pill input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  padding: 0;
  margin: 0;
  border: 0;
}
.employers-filter__pill:has(input[type=checkbox]:focus-visible) {
  outline: 2px solid var(--wp--preset--color--dark-blue);
  outline-offset: 2px;
}
.employers-filter__pill-label {
  display: inline-flex;
  align-items: center;
}
.employers-filter__pill-label::before, .employers-filter__pill-label::after {
  content: "";
  flex: 0 0 auto;
  width: 10.5px;
  transition: width 0.25s ease;
}
.employers-filter__check {
  display: block;
  flex: 0 0 auto;
  width: 0;
  margin-right: 0;
  overflow: hidden;
  transition: width 0.25s ease, margin-right 0.25s ease;
}
.employers-filter__check svg {
  display: block;
  width: 13px;
  height: 12px;
  opacity: 0;
  transform: scale(0.4);
  transform-origin: left center;
  transition: opacity 0.2s ease, transform 0.25s ease;
}
.employers-filter__pill:has(input[type=checkbox]:checked) .employers-filter__check {
  width: 13px;
  margin-right: 8px;
}
.employers-filter__pill:has(input[type=checkbox]:checked) .employers-filter__check svg {
  opacity: 1;
  transform: scale(1);
}
.employers-filter__pill:has(input[type=checkbox]:checked) .employers-filter__pill-label::before, .employers-filter__pill:has(input[type=checkbox]:checked) .employers-filter__pill-label::after {
  width: 0;
}
.employers-filter--empty {
  padding: 20px;
  text-align: center;
  color: var(--wp--preset--color--inactive-grey);
  font-family: var(--wp--preset--font-family--gimlet-text);
}
@media (max-width: 781px) {
  .employers-filter__inner {
    gap: 10px;
    row-gap: 10px;
  }
  .employers-filter__label {
    font-size: 13px;
    letter-spacing: 1.4px;
  }
  .employers-filter__pill {
    font-size: 13px;
    letter-spacing: 1.4px;
    padding: 4px 14px;
  }
}

@media (max-width: 781px) {
  .wp-block-columns:has(.employers-filter) {
    min-height: 76px !important;
  }
  .wp-block-columns:has(.employers-filter) > .wp-block-column:first-child {
    flex-basis: calc(100% - 310px) !important;
    align-self: flex-start;
  }
  .wp-block-columns:has(.employers-filter) > .wp-block-column:last-child {
    flex-basis: 310px !important;
  }
}
@media (max-width: 450px) {
  .wp-block-columns:has(.employers-filter) > .wp-block-column:first-child {
    flex-basis: calc(100% - 270px) !important;
  }
  .wp-block-columns:has(.employers-filter) > .wp-block-column:last-child {
    flex-basis: 270px !important;
  }
  .wp-block-columns:has(.employers-filter) > .wp-block-column:last-child .employers-filter__label {
    display: none;
  }
}

/*# sourceMappingURL=block-style.css.map */
