.hub-objectives {
  --padding: 1rem;
  margin-block-end: 2rem;
}

.hub-objectives__label {
  font-size: 1.5rem;
}

.hub-objectives__hub-objective .hub-objectives__items {
  display: grid;
  column-gap: 4rem;
}

@media (width >= 996px) {
  .hub-objectives__hub-objective .hub-objectives__items {
    grid-template-columns: repeat(3, 1fr);
  }
}

.hub-objectives__items {
  padding: 0;
  padding-inline-start: 1.5rem;
  list-style: none;
}

.hub-objectives__title {
  margin-bottom: 2rem;
}

.hub-objectives__state {
  span {
    display: inline-block;
    margin-inline-start: -1rem;
    padding: 0.25rem var(--padding);
    border-radius: 2rem;
    background-color: inherit;
  }
  margin-block-start: 1rem;
  background-color: #edeeee;
  border-radius: 2rem;
}

.hub-objectives__active {
  span {
    color: white;
    background-color: #4a7d61;
    width: calc(100% - var(--padding));
  }
}

.hub-objectives__inactive {
  span {
    color: black;
    background-color: #eac953;
    min-width: calc(50% - var(--padding));
  }
}

.hub-objectives__icon {
  position: absolute;
  left: -8rem;
  width: 6rem;
}

.hub-objectives__title:has(.hub-objectives__icon) {
  position: relative;
  margin-inline-start: 7rem;
}


.ecl-checkbox__label.is-top-level {
  font-weight: 700;
}

.is-parent {
  margin-left: .5em;
}

.is-child {
  margin-left: 1em;
}