.votes-summary-container{background:var(--color-background-primary);border:1px solid var(--color-border-primary);border-radius:6px;margin:12px 0;padding:12px 16px}.votes-summary-row{align-items:center;column-gap:10px;display:flex}.votes-summary-footnote{align-items:center;color:var(--color-text-medium-contrast);column-gap:6px;display:flex;font-size:12px;margin-top:10px}.votes-summary-footnote .votes-summary-footnote-icon{font-size:16px}.votes-status-pill{align-items:center;border-radius:16px;column-gap:4px;display:inline-flex;flex:0 1 auto;font-size:13px;font-weight:500;min-width:0;overflow-x:auto;overflow-y:hidden;padding:6px 12px;scrollbar-width:none}.votes-status-pill::-webkit-scrollbar{display:none}.votes-status-pill.is-needs-action{background:rgba(255,178,56,.16)}.votes-status-pill.is-all-clear{background:rgba(11,191,125,.14)}.votes-status-pill.is-empty{background:var(--color-background-element-low-contrast);color:var(--color-text-medium-contrast)}.votes-status-pill-text{margin-left:2px;white-space:nowrap}.vote-dots-row{align-items:center;column-gap:3px;display:inline-flex;flex-shrink:0;flex-wrap:nowrap}.vote-dot-group{align-items:center;appearance:none;background:rgba(0,0,0,0);border:0;border-radius:9px;color:inherit;column-gap:3px;display:inline-flex;flex-shrink:0;flex-wrap:nowrap;font:inherit;margin:0;padding:2px 0;text-decoration:none}.vote-dot-group:focus-visible{outline:none}.vote-dot-group.is-available{cursor:default}.vote-dot-group.is-cast,.vote-dot-group.is-locked{cursor:pointer;transition:background .12s ease}.vote-dot-group.is-cast:hover,.vote-dot-group.is-cast:focus-visible{background:rgba(11,191,125,.18)}.vote-dot-group.is-locked:hover,.vote-dot-group.is-locked:focus-visible{background:rgba(62,146,204,.14)}.vote-dot{align-items:center;border-radius:50%;box-sizing:border-box;display:inline-flex;flex-shrink:0;height:18px;justify-content:center;line-height:1;transition:box-shadow .12s ease,transform .12s ease;width:18px}.vote-dot .vote-dot-icon{font-size:11px;line-height:1}.vote-dot.is-cast{background:#0bbf7d;color:#fff}.vote-dot.is-available{animation:vote-dot-glow 2.6s ease-in-out infinite;background:#ffb238}.vote-dot.is-available.is-targeted{box-shadow:0 0 0 3px rgba(255,178,56,.45);transform:scale(1.18)}.vote-dot.is-locked{background:var(--color-background-primary);border:1.5px solid var(--color-border-primary);color:var(--color-text-medium-contrast)}.vote-dot.is-interactive{appearance:none;border:0;cursor:pointer;height:33px;padding:0;width:33px}.vote-dot.is-interactive:hover,.vote-dot.is-interactive:focus-visible{transform:scale(1.12)}.vote-dot.is-interactive:focus-visible{outline:2px solid var(--color-text-status);outline-offset:2px}@keyframes vote-dot-glow{0%,100%{box-shadow:0 0 0 0 rgba(255,178,56,.5)}50%{box-shadow:0 0 0 5px rgba(255,178,56,0)}}.votes-suggest-action{flex-shrink:0}.votes-suggest-action .mdc-button.requires-votes{background:var(--color-background-element-low-contrast);box-shadow:none;color:var(--color-text-low-contrast);cursor:default}.votes-suggest-action .mdc-button.requires-votes.is-actionable{cursor:pointer}.pop-out-content{background:var(--color-background-primary);border:1px solid rgba(0,0,0,0);border-radius:5px;max-height:0;overflow:hidden;padding-left:12px;padding-right:12px;transition:all .4s ease;visibility:hidden}.pop-out-content.is-visible{border-color:var(--color-border-primary);margin-top:8px;max-height:500px;padding-bottom:8px;padding-top:8px;visibility:visible}.criteria-list{display:flex;flex-direction:column;list-style:none;margin:0;padding:0}.criterion-row{align-items:center;column-gap:12px;display:flex;flex-wrap:nowrap;padding:8px 0}.criterion-row:not(:last-child){border-bottom:1px solid var(--color-border-primary)}.criterion-row .criterion-icon{color:var(--color-text-medium-contrast);flex-shrink:0;font-size:20px}.criterion-row .criterion-action{flex:1 1 auto;font-size:14px;line-height:1.35;min-width:0}.criterion-row .criterion-reward{background:var(--color-background-element-low-contrast);border-radius:999px;color:var(--color-text-medium-contrast);flex-shrink:0;font-size:12px;font-weight:500;padding:2px 8px;white-space:nowrap}.criterion-row.is-earned{opacity:.6}.criterion-row.is-earned .criterion-icon{color:#0bbf7d}.criterion-row.is-earned .criterion-action{color:var(--color-text-medium-contrast);text-decoration:line-through}.criterion-row.is-earned .criterion-reward{background:rgba(11,191,125,.14);color:var(--color-text-status)}.suggestion-vote-trigger{align-items:center;appearance:none;background:rgba(0,0,0,0);border:0;border-radius:6px 0 0 6px;color:inherit;cursor:pointer;display:flex;flex-direction:column;font:inherit;gap:4px;height:100%;justify-content:center;padding:8px 6px;text-align:center;transition:background .15s ease;width:100%}@media only screen and (min-width: 1024px){.suggestion-vote-trigger{padding:12px 8px}}.suggestion-vote-trigger:hover,.suggestion-vote-trigger:focus-visible{background:rgba(var(--color-text-status), 0.06)}.suggestion-vote-trigger:focus-visible{outline:2px solid var(--color-text-status);outline-offset:-2px}.suggestion-vote-trigger .user-contribution,.suggestion-vote-trigger .user-vote-cta{align-items:center;border-radius:999px;display:inline-flex;font-size:12px;font-weight:500;gap:4px;line-height:1;margin-top:2px;padding:3px 8px 3px 6px}.suggestion-vote-trigger .user-contribution{background:rgba(11,191,125,.14);color:#0bbf7d}.suggestion-vote-trigger .user-contribution .user-contribution-icon{font-size:14px}.suggestion-vote-trigger .user-vote-cta{background:rgba(255,178,56,.18)}.suggestion-vote-trigger .user-vote-cta .user-vote-cta-icon{color:#ffb238;font-size:14px}.suggestion-vote-trigger .user-vote-cta.requires-votes{background:var(--color-background-element-low-contrast);color:var(--color-text-low-contrast)}.suggestion-vote-trigger .user-vote-cta.requires-votes .user-vote-cta-icon{color:var(--color-text-low-contrast)}.suggestion-vote-trigger.is-guest{text-decoration:none}.suggestion-vote-trigger.is-guest .user-vote-cta{background:rgba(var(--color-text-status), 0.12);color:var(--color-text-status);flex-direction:column;gap:2px;padding:4px 8px;text-align:center}.suggestion-vote-trigger.is-guest .user-vote-cta .user-vote-cta-icon{color:var(--color-text-status)}.tippy-box[data-theme~=vote-popover]{background-color:rgba(0,0,0,0)}.tippy-box[data-theme~=vote-popover] .tippy-content{padding:0}.tippy-box[data-theme~=vote-popover] .tippy-arrow{color:var(--color-background-popup)}.vote-popover{box-shadow:0px 3px 3px -2px rgba(0, 0, 0, 0.2),0px 3px 4px 0px rgba(0, 0, 0, 0.14),0px 1px 8px 0px rgba(0,0,0,.12);background:var(--color-background-popup);border:1px solid var(--color-border-tertiary);border-radius:8px;color:var(--color-text-high-contrast);max-width:320px;min-width:240px;padding:12px 14px 10px}.vote-popover-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:6px}.vote-popover-title{font-size:13px;font-weight:600;line-height:1.2;margin:0}.vote-popover-close{align-items:center;appearance:none;background:rgba(0,0,0,0);border:0;border-radius:50%;color:var(--color-text-medium-contrast);cursor:pointer;display:inline-flex;height:24px;justify-content:center;padding:0;width:24px}.vote-popover-close:hover,.vote-popover-close:focus-visible{background:var(--color-background-element-low-contrast);color:var(--color-text-high-contrast)}.vote-popover-close .vote-popover-close-icon{font-size:18px}.vote-popover-summary{color:var(--color-text-medium-contrast);font-size:12px;margin-bottom:10px}.vote-popover-summary strong{color:var(--color-text-high-contrast);font-weight:600}.vote-popover-dots{column-gap:4px;display:flex;flex-wrap:wrap;margin-bottom:8px;row-gap:4px}.vote-popover-footer{color:var(--color-text-medium-contrast);font-size:12px;line-height:1.4}.vote-popover-cta{align-items:center;appearance:none;border:0;border-radius:6px;column-gap:6px;cursor:pointer;display:inline-flex;font:inherit;font-size:12px;font-weight:600;justify-content:center;padding:7px 12px;text-decoration:none;width:100%}.vote-popover-cta .vote-popover-cta-icon{font-size:16px}.vote-popover-cta.is-earn{background:#3e92cc;color:#fff}.vote-popover-cta.is-earn:hover,.vote-popover-cta.is-earn:focus-visible{filter:brightness(1.06)}.vote-popover-cta.is-move{background:rgba(62,146,204,.12);color:#3e92cc}.vote-popover-cta.is-move:hover,.vote-popover-cta.is-move:focus-visible{background:rgba(62,146,204,.2)}.vote-popover-cta:focus-visible{outline:2px solid #3e92cc;outline-offset:2px}.suggest-out-of-votes-tip{box-shadow:0px 3px 3px -2px rgba(0, 0, 0, 0.2),0px 3px 4px 0px rgba(0, 0, 0, 0.14),0px 1px 8px 0px rgba(0,0,0,.12);background:var(--color-background-popup);border:1px solid var(--color-border-tertiary);border-radius:8px;color:var(--color-text-high-contrast);display:flex;flex-direction:column;font-size:13px;max-width:240px;padding:12px 14px;row-gap:10px;text-align:center}.suggest-out-of-votes-tip .suggest-out-of-votes-tip-text{line-height:1.4}

/*# sourceMappingURL=suggested_features_voting_app-d2b217d1.css.map*/