.protocol-detail-headline {
    padding-left: 1.5vmin;
}

.protocol-detail-headline:before {
    text-indent: 0;
    content: '(';
}

.protocol-detail-headline:after {
    text-indent: 0;
    content: ')';
}

.protocol-line {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid var(--primary-color);
    margin: 0 1em 1em 1em;
    padding: 0;
}

.protocol-key-value-row {
    padding-bottom: 10px !important;
}

.genetic-id {
    margin-top: 25px !important;
    font-size: 1.3em !important;
}

.section-header {
    margin-top: 1vmin;
    font-weight: bold;
}

.switch-wrapper {
    padding-top: 1rem !important;
}

.form-action-button {
    white-space: nowrap;
}

.hint-label {
    margin-bottom: 1vmin;
}