.ReportDescription-topContainer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.ReportDescription-title {
    color: #000;
}

.ReportDescription-closeRightSidebarButton {
    margin: auto 0;
}

.ReportDescription-description {
    padding: 10px;
    background-color: #fbfbfb;
    margin-top: 18px;
}

.ReportDescription-description p {
    color: #3c3c3c;
    white-space: pre-line;
    word-break: normal;
    overflow-wrap: anywhere;
    hyphens: none;
}

/* stylelint-disable media-feature-range-notation -- AA not sure what the intended range is  */
@media only screen and (max-width: 1800px) {
    .ReportDescription-title {
        max-width: 210px;
    }
}

/* stylelint-enable media-feature-range-notation  */
