.polls-content { max-width: 1040px; margin: 0 auto; padding: 24px 18px 110px; }
.polls-page .page-header { height: auto; min-height: 76px; grid-template-columns: 48px minmax(0,1fr) 48px; }
.polls-page .page-header h1 { font-size: 20px; overflow-wrap: anywhere; padding: 12px 4px; }
.polls-tools { display: flex; flex-wrap: wrap; gap: 10px; margin: 18px 0; }
.polls-list-item { border-bottom: 1px solid #cbd8d5; padding: 20px 0; }
.polls-content h2 { font-size: 19px; overflow-wrap: anywhere; }
.polls-description { white-space: pre-wrap; overflow-wrap: anywhere; }
.polls-attribution { font-size: 13px; color: #48605c; overflow-wrap: anywhere; }
.polls-own-vote { border-top: 1px solid #cbd8d5; border-bottom: 1px solid #cbd8d5; padding: 12px 0; margin: 18px 0; }
.polls-own-vote p { overflow-wrap: anywhere; }
.poll-vote-dialog h2 { font-size: 20px; margin: 0 0 12px; }
.poll-vote-dialog .polls-tools { margin-bottom: 0; }
.polls-list-item img,.polls-illustration { max-width: 100%; width: 480px; max-height: 340px; object-fit: contain; display: block; margin: 16px 0; }
.polls-roles { display: grid; grid-template-columns: repeat(auto-fit,minmax(160px,1fr)); gap: 10px; margin: 14px 0; }
.polls-check,.polls-vote-option { display: flex; gap: 10px; align-items: flex-start; padding: 6px; }
.polls-check input,.polls-vote-option input { flex: 0 0 18px; width: 18px; height: 18px; margin-top: 2px; }
.polls-vote-option span { overflow-wrap: anywhere; min-width: 0; }
.polls-vote-form fieldset { margin: 18px 0; }
.polls-option-editor { display: grid; grid-template-columns: minmax(0,1fr) 40px 40px; gap: 6px; align-items: end; margin: 14px 0; }
.polls-editor { display: block; }.polls-editor>.configuration-field { margin: 18px 0; }
.polls-editor fieldset { min-width: 0; }.polls-editor input,.polls-editor textarea,.polls-editor select { max-width: 100%; }
.polls-status { color: #a32432; overflow-wrap: anywhere; }
.polls-table { width: 100%; table-layout: fixed; border-collapse: collapse; margin: 14px 0; }
.polls-table td,.polls-table th { text-align: left; padding: 12px 8px; border-bottom: 1px solid #cad8d4; overflow-wrap: anywhere; }
.polls-table th { background: #ebf3ef; }.polls-table th:first-child,.polls-table th:last-child { width: 70px; }
.polls-page .page-bottom-nav { display: flex; justify-content: space-around; }.polls-page .page-bottom-nav button { flex-direction: column; }
body.poll-required-open { overflow: hidden; }
.poll-required-dialog { box-sizing: border-box; width: min(680px,calc(100% - 24px)); max-height: calc(100dvh - 32px); margin: auto; padding: 24px; border: 0; border-radius: 8px; background: #fff; color: #253b39; overflow: auto; overscroll-behavior: contain; }
.poll-required-dialog::backdrop { background: #edf2f0; }
.poll-required-dialog h2 { font-size: 22px; margin: 8px 0 20px; overflow-wrap: anywhere; }
.poll-required-label { color: var(--navigation-color,#008c78); font-weight: 700; margin: 0; }
.poll-required-dialog fieldset { min-width: 0; }
.poll-required-dialog .polls-vote-option { padding: 12px 6px; }
.poll-required-dialog .polls-vote-form button { width: 100%; min-height: 44px; }
@media(max-width:480px){.poll-required-dialog { padding: 20px 16px; }.poll-required-dialog h2 { font-size: 20px; }}
@media(max-width:480px){.polls-content { padding: 18px 12px 110px; }.polls-page .page-header h1 { font-size: 17px; }.polls-table td,.polls-table th { padding: 10px 4px; }.polls-page .page-bottom-nav span { font-size: 12px; }}
