.ActionedDetailsModal {

    &-header {
        font-weight: $weight_bold;
        margin-bottom: 0;
        margin-top: 15px;
    }

    .RightsSummary {
        margin-top: 15px;
    }

    /* Override modal styles for ".modal .modal-content .modal-body h4" */
    /* stylelint-disable declaration-no-important */
    .RightsSummary-header {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }
    /* stylelint-enable declaration-no-important */

    .RightsSummary-arrow-icon {
        margin-top: 0;
    }

    .LoadingIndicator {
        height: 200px;
    }
}
