/* Extensions for / used with the default Bootstrap theme */

/* This is a copy of the styling for (fieldset) legend */
.l-form-separator {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

/* Show checkbox label 'disabled' if checkbox is disabled. */
.checkbox-inline:has(input:disabled) {
  color: #999;
  opacity: 1;
}
