.shot-choices button{display:grid;grid-template-columns:30px 1fr 30px;align-items:center;padding:5px 9px;text-align:center}
.shot-choices button b{width:28px;height:28px;display:grid;place-items:center;border:1px solid #8c503c;background:#2b1913;color:#e17a57;font:700 20px/1 Oswald;box-shadow:inset 0 0 8px #000}
.shot-choices button span{line-height:1.15}
.shot-choices button b:first-child{grid-column:1}.shot-choices button b:first-child+span{grid-column:2/4;padding-right:30px}
.shot-choices button span:first-child{grid-column:1/3;padding-left:30px}.shot-choices button span:first-child+b{grid-column:3}
.shot-choices button:hover b{border-color:#d16c4c;color:#ffd0b8;background:#52291e}
