.powerstation-page [hidden] { display: none !important; }
.powerstation-page input[aria-invalid="true"] { border: 2px solid #a8342f; background: #fff4f2; }
.powerstation-page .powerstation-validation { padding: 1rem; color: #72211e; background: #fff4f2; border-left: 4px solid #a8342f; }
.powerstation-page .quick-product-copy { min-width: 0; overflow-wrap: anywhere; }
.powerstation-page .quick-choice-group:not([data-quick-group="scenario"]) .quick-choice-icon { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; background: #ecefe3; color: #304c3f; }
.powerstation-page .quick-choice-group:not([data-quick-group="scenario"]) .quick-choice.is-active .quick-choice-icon { background: #ecc374; }
.powerstation-page .quick-choice-icon .rr-icon { width: 25px; height: 25px; }
.powerstation-page .powerstation-product-media .product-media-fallback img { width: 100%; height: 150px; min-height: 0; object-fit: contain; }
.powerstation-page .powerstation-product-media .rr-symbol-caption { display: none; }
.powerstation-page .powerstation-product-media.is-missing .rr-photo-caption { display: none; }
.powerstation-page .powerstation-product-media.is-missing .rr-symbol-caption { display: inline; }
.powerstation-page .powerstation-product-media.is-missing .product-media-fallback { display: grid; place-items: center; min-height: 150px; padding: 8px; }
.powerstation-page .quick-product-thumb.is-missing { background: #eef1e7; }
.powerstation-page .quick-product-thumb img { width: 100%; height: 100%; object-fit: contain; }
.powerstation-page .quick-choice-photo img { display: block; }
.powerstation-page .powerstation-hero-visual { border-radius: 18px; }
@media (max-width: 900px) {
  .powerstation-page .powerstation-hero-visual { display: block; width: 100%; max-width: none; height: 170px; min-height: 0; aspect-ratio: auto; grid-column: 1 / -1; grid-row: auto; }
  .powerstation-page .powerstation-hero-visual img { height: 170px; object-position: center 57%; }
}
