.l3-comments__question{display:grid;grid-template-columns:auto 1fr;gap:17px;margin:18px 0 0;padding:21px 23px;background:linear-gradient(128deg,#121b20,#1b271f 72%,#29351b);border:1px solid #46521c;border-left:5px solid #e4f202;border-radius:11px;box-shadow:0 10px 28px rgba(0,0,0,.16)}.l3-comments__question-icon{display:grid;place-items:center;width:44px;height:44px;background:#e4f202;border-radius:50%;color:#0a0e11}.l3-comments__question-icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.l3-comments__question-content{min-width:0}.l3-comments__question-content>small{display:block;color:#e4f202;font-size:10px;font-weight:950;letter-spacing:.13em}.l3-comments__question h3{margin:5px 0 6px;color:#fff;font-size:21px;line-height:1.25}.l3-comments__question p{margin:0;color:#aebbc2;font-size:13px;line-height:1.5}.l3-comments__question-options{display:flex;flex-wrap:wrap;gap:8px;margin-top:15px}.l3-comments__question-options button{min-height:36px;padding:7px 12px;background:#0b1115;border:1px solid #46545c;border-radius:999px;color:#dbe3e7;font:inherit;font-size:11px;font-weight:850;cursor:pointer;transition:background .18s ease,border-color .18s ease,color .18s ease}.l3-comments__question-options button:hover,.l3-comments__question-options button:focus,.l3-comments__question-options button.is-selected{background:#29331b;border-color:#8b9815;color:#e4f202;outline:0}.l3-comments__question-write{display:inline-flex;align-items:center;gap:8px;margin-top:15px;padding:0;background:transparent;border:0;color:#e4f202;font:inherit;font-size:12px;font-weight:950;cursor:pointer}.l3-comments__question-write:hover,.l3-comments__question-write:focus{color:#f5ff4b;outline:0}.l3-comments__question-write span{transition:transform .18s ease}.l3-comments__question-write:hover span{transform:translateX(3px)}@media(max-width:700px){.l3-comments__question{grid-template-columns:1fr;gap:12px;padding:18px}.l3-comments__question-icon{width:38px;height:38px}.l3-comments__question-icon svg{width:21px;height:21px}.l3-comments__question h3{font-size:18px}.l3-comments__question-options{display:grid;grid-template-columns:1fr;gap:7px}.l3-comments__question-options button{width:100%;min-height:40px;text-align:left}.l3-comments__question-write{min-height:38px}}

.l3-comments__poll{display:grid;gap:9px;margin-top:16px}.l3-comments__poll-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.l3-comments__poll-options button{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:4px 12px;min-height:48px;padding:10px 12px;overflow:hidden;background:#0b1115;border:1px solid #46545c;border-radius:8px;color:#e8edef;font:inherit;text-align:left;cursor:pointer;transition:border-color .18s ease,background .18s ease}.l3-comments__poll-options button:hover,.l3-comments__poll-options button:focus{background:#172019;border-color:#aebb15;outline:0}.l3-comments__poll-options button:disabled{cursor:default;opacity:1}.l3-comments__poll-options button.is-selected{border-color:#e4f202;box-shadow:inset 3px 0 #e4f202}.l3-comments__poll-label{position:relative;z-index:1;font-size:12px;font-weight:850}.l3-comments__poll-bar{position:relative;z-index:1;grid-column:1/-1;height:4px;overflow:hidden;background:#253138;border-radius:999px}.l3-comments__poll-bar i{display:block;width:0;height:100%;background:#e4f202;border-radius:inherit;transition:width .45s ease}.l3-comments__poll-options small{position:relative;z-index:1;color:#aebbc2;font-size:9px;font-weight:750}.l3-comments__poll:not(.has-voted) .l3-comments__poll-bar,.l3-comments__poll:not(.has-voted) .l3-comments__poll-options small{display:none}.l3-comments__poll-total{color:#93a0a7!important;font-size:10px!important}.l3-comments__poll-explain{justify-self:start;padding:0;background:transparent;border:0;color:#e4f202;font:inherit;font-size:12px;font-weight:950;cursor:pointer}.l3-comments__poll-explain:hover,.l3-comments__poll-explain:focus{color:#f5ff4b;outline:0}.l3-comments__poll-explain[hidden]{display:none}@media(max-width:700px){.l3-comments__poll-options{grid-template-columns:1fr}.l3-comments__poll-options button{min-height:46px}}

.l3-poll-teaser{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:5px 18px;align-items:center;margin:0 0 26px;padding:16px 18px;background:linear-gradient(120deg,#11191e,#1c271d);border:1px solid #46521c;border-left:5px solid #e4f202;border-radius:9px;box-shadow:0 9px 24px rgba(0,0,0,.14)}.l3-poll-teaser>span{grid-column:1/-1;color:#e4f202;font-size:10px;font-weight:950;letter-spacing:.14em}.l3-poll-teaser>strong{color:#f4f7f8;font-size:16px;line-height:1.35}.l3-poll-teaser>a{display:inline-flex;align-items:center;gap:7px;justify-self:end;color:#e4f202;font-size:12px;font-weight:950;text-decoration:none;white-space:nowrap}.l3-poll-teaser>a:hover,.l3-poll-teaser>a:focus{color:#f5ff4b;outline:0}.l3-poll-teaser>a span{transition:transform .18s ease}.l3-poll-teaser>a:hover span{transform:translateX(3px)}.l3-comments__question[id]{scroll-margin-top:110px}.l3-comments__poll-options button.is-selected{padding-right:40px}.l3-comments__poll-options button.is-selected::after{content:'✓';position:absolute;z-index:2;top:9px;right:9px;display:grid;place-items:center;width:21px;height:21px;background:#e4f202;border-radius:50%;color:#101600;font-size:12px;font-weight:950}.l3-comments__poll-confirmation{display:flex;align-items:center;gap:10px;padding:11px 12px;background:#222d1b;border:1px solid #617018;border-radius:7px;color:#f0f6cf}.l3-comments__poll-confirmation>span{display:grid;place-items:center;flex:0 0 24px;width:24px;height:24px;background:#e4f202;border-radius:50%;color:#101600;font-size:13px;font-weight:950}.l3-comments__poll-confirmation p{margin:0!important;color:inherit!important;font-size:12px!important;font-weight:800}.l3-comments__poll-confirmation.is-error{background:#2b1d1d;border-color:#845050;color:#ffdede}.l3-comments__poll-confirmation.is-error>span{background:#ffb3b3;color:#3a1111}.l3-comments__poll-confirmation[hidden]{display:none}@media(max-width:700px){.l3-poll-teaser{grid-template-columns:1fr;gap:8px;padding:14px 15px}.l3-poll-teaser>a{justify-self:start}.l3-poll-teaser>strong{font-size:15px}.l3-comments__question[id]{scroll-margin-top:82px}}

.l3-comments__poll-amp{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-top:16px;padding:12px 13px;background:#0b1115;border:1px solid #46545c;border-radius:8px}.l3-comments__poll-amp p{margin:0!important;color:#aebbc2!important;font-size:11px!important}.l3-comments__poll-amp a{display:inline-flex;align-items:center;gap:7px;flex:0 0 auto;min-height:36px;padding:0 13px;background:#e4f202;border-radius:5px;color:#0b1014;font-size:11px;font-weight:950;text-decoration:none}.l3-comments__poll-amp a:hover,.l3-comments__poll-amp a:focus{background:#f5ff4b;outline:0}@media(max-width:700px){.l3-comments__poll-amp{align-items:flex-start;flex-direction:column}.l3-comments__poll-amp a{width:100%;justify-content:center}}
