.plugin_dqm_bundle .progress_bar {
    position: relative;
    display: flex;
    width: 100%;
    height: 2.5rem;
    overflow: hidden;
    margin-left: 1.25rem;
    margin-right: 0.125rem;
}

.plugin_dqm_bundle .progress_bar .progress {
    display: flex;
    align-items: center;
    height: 100%;
}

.plugin_dqm_bundle .progress_bar .progress_value {
    font-weight: 600;
    padding-left: 1rem;
}

.plugin_dqm_bundle .score_container {
    flex-grow: 1;
    display: flex;
    align-items: center;
}

.plugin_dqm_bundle .score_container .pimcore_icon_gray_lock {
    display: none;
}

.plugin_dqm_bundle .score_container .score_value {
    font-size: 2rem;
    margin-left: 1rem;
    min-width: 1.75rem;
}

.plugin_dqm_bundle .rule_result_container {
    display: flex;
    align-items: center;
}

.plugin_dqm_bundle .rule_result_name {
    flex-grow: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 10.5rem;
}

.plugin_dqm_bundle .rule_result_icon {
    width: 1.563rem;
    height: 1.563rem;
    vertical-align: middle;
    margin-left: 1rem;
}

.plugin_dqm_bundle .rule_suggestion {
    margin-left: 2rem;
    max-width: 10rem;
}

.plugin_dqm_bundle .last_updated {
    text-align: right;
    margin: 0.25rem 0.25rem 0.5rem;
}

@media only screen and (min-width: 1024px) {
    .plugin_dqm_bundle .rule_suggestion {
        max-width: 18rem;
    }
}

@media only screen and (min-width: 1280px) {
    .plugin_dqm_bundle .rule_suggestion {
        max-width: 30rem;
    }
}

@media only screen and (min-width: 1440px) {
    .plugin_dqm_bundle .rule_suggestion {
        max-width: 50rem;
  }
}