.reaction-item{cursor:pointer;background-color:rgba(21,21,68,.04);border:none;border-radius:15px;justify-content:center;align-items:center;height:28px;padding:10px;transition:opacity .2s;display:flex}.reaction-item--own,.reaction-item--gold{background:#ffcd3d}.reaction-item--purple{background:#151544}.reaction-item--disabled{background-color:rgba(21,21,68,.04)}.reaction-item__content{justify-content:space-between;align-items:center;gap:10px;width:100%;display:flex}.reaction-item__emoji{font-size:13px;line-height:1}.reaction-item__count{font-size:12px;font-weight:700;line-height:1}.reaction-item__count--white{color:#fff}.reaction-item__count--purple{color:#151544}
.pick-card-reactions{border-top:1px solid rgba(111,110,110,.22);flex-wrap:wrap;align-items:center;gap:5px;padding:5px 15px;display:flex}.pick-card-reactions--right{justify-content:flex-end}
.pick-card-bottom-dots{justify-content:space-between;align-items:center;display:flex;position:absolute;bottom:-7px;left:10px;right:10px}.pick-card-bottom-dots__dot{background-color:#151544;border-radius:8px;width:22px;height:14px}
