.ReportItem {
    background-color: var(--surface-default);
    padding: 7px 15px;
    width: 50%;
}

.ReportItem-firstColumn {
    border-right: 1px solid #d4d4d4;
}

.ReportItem:nth-child(odd of .ReportItem-firstColumn),
.ReportItem:nth-child(odd of .ReportItem-secondColumn) {
    background-color: var(--surface-subtle-light);
}

.ReportItem-nameLink {
    color: #000;
}

.ReportItem-reportDescription {
    font-size: 0.75rem;
    color: #3c3c3c;
    margin: 0 10px 0 0;
    word-break: normal;
    overflow-wrap: anywhere;
    hyphens: none;
}

.ReportItem-saved {
    font-size: 0.875rem;
    color: var(--interactive-primary);
    min-width: 50px;
    white-space: nowrap;
}

.ReportItem-saved:hover {
    cursor: pointer;
    color: #3c307b;
    text-decoration: underline;
}
