﻿.hangman_letters { display:flex; flex-wrap:wrap; justify-content:center; align-items:center; gap:5px; margin-bottom:40px;}
.hangman_letter { display:flex; width:44px; height:52px; align-items:center; justify-content:center; border-radius:5px; }
.hangman_letter img { max-width:100%; height:auto; }
.hangman_letter:hover { background:#f0f4f8; }
.hangman_letter_used { opacity:.20; pointer-events:none; }
.hangman_guesses {text-align:center; margin-bottom:40px;}
.hangman_disabled { pointer-events:none; }
.hangman_image_holder{text-align:center;margin-bottom:40px;}
.hangman_image { width:240px; height:360px; max-width:100%; object-fit:contain; }
.hangman_word { font-size:28px; font-weight:bold; letter-spacing:6px; text-align:center; margin:15px 0; }
.hangman_verse {font-size:20px;text-align:center;margin-bottom:20px;}
.hangman_verse_reference{text-align:center;margin-bottom:40px;}
.hangman_verse_answer { font-weight:bold; letter-spacing:2px; }
.hangman_message { text-align:center; font-size:20px; font-weight:bold; margin-top:12px; }