.survey-widget__answers-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.5em;list-style:none;margin:0;padding:0}.survey-widget__answer-item{padding-left:0}.survey-widget__answer-button{background:var(--color-background);border:1px solid var(--color-background-offset);border-radius:calc(var(--space) / 2);color:inherit;cursor:pointer;display:block;font-family:inherit;font-size:inherit;padding:.75em 1em;text-align:left;-webkit-transition:background-color .15s,border-color .15s;transition:background-color .15s,border-color .15s;width:100%}.survey-widget__answer-button:hover:not(:disabled){background:var(--color-background-offset);border-color:var(--tint-color)}.survey-widget__answer-button:focus{outline:2px solid var(--tint-color);outline-offset:2px}.survey-widget__answer-button:disabled{cursor:default;opacity:.6}.survey-widget__answer-button--selected{background:color-mix(in srgb,var(--tint-color) 15%,var(--color-background));border-color:var(--tint-color);border-width:2px;-webkit-box-shadow:0 0 0 3px color-mix(in srgb,var(--tint-color) 20%,transparent);box-shadow:0 0 0 3px color-mix(in srgb,var(--tint-color) 20%,transparent);font-weight:500;opacity:1}.survey-widget__status{text-align:center}.survey-widget__subscribe-section .card-container-header{padding-bottom:0;margin-top:var(--space)}.survey-widget__subscribe-section .card{border:0;margin-bottom:0;margin-top:0}.survey-widget__subscribe-section{border-top:1px solid var(--color-background-offset);margin-top:1em;margin-left:calc(var(--space) * -1);margin-right:calc(var(--space) * -1);padding-left:calc(var(--space));padding-right:calc(var(--space))}.survey-widget__loading{color:var(--color-foreground-offset)}.survey-widget__success{color:var(--color-success, #28a745)}.survey-widget__error{color:var(--color-error, #dc3545)}.survey-widget__retry{background:var(--tint-color);border:none;border-radius:calc(var(--space) / 2);color:#fff;cursor:pointer;font-family:inherit;font-size:inherit;margin-top:.5em;padding:.5em 1em}.survey-widget__retry:hover{opacity:.9}
