.pgh-tag-voting { margin: 28px 0; padding: 20px; border: 1px solid rgba(255,255,255,.14); border-radius: 10px; background: rgba(255,255,255,.035); }
.pgh-tag-voting__title { margin: 0 0 8px; font-size: 1.15rem; }
.pgh-tag-voting__intro, .pgh-tag-voting__hint, .pgh-tag-voting__status { margin: 0 0 12px; opacity: .78; font-size: .9rem; }
.pgh-tag-voting__form { display: flex; flex-wrap: wrap; gap: 9px; align-items: flex-start; }
.pgh-tag-voting__popular { flex-basis: 100%; margin: 0; padding: 0; border: 0; }
.pgh-tag-voting__popular legend { margin-bottom: 8px; font-weight: 700; }
.pgh-tag-voting__chips { display: flex; flex-wrap: wrap; gap: 7px; }
.pgh-tag-voting__chip { padding: 7px 10px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; color: inherit; background: transparent; cursor: pointer; }
.pgh-tag-voting__chip[aria-pressed="true"] { border-color: #e61b47; background: #e61b47; color: #fff; }
.pgh-tag-voting__form label { position: absolute; clip: rect(0 0 0 0); clip-path: inset(50%); height: 1px; overflow: hidden; width: 1px; }
.pgh-tag-voting__input { flex: 1 1 260px; min-height: 42px; padding: 9px 12px; border: 1px solid rgba(255,255,255,.22); border-radius: 6px; color: inherit; background: rgba(0,0,0,.2); }
.pgh-tag-voting__hint, .pgh-tag-voting__status { flex-basis: 100%; margin: -2px 0 0; }
.pgh-tag-voting__button { display: inline-block; min-height: 42px; padding: 10px 15px; border: 0; border-radius: 6px; color: #fff; background: #e61b47; font-weight: 700; cursor: pointer; text-decoration: none; }
.pgh-tag-voting__button:disabled { cursor: wait; opacity: .6; }
