.icpp-builder { background: #fff; border: 1px solid #d9dde3; border-radius: 10px; margin: 1.5rem 0; overflow: hidden; }
.icpp-builder h3 { font-size: 1.25rem; margin: 0; padding: 1.2rem 1.25rem .3rem; }
.icpp-builder-intro { color: #5e6570; margin: 0; padding: 0 1.25rem 1.1rem; }
.icpp-item { border: 0; border-top: 1px solid #e7e9ed; margin: 0; padding: 1.1rem 1.25rem; }
.icpp-item legend { color: #1f2933; float: left; font-size: 1.05rem; font-weight: 700; margin-bottom: .7rem; padding: 0; width: 100%; }
.icpp-choices { clear: both; display: grid; gap: .65rem; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.icpp-choice { border: 1px solid #d9dde3; border-radius: 7px; cursor: pointer; display: flex; flex-direction: column; gap: .3rem; padding: .75rem; }
.icpp-choice.is-selected { background: #f3f8fc; border-color: #2271b1; box-shadow: 0 0 0 1px #2271b1; }
.icpp-choice small { color: #66717d; margin-left: .25rem; }
.icpp-upgrade-brand, .icpp-brand { color: #66717d; display: block; font-size: .86rem; }
.icpp-links { display: flex; flex-wrap: wrap; gap: .35rem .75rem; }
.icpp-info-link { font-size: .82rem; width: fit-content; }
.icpp-price-add { color: #2271b1; font-weight: 700; }
.icpp-item-size, .icpp-addon-size { margin-top: .8rem; max-width: 250px; }
.icpp-item-size label, .icpp-addon-size label { display: block; font-size: .78rem; font-weight: 700; margin-bottom: .25rem; text-transform: uppercase; }
.icpp-item-size select, .icpp-addon-size select { margin: 0; width: 100%; }
.icpp-personalization { background: #f8fafc; border: 1px solid #d9dde3; border-radius: 7px; margin-top: 1rem; padding: .85rem; }
.icpp-personalization > strong { display: block; margin-bottom: .55rem; }
.icpp-personalization-options { display: flex; flex-wrap: wrap; gap: .55rem 1.25rem; }
.icpp-personalization-options label { cursor: pointer; }
.icpp-both-note { color: #66717d; font-size: .82rem; margin: .4rem 0 0; }
.icpp-personalization-fields { display: grid; gap: .65rem; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.icpp-personalization-fields label { display: none; font-size: .8rem; font-weight: 700; margin-top: .75rem; text-transform: uppercase; }
.icpp-personalization-fields label.is-visible { display: block; }
.icpp-personalization-fields input { display: block; margin-top: .25rem; width: 100%; }
.icpp-addons { background: #f7f8fa; border-top: 1px solid #d9dde3; padding: 1.2rem 1.25rem; }
.icpp-addons h4 { margin: 0 0 .75rem; }
.icpp-addon { background: #fff; border: 1px solid #d9dde3; border-radius: 7px; margin-top: .65rem; padding: .85rem; }
.icpp-addon legend { float: left; font-size: 1rem; font-weight: 700; margin-bottom: .65rem; padding: 0; width: 100%; }
.icpp-addon-choices { clear: both; display: grid; gap: .65rem; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.icpp-addon.is-selected { border-color: #2271b1; box-shadow: 0 0 0 1px #2271b1; }
.icpp-addon-text { display: none; margin-top: .8rem; max-width: 320px; }
.icpp-addon-text.is-visible { display: block; }
.icpp-addon-text label { display: block; font-size: .78rem; font-weight: 700; margin-bottom: .25rem; text-transform: uppercase; }
.icpp-addon-text input { width: 100%; }
.icpp-family-extras { background: #fff9f2; border-top: 1px solid #e5d4bd; padding: 1.2rem 1.25rem; }
.icpp-family-extras h4 { margin: 0 0 .25rem; }
.icpp-family-extras > p { color: #66717d; font-size: .9rem; margin: 0 0 .85rem; }
.icpp-extra-products { display: grid; gap: .6rem; }
.icpp-extra-product { align-items: center; background: #fff; border: 1px solid #e5d4bd; border-radius: 7px; display: flex; justify-content: space-between; padding: .75rem .85rem; }
.icpp-extra-product div { display: flex; flex-direction: column; }
.icpp-extra-product span { color: #66717d; font-size: .84rem; }
.icpp-add-extra, .icpp-remove-extra { background: #2271b1; border: 0; border-radius: 5px; color: #fff; cursor: pointer; font-weight: 700; padding: .48rem .8rem; }
.icpp-add-extra:disabled { cursor: not-allowed; opacity: .55; }
.icpp-extra-instances { margin-top: .9rem; }
.icpp-extra-item { background: #fff; border: 1px solid #d9dde3; border-radius: 7px; margin-top: .75rem; }
.icpp-extra-item legend { align-items: center; display: flex; justify-content: space-between; }
.icpp-remove-extra { background: transparent; color: #b42318; font-size: .82rem; padding: .25rem; }
.icpp-total { align-items: center; background: #1f2933; color: #fff; display: flex; justify-content: space-between; padding: 1rem 1.25rem; }
.icpp-total span { font-size: .92rem; font-weight: 600; }
.icpp-live-total { color: #fff; font-size: 1.35rem; }
@media (max-width: 760px) { .icpp-addon-choices { grid-template-columns: 1fr; } }
@media (max-width: 600px) { .icpp-choices { grid-template-columns: 1fr; } }
@media (max-width: 520px) { .icpp-personalization-fields { grid-template-columns: 1fr; } }
