.ActionSummary {
    margin-top: 20px;

    &-bulk {
        margin-bottom: 40px;
    }

    &-alert {
        border: none;
        border-radius: 3px;
    }

    &-alert-header {
        font-size: 14px;
        font-weight: $weight_bold;
    }

}

.ActionSummary-bulk {
    margin-bottom: 40px;

    .ActionSummary-alert {
        margin-bottom: 0;
    }
}
