.product-import-price-selection-dialog {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.product-import-price-selection-card {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    border: 1px solid #e5e7eb;
    background: #ffffff;
}

.product-import-price-selection-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.product-import-price-option {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    background: #f8fafc;
}

.product-import-price-option.is-selected {
    border-color: #2563eb;
    background: #eff6ff;
}

.product-import-price-option-grid {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.product-import-price-option-line {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}

.product-import-price-option-label {
    color: #64748b;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.product-import-price-option-value {
    color: #0f172a;
    font-weight: 600;
}

.product-import-price-option-change {
    color: #1d4ed8;
    font-size: 0.86rem;
    font-weight: 700;
}

.product-import-price-option-note {
    color: #475569;
    font-size: 0.82rem;
    line-height: 1.45;
}
