.synonym-meaning-card .compact-meaning-meta .part-of-speech{display:inline-block;padding:3px 9px;border-radius:5px;background:#d6e4f5;color:#294f7b;font:500 12px/1.5 system-ui,sans-serif;letter-spacing:.02em}
.synonym-meaning-card .compact-meaning-meta{margin-bottom:10px}
.vote-help{margin:16px 30px;color:var(--muted);font-size:14px;line-height:1.5}
.live-answer .answer-actions{display:flex;align-items:center;gap:18px;flex-shrink:0;flex-wrap:nowrap;border:0;margin:0;padding:0}
.live-answer .answer-tiles{margin:0}
.answer-vote{display:flex;flex-direction:column;align-items:center;gap:6px;max-width:155px}
.vote-button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:44px;padding:8px 11px;border:1px solid #d3dedc;border-radius:8px;background:white;color:#45675b;font:500 13px/1.3 system-ui,sans-serif;white-space:nowrap}
.vote-button:hover:not(:disabled){background:#edf5f0;border-color:#799b87}
.vote-button[aria-pressed=true]{background:#edf5f0;border-color:#adccba;color:#315e46;cursor:default;opacity:1}
.vote-button:disabled:not([aria-pressed=true]){opacity:.6}
.vote-supported{font-size:11px;font-weight:600;color:#416951}
.vote-message{font-size:11px;text-align:center;line-height:1.4;color:var(--muted)}
.vote-message:empty{display:none}
@media(max-width:760px){
  .crossword-page .live-answer{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px}
  .live-answer .answer-actions{width:auto;gap:8px;justify-content:flex-end}
  .live-answer .answer-length{padding:5px 4px;font-size:18px;line-height:1.2;min-width:40px}
  .live-answer .answer-length small{font-size:9px;margin-top:3px}
  .live-answer .answer-vote{position:relative;max-width:64px;align-items:center}
  .live-answer .vote-button{min-width:44px;min-height:44px;padding:7px;gap:4px;font-size:12px}
  .live-answer [data-vote-label]{display:none}
  .live-answer .vote-supported{font-size:9px;text-align:center;line-height:1.2}
  .live-answer .vote-message{position:absolute;right:0;top:100%;width:180px;background:white;z-index:1;text-align:right;padding:4px;border-radius:4px}
  .crossword-page .live-answer .answer-tiles{gap:2px}
  .crossword-page .live-answer .answer-tiles span{width:18px;height:25px;font-size:13px}
  .vote-help{margin-inline:20px}
}
