.questions-block{display:flex;flex-direction:column;gap:.25rem}.questions-block__item{position:relative;padding:var(--space-24,1.5rem);--questions-bg:var(--surface-card);--questions-bubble-color:var(--surface-inverse);--questions-text-color:var(--text-secondary);background:var(--questions-bg);color:var(--questions-text-color);height:100%}.questions-block__item::before{display:none}.questions-block__heading{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.25rem}.questions-block__icon img{width:3.375rem;height:3.0625rem;display:block}.questions-block__title,.questions-block__content{color:var(--questions-text-color)}.questions-block__title{font-weight:600}.questions-block__content.body-s{line-height:1.3}.questions-block__content{margin-bottom:1rem}.questions-block__content p{margin-bottom:.5rem}.questions-block__content p:last-child{margin-bottom:0}.questions-block__choices{display:flex;flex-wrap:wrap;gap:var(--card-gap-xs)}.questions-block__input{position:absolute;width:.0625rem;height:.0625rem;padding:0;margin:-.0625rem;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.questions-block__choice{display:inline-flex;align-items:center;justify-content:center;min-height:2.875rem;padding:.5rem 1rem;border:2px solid var(--border-default);background:#fff0;color:var(--questions-text-color);text-align:center;cursor:pointer;transition:background 0.2s ease,border-color 0.2s ease,color 0.2s ease}.questions-block__content strong{font-weight:600}.questions-block__input:checked+.questions-block__choice{background:var(--accent-subtle);border-color:var(--accent-default);color:var(--text-primary)}.questions-block__input:focus-visible+.questions-block__choice{outline:2px solid var(--accent-default);outline-offset:2px}@media only screen and (max-width:767px){.questions-block__icon img{width:2.125rem;height:1.9375rem}.questions-block__choices{display:flex;gap:0}.questions-block__choice{width:100%;margin-bottom:.5rem;min-height:2.5rem;padding:.25rem 1rem}.questions-block__choice:last-child{margin-bottom:0}}