/*
.info-line:nth-of-type(1),
.info-line:nth-of-type(2),
.info-line:nth-of-type(3),
.info-line:nth-of-type(4),
.info-line:nth-of-type(5) {
    display: none !important;
}


.i-timeline-item:has(.i-timeline-item-box header-indicator-left) {
    display: none;
}
*/
.abstract-authorship-block {
    display: none;
}

.review-summary-content {
    display: none;
}

.i-timeline-item-box.header-indicator-left .field-value label {
    display: none !important;
}

.i-timeline .i-timeline-item:first-of-type {
    display: none;
}

.label-group:has([data-id="submitter"]) {
    display: none !important;
}

/* Targets any select where the ID ends with '-proposed_action' */
select[id$="-proposed_action"] option[value="change_tracks"],
select[id$="-proposed_action"] option[value="mark_as_duplicate"],
select[id$="-proposed_action"] option[value="merge"] {
    display: none !important;
}

/* Hides the entire container and everything inside it */
.form-field:has(#accepted_track) {
    display: none !important;
}

.open-review-notification-log {
    display: none !important;
}