.rdpc-field--disabled { opacity: .46; }
.rdpc-field--disabled .rdpc-field__control { pointer-events: none; }
.rdpc-option--disabled { cursor: not-allowed !important; opacity: .32; }
.rdpc-option--disabled .rdpc-choice__surface, .rdpc-option--disabled .rdpc-image-card__surface { text-decoration: line-through; }
.rdpc-field--invalid .rdpc-control, .rdpc-field--invalid .rdpc-stepper { border-color: var(--rdpc-error); }
.rdpc-current-price { border-bottom: 1px solid rgba(255,255,255,.16); margin-bottom: 14px; padding-bottom: 20px; }
.rdpc-current-price > span { color: rgba(255,255,255,.6); display: block; font-size: 10px; font-weight: 800; letter-spacing: .15em; margin-bottom: 8px; text-transform: uppercase; }
.rdpc-current-price strong { display: block; font-family: Sora, Inter, sans-serif; font-size: clamp(30px,3vw,44px); letter-spacing: -.055em; line-height: 1; transition: opacity .18s, transform .18s; }
.rdpc-current-price strong.rdpc-price--updating { opacity: .5; transform: translateY(3px); }
.rdpc-configurator__status { color: #a9f2c2; font-size: 11px; font-weight: 750; margin: 0 0 16px; }
.rdpc-configurator__status[data-status="incomplete"] { color: #ffd49b; }
.rdpc-price-breakdown { border-bottom: 1px solid rgba(255,255,255,.16); margin-bottom: 15px; padding-bottom: 12px; }
.rdpc-price-breakdown__row { color: rgba(255,255,255,.72); display: flex; font-size: 11px; gap: 12px; justify-content: space-between; padding: 3px 0; }
.rdpc-summary__values { margin-bottom: 18px; }
.rdpc-summary__row { align-items: baseline; border-bottom: 1px solid rgba(255,255,255,.12); display: flex; gap: 14px; justify-content: space-between; padding: 9px 0; }
.rdpc-summary__label { color: rgba(255,255,255,.53); font-size: 11px; }
.rdpc-summary__value { color: #fff; font-family: Sora, Inter, sans-serif; font-size: 12px; text-align: right; }
.rdpc-summary__empty { color: rgba(255,255,255,.48); font-size: 12px; margin: 0; }
