.tul-recruitment-view-mode-label.taxonomy-term .field--name-name {
    margin: 0 auto;
    width: fit-content;
    max-width: 100%;
}


.taxonomy-term.tul-recruitment-not-published {
  position: relative;
}
.taxonomy-term.tul-recruitment-not-published::after {
  content: "Not published | Nie opublikowane";
  display: block;
  position: absolute;
  top:0;left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #bbbbbb33;
  backdrop-filter: blur(3px);
  display: flex;
  justify-content: center;
  align-content: center;
  justify-items: center;
  align-items: center;
  font-size: 2rem;
  border-radius: 0.56rem;
}

.taxonomy-term.tul-recruitment-not-published:hover::after {
  content: unset;
}
.taxonomy-term.tul-recruitment-not-published  {
  display: none;
}


a.taxonomy-term.tul-recruitment-view-mode-short-summary {
  text-decoration-style: -moz-none;
  text-decoration-color: transparent;
  color: inherit;
}