.recipe-missing-product-data-dialog {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.recipe-missing-product-data-card {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.recipe-missing-product-data-actions {
    justify-content: flex-end;
}

.recipe-missing-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.recipe-missing-legend-item {
    display: inline-flex;
    align-items: center;
    padding: 0.3rem 0.6rem;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 600;
    border: 1px solid transparent;
}

.recipe-missing-legend-complete {
    background-color: #dcfce7;
    border-color: #22c55e;
    color: #14532d;
}

.recipe-missing-legend-partial {
    background-color: #fef9c3;
    border-color: #eab308;
    color: #713f12;
}

.recipe-missing-legend-missing {
    background-color: #fee2e2;
    border-color: #ef4444;
    color: #7f1d1d;
}

.recipe-missing-product-data-summary-card {
    border: 1px solid #e5e7eb;
    background: linear-gradient(135deg, #dbeafe 0%, #eff6ff 100%);
}

.recipe-missing-row-complete .jans-table-cell {
    background-color: #dcfce7;
}

.recipe-missing-row-partial .jans-table-cell {
    background-color: #fef9c3;
}

.recipe-missing-row-missing .jans-table-cell {
    background-color: #fee2e2;
}

.recipe-missing-row-price-inconsistent .jans-table-cell {
    background-color: #fecaca;
    color: #7f1d1d;
}

@media (max-width: 768px) {
    .recipe-missing-product-data-actions {
        width: 100%;
        justify-content: stretch;
    }

    .recipe-missing-product-data-actions .rz-button {
        width: 100%;
    }
}
