[hidden] {
  display: none !important;
}

.target-editor details {
  border-top: 1px dashed rgba(92, 105, 72, 0.28);
  margin-top: 0.35rem;
  padding-top: 0.45rem;
}

.target-editor summary {
  color: var(--forest, #173f34);
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.target-details {
  display: grid;
  gap: 0.55rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding-top: 0.65rem;
}

.target-details .check-control {
  align-items: center;
  background: rgba(255, 255, 255, 0.46);
  border: 1px solid rgba(92, 105, 72, 0.25);
  border-radius: 0.65rem;
  display: flex;
  font-size: 0.8rem;
  font-weight: 700;
  gap: 0.55rem;
  padding: 0.62rem 0.75rem;
}

.target-details .check-control input {
  height: 1rem;
  margin: 0;
  width: 1rem;
}

@media (max-width: 720px) {
  .target-details {
    grid-template-columns: 1fr;
  }
}
