/* Deliberately scoped: the host page's scan and form styles remain independent. */
.survey-widget { align-self: center; width: 100%; max-width: 430px; box-sizing: border-box; padding: 24px; border: 1px solid #e0e7e5; border-radius: 20px; background: #fff; box-shadow: 0 12px 35px #153b2610; color: #173c32; }
.survey-widget [hidden] { display: none !important; }
.survey-widget fieldset { border: 0; margin: 0; padding: 0; min-width: 0; }
.survey-widget legend { font-weight: 750; font-size: 1.3rem; padding: 0; }
.survey-widget .survey-widget__eyebrow { margin: 0 0 8px; font-size: .75rem; line-height: 1.5; font-weight: 500; color: #64756e; }
.survey-widget .survey-widget__description { font-size: .9rem; line-height: 1.5; margin: 8px 0 18px; }
.survey-widget__options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.survey-widget__option { position: relative; cursor: pointer; }
.survey-widget__option input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.survey-widget__card { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 9px; min-height: 132px; height: 100%; overflow-wrap: anywhere; box-sizing: border-box; padding: 16px 8px; border: 2px solid #e1e7e4; border-radius: 12px; text-align: center; font-size: .8rem; font-weight: 600; }
.survey-widget__card img { display: block; width: 100%; max-width: 140px; height: 65px; flex-shrink: 0; object-fit: contain; }
.survey-widget__check { display: none; position: absolute; top: 3px; right: 7px; color: #168348; }
.survey-widget__option input:checked + .survey-widget__card { border-color: #168348; background: #f1fbf5; }
.survey-widget__option input:checked + .survey-widget__card .survey-widget__check { display: block; }
.survey-widget__option input:focus-visible + .survey-widget__card { outline: 3px solid #285fce; outline-offset: 3px; }
.survey-widget__submit { margin-top: 18px; border: 0; border-radius: 24px; padding: 12px 24px; background: #168348; color: white; font: inherit; font-weight: 650; cursor: pointer; width: 100%; }
.survey-widget__submit:disabled { opacity: .5; cursor: default; }
.survey-widget .survey-widget__message { font-size: .9rem; line-height: 1.5; margin: 12px 0 0; }
.survey-widget__message:empty { display: none; }
@media (max-width: 600px) { .survey-widget { padding: 18px; margin: 12px auto; } }
