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

.product-price-information-dialog .dialog-card {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 12px 34px rgba(15, 23, 42, 0.08);
}

.product-price-card.is-collapsed {
    gap: 0;
}

.product-price-card--base {
    background: linear-gradient(135deg, #f8fbff 0%, #ffffff 100%);
    border-color: #dbeafe;
}

.product-price-card--normalization {
    background: linear-gradient(135deg, #fff7ed 0%, #ffffff 100%);
    border-color: #fdba74;
}

.product-price-accordion-toggle {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.9rem;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    text-align: left;
    cursor: pointer;
}

.product-price-card-head,
.product-price-content-head {
    display: flex;
    flex-direction: column;
    gap: 0.28rem;
}

.product-price-card-eyebrow,
.product-price-level-eyebrow {
    color: #9a3412;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.product-price-information-dialog .dialog-card-title,
.product-price-level-title {
    color: #0f172a;
    font-size: 1.02rem;
    font-weight: 700;
}

.product-price-card-copy {
    color: #64748b;
    font-size: 0.9rem;
    line-height: 1.5;
}

.product-price-accordion-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2rem;
    min-height: 2rem;
    border: 1px solid #cbd5e1;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: #0f172a;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1;
}

.product-price-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
}

.product-price-information-dialog .dialog-field {
    display: flex;
    flex: 1 1 100%;
    flex-direction: column;
    gap: 0.45rem;
    min-width: 0;
}

.product-price-information-dialog .field-label {
    color: #0f172a;
    font-size: 0.9rem;
    font-weight: 700;
}

.product-price-information-dialog .rz-inputtext,
.product-price-information-dialog .rz-dropdown,
.product-price-information-dialog .rz-spinner,
.product-price-information-dialog .rz-numeric {
    min-height: 46px;
    border-radius: 12px;
}

.product-price-status {
    padding: 0.8rem 0.9rem;
    border: 1px solid #d6d3d1;
    border-radius: 14px;
    background: #fafaf9;
    color: #57534e;
    font-size: 0.88rem;
    line-height: 1.45;
}

.product-price-status--derived {
    border-color: #bfdbfe;
    background: #eff6ff;
    color: #1d4ed8;
    font-weight: 600;
}

.product-price-status--blocker {
    border-color: #fecaca;
    background: #fff1f2;
    color: #b91c1c;
    font-weight: 600;
}

.product-price-summary,
.product-price-result-box {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 1rem;
    border-radius: 16px;
}

.product-price-summary {
    border: 1px solid #bfdbfe;
    background: #ffffff;
}

.product-price-result-box {
    border: 1px solid #fdba74;
    background: #fffaf0;
}

.product-price-summary-label,
.product-price-result-label {
    color: #64748b;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.product-price-summary-value,
.product-price-result-value {
    color: #0f172a;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.45;
    font-variant-numeric: tabular-nums;
}

.product-price-result-row {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.product-price-simple-normalization,
.product-price-advanced-normalization {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.product-price-simple-normalization {
    padding: 1rem;
    border: 1px solid #bfdbfe;
    border-radius: 16px;
    background: linear-gradient(180deg, #eff6ff 0%, #ffffff 82%);
}

.product-price-simple-normalization__head,
.product-price-advanced-normalization__head {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.product-price-simple-flow {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.product-price-simple-step {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.65rem;
    align-items: flex-start;
}

.product-price-simple-step span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 999px;
    background: #2563eb;
    color: #ffffff;
    font-size: 0.78rem;
    font-weight: 850;
}

.product-price-simple-step strong {
    display: block;
    color: #0f172a;
    font-size: 0.94rem;
    font-weight: 850;
}

.product-price-simple-step small {
    display: block;
    margin-top: 0.15rem;
    color: #64748b;
    font-size: 0.82rem;
    line-height: 1.4;
}

.product-price-grid--simple {
    padding-left: 2.45rem;
}

.product-price-level-list {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.product-price-level-card {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
    padding: 1rem;
    border: 1px solid #fdba74;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.86);
}

.product-price-level-card--content {
    border-color: #fed7aa;
    background: linear-gradient(180deg, rgba(255, 251, 235, 0.92) 0%, rgba(255, 255, 255, 0.98) 100%);
}

.product-price-level-head {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.product-price-level-actions,
.product-price-inline-actions,
.product-price-select-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.product-price-select-row {
    align-items: stretch;
}

.product-price-select-row .rz-dropdown {
    flex: 1 1 auto;
}

.product-price-grid--level-inline .dialog-field {
    flex: 1 1 100%;
}

.product-price-inline-actions {
    justify-content: flex-start;
}

.product-price-information-dialog .dialog-footer {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

@media (min-width: 768px) {
    .product-price-information-dialog .dialog-card {
        padding: 1.25rem;
    }

    .product-price-information-dialog .dialog-field {
        flex: 1 1 calc(50% - 0.85rem);
    }

    .product-price-simple-normalization__head,
    .product-price-advanced-normalization__head,
    .product-price-level-head {
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
    }

    .product-price-grid--level-inline .dialog-field {
        flex: 1 1 calc(33.333% - 0.85rem);
    }

    .product-price-information-dialog .dialog-footer {
        flex-direction: row;
        justify-content: flex-end;
    }
}

@media (min-width: 1100px) {
    .product-price-information-dialog .dialog-field {
        flex: 1 1 calc(33.333% - 0.85rem);
    }
}
