.ProductTrackAttributesPopoverContent {
    &-body {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    &-footer {
        margin-top: 1rem;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    &-popoverContent {
        .TruncatedText {
            display: inherit;
        }
    }

    &-confirmButton {
        margin-left: auto;
    }

    &-attributes-section {
        margin-top: 20px;
    }

    &-append-to-all-checkbox {
        margin-top: 10px;
        .form-check-label {
            text-transform: none;
        }
    }
}
