.product-quality-snapshot-toolbar-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.product-quality-snapshot-date {
    margin-bottom: 6px;
}

.product-quality-snapshot-description {
    margin-bottom: 0;
}

.product-quality-snapshot-actions {
    min-width: 280px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.product-quality-snapshot-button {
    font-weight: 600;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

.product-quality-snapshot-job-status {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 0;
}

.product-quality-snapshot-legend {
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px solid #eef1f5;
}

.product-quality-snapshot-legend-title {
    font-weight: 600;
    margin-bottom: 8px;
}

.product-quality-snapshot-legend-item {
    margin-bottom: 8px;
}

.product-quality-snapshot-error {
    color: #a94442;
}

.product-quality-snapshot-info {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #000;
    color: #fff;
    margin-right: 4px;
    line-height: 1;
}

.product-quality-snapshot-info-inner {
    display: block;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    padding: 0;
    transform: translateY(-0.5px);
}

.product-quality-snapshot-popover-separator {
    margin: 8px 0;
}
