.DigitalProductOverviewSectionHeader {
    display: flex;
    font-weight: $weight_bold;
    padding: 5px 5px 5px 20px;
    width: 100%;

    &-button {
        margin-bottom: auto;
        margin-left: auto;
        margin-top: auto;
        padding-bottom: 4px;
        padding-top: 5px;

        &-text {
            display: inline-block;
            height: 18px;
            line-height: 18px;
            margin-left: 5px;
            vertical-align: top;
        }
    }

    &-title {
        line-height: 30px;
        margin: 0;

        &-danger {
            color: var(--parrot);
        }
    }

    .Icons-attention-error {
        margin: auto 8px;
    }
}
