.col-result-xs {
  width: 10%;
}

.col-result-sm {
  width: 15%;
}

.col-result-md {
  width: 20%;
}

.modal-content > turbo-frame {
  display: contents;
}

.rename-trigger {
  opacity: 0;
}
.rename-trigger-host:hover .rename-trigger, .rename-trigger:focus {
  opacity: 1;
}

.colour-select:has(option[value=green]:checked) {
  background-color: var(--bs-success);
  color: #fff;
}
.colour-select:has(option[value=red]:checked) {
  background-color: var(--bs-danger);
  color: #fff;
}

.release-notes {
  overflow-wrap: break-word;
}
.release-notes > :last-child {
  margin-bottom: 0;
}

/*# sourceMappingURL=molshoop-521a791476.output.css.map */
